Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] OSC issue...

Date2014-11-29 15:00
FromSteven Yi
SubjectRe: [Cs-dev] OSC issue...
AttachmentsNone  None  
I suppose though that we shouldn't be getting a segfault in this scenario though. Rory could you file an issu?

On Sat Nov 29 2014 at 8:42:29 AM Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. I had a feeling that it was somehow related to my Csound code.

On 29 November 2014 at 13:27, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
> Get rid of the
>
>  gihandle OSCinit 7770
>
> in the sending CSD, it is in the way.
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>
>> On 29 Nov 2014, at 12:11, Rory Walsh <rorywalsh@ear.ie> wrote:
>>
>> It should be possible to run two instances of Csound, and send
>> information between them with OSC right? When i try this I get a
>> segfault (backtrace below) and error about no free port. I've attached
>> two basic instruments. Perhaps the problem lies there rather than with
>> Csound.
>>
>>
>> OSC server error 9904 in path (null): cannot find free port
>>
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x00007ffff092556e in lo_server_thread_start (st=0x0) at server_thread.c:134
>> 134        if (!st->active) {
>> (gdb) bt
>> #0  0x00007ffff092556e in lo_server_thread_start (st=0x0)
>>    at server_thread.c:134
>> #1  0x00007ffff0b2c4e1 in osc_listener_init (csound=0x604010, p=0x76f0c0)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Opcodes/OSC.c:419
>> #2  0x00007ffff78f82b4 in init0 (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Engine/insert.c:64
>> #3  0x00007ffff7906073 in musmon (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Engine/musmon.c:228
>> #4  0x00007ffff7a64c20 in csoundStart (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Top/main.c:482
>> #5  0x00007ffff7a64c68 in csoundCompile (csound=0x604010, argc=2,
>>    argv=0x7fffffffdfa8)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Top/main.c:489
>> #6  0x00000000004015ae in main (argc=2, argv=0x7fffffffdfa8)
>>    at /home/rory/sourcecode/cabbageaudio/csound/frontends/csound/csound_main.c:133
>> <commandLineOSCRec.csd><commandLineOSCSend.csd>------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2014-11-29 15:41
FromRory Walsh
SubjectRe: [Cs-dev] OSC issue...
AttachmentsNone  None  

Will do.

On 29 Nov 2014 15:00, "Steven Yi" <stevenyi@gmail.com> wrote:
I suppose though that we shouldn't be getting a segfault in this scenario though. Rory could you file an issu?

On Sat Nov 29 2014 at 8:42:29 AM Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. I had a feeling that it was somehow related to my Csound code.

On 29 November 2014 at 13:27, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
> Get rid of the
>
>  gihandle OSCinit 7770
>
> in the sending CSD, it is in the way.
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>
>> On 29 Nov 2014, at 12:11, Rory Walsh <rorywalsh@ear.ie> wrote:
>>
>> It should be possible to run two instances of Csound, and send
>> information between them with OSC right? When i try this I get a
>> segfault (backtrace below) and error about no free port. I've attached
>> two basic instruments. Perhaps the problem lies there rather than with
>> Csound.
>>
>>
>> OSC server error 9904 in path (null): cannot find free port
>>
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x00007ffff092556e in lo_server_thread_start (st=0x0) at server_thread.c:134
>> 134        if (!st->active) {
>> (gdb) bt
>> #0  0x00007ffff092556e in lo_server_thread_start (st=0x0)
>>    at server_thread.c:134
>> #1  0x00007ffff0b2c4e1 in osc_listener_init (csound=0x604010, p=0x76f0c0)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Opcodes/OSC.c:419
>> #2  0x00007ffff78f82b4 in init0 (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Engine/insert.c:64
>> #3  0x00007ffff7906073 in musmon (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Engine/musmon.c:228
>> #4  0x00007ffff7a64c20 in csoundStart (csound=0x604010)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Top/main.c:482
>> #5  0x00007ffff7a64c68 in csoundCompile (csound=0x604010, argc=2,
>>    argv=0x7fffffffdfa8)
>>    at /home/rory/sourcecode/cabbageaudio/csound/Top/main.c:489
>> #6  0x00000000004015ae in main (argc=2, argv=0x7fffffffdfa8)
>>    at /home/rory/sourcecode/cabbageaudio/csound/frontends/csound/csound_main.c:133
>> <commandLineOSCRec.csd><commandLineOSCSend.csd>------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel