[Cs-dev] Help! Text space overrun
Date | 2005-03-21 06:13 |
From | Iain Duncan |
Subject | [Cs-dev] Help! Text space overrun |
Hope someone can help me with this pretty quick, because it appears to be happening with both csound5 and Varga csound4. After my scores are a certain size, they will no longer play. I get: sread: text space overrun, increase MARGIN And it ends. The triggering factor seems to be some instruments that use about 130 pfields. But what is very strange is that these are totally fine until the *rest* of the score gets to a certain size, then I get the error. If I take out those instruments all seems fine. Thanks iain ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-03-21 07:26 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] Help! Text space overrun |
The problem is that the expansion of memory for the score reading assumes that it can work in chunks of 10Kb. What seems to have happened is that there was sufficient memory at one stage, but it overflowed before the next test. The MARGIN is set to 400 which is the check size. I will increase it but this needs to be rethought. ==John ffitch ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |