[Cs-dev] New error message and crash
Date | 2013-05-27 22:50 |
From | Michael Gogins |
Subject | [Cs-dev] New error message and crash |
Attachments | None None |
What is this in Csound 6 now?
**************need to extend task vector After this shows up, Csound crashes. I am running a performance with a lot of instruments.
Regards, Mike Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-05-28 09:47 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] New error message and crash |
Thank you for reminding me that I never finished ths code(!) I allocated a fixed task list for parallel executions, and that needs to be expandable. Will look as I get a moment. ==John ff > What is this in Csound 6 now? > > **************need to extend task vector > > After this shows up, Csound crashes. I am running a performance with a lot > of instruments. > > Regards, > Mike > > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring > service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! > http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-05-28 14:13 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] New error message and crash |
I think I have fixed it. (in git) Would appreciate reports on it if it works or if I got it wrong. btw I am surprised at a crash as it called exit immediately after that message ==John ff > What is this in Csound 6 now? > > **************need to extend task vector > > After this shows up, Csound crashes. I am running a performance with a lot > of instruments. > > Regards, > Mike ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-05-28 15:44 |
From | Michael Gogins |
Subject | Re: [Cs-dev] New error message and crash |
Attachments | None None |
I mistook the exit for a crash. Regards, Mike On Tue, May 28, 2013 at 9:13 AM, <jpff@cs.bath.ac.uk> wrote: I think I have fixed it. (in git) Would appreciate reports on it if it Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-05-28 16:38 |
From | Michael Gogins |
Subject | Re: [Cs-dev] New error message and crash |
Attachments | None None |
It seems to be working now, thanks. Regards, Mike On Tue, May 28, 2013 at 10:44 AM, Michael Gogins <michael.gogins@gmail.com> wrote:
Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |