[Cs-dev] And fails to stop
Date | 2005-05-30 14:41 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] And fails to stop |
After a crash (which seems to be all cases at present) Csound5 does not exit. Says tidying up twice and then talks to itself ==John ffitch ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-30 15:04 |
From | Istvan Varga |
Subject | Re: [Cs-dev] And fails to stop |
jpff@codemist.co.uk wrote: > After a crash (which seems to be all cases at present) Csound5 does > not exit. Says tidying up twice and then talks to itself > ==John ffitch Perhaps some cleanup code (called on catching a signal) crashes, resulting in an infinite loop. The fix may be to just exit on a SIGSEGV without cleaning up, but of course this has other disadvantages. ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-30 15:56 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] And fails to stop |
It seems to hang on ctrl-C... I just run trapped.csd to test and could not get the prompt back after interrrupting the performance (linux) I have noticed this happening more often lately. Victor At 15:04 30/05/2005, you wrote: >jpff@codemist.co.uk wrote: > >>After a crash (which seems to be all cases at present) Csound5 does >>not exit. Says tidying up twice and then talks to itself >>==John ffitch > >Perhaps some cleanup code (called on catching a signal) crashes, >resulting in an infinite loop. The fix may be to just exit on a >SIGSEGV without cleaning up, but of course this has other disadvantages. > > >------------------------------------------------------- >This SF.Net email is sponsored by Yahoo. >Introducing Yahoo! Search Developer Network - Create apps using Yahoo! >Search APIs Find out how you can build Yahoo! directly into your own >Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-05-30 16:00 |
From | Istvan Varga |
Subject | Re: [Cs-dev] And fails to stop |
Victor Lazzarini wrote: > It seems to hang on ctrl-C... I just run trapped.csd to test and > could not get the prompt back after interrrupting the performance (linux) > > I have noticed this happening more often lately. I never was able to reproduce this problem with -+rtaudio=alsa. Maybe if FLTK is used, but that still has many thread related issues. ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |