Csound Csound-dev Csound-tekno Search About

[Csnd] scoreline_i limit ?

Date2010-06-09 17:41
Fromalgodon
Subject[Csnd] scoreline_i limit ?
Hello ! 

I have a problem with a scoreline_i of 700 lines. Csound crashes with the
following message:
internal error: strsav: string length > STRSPACE 
Csound tidy up: Segmentation fault

What does it mean ? What can I do ?

Thanks

-----
http://www.myspace.com/algodonciego

Date2010-06-09 23:12
Fromjoachim heintz
Subject[Csnd] Re: scoreline_i limit ?
does it work with this statement in the CsOptions tag:
-+max_str_len=10000
?
	joachim

Am 09.06.2010 um 18:41 schrieb algodon:

>
> Hello !
>
> I have a problem with a scoreline_i of 700 lines. Csound crashes  
> with the
> following message:
> internal error: strsav: string length > STRSPACE
> Csound tidy up: Segmentation fault
>
> What does it mean ? What can I do ?
>
> Thanks
>
> -----
> http://www.myspace.com/algodonciego
> -- 
> View this message in context: http://old.nabble.com/scoreline_i-limit---tp28832947p28832947.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-10 01:20
Fromalgodon
Subject[Csnd] Re: scoreline_i limit ?
Unfortunately not, the problem remains.


joachim heintz wrote:
> 
> does it work with this statement in the CsOptions tag:
> -+max_str_len=10000
> ?
> 	joachim
> 
> Am 09.06.2010 um 18:41 schrieb algodon:
> 
>>
>> Hello !
>>
>> I have a problem with a scoreline_i of 700 lines. Csound crashes  
>> with the
>> following message:
>> internal error: strsav: string length > STRSPACE
>> Csound tidy up: Segmentation fault
>>
>> What does it mean ? What can I do ?
>>
>> Thanks
>>
>> -----
>> http://www.myspace.com/algodonciego
>> -- 
>> View this message in context:
>> http://old.nabble.com/scoreline_i-limit---tp28832947p28832947.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>>
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 
> 


-----
http://www.myspace.com/algodonciego

Date2010-06-10 06:43
Fromjoachim heintz
Subject[Csnd] Re: Re: scoreline_i limit ?
mmm. maybe your 700 lines are still more than 10000 characters?
usually it should be possible to divide your scoreline_i statement in  
some smaller ones.
i'd recommend to insert the -+max_str_len=10000 statement and to make  
a shorter scoreline string, so that you can see at which length it  
disappears, or if it's another problem.
if it remains, you should send the .csd to the list so that someone  
can try.


Am 10.06.2010 um 02:20 schrieb algodon:

>
> Unfortunately not, the problem remains.
>
>
> joachim heintz wrote:
>>
>> does it work with this statement in the CsOptions tag:
>> -+max_str_len=10000
>> ?
>> 	joachim
>>
>> Am 09.06.2010 um 18:41 schrieb algodon:
>>
>>>
>>> Hello !
>>>
>>> I have a problem with a scoreline_i of 700 lines. Csound crashes
>>> with the
>>> following message:
>>> internal error: strsav: string length > STRSPACE
>>> Csound tidy up: Segmentation fault
>>>
>>> What does it mean ? What can I do ?
>>>
>>> Thanks
>>>
>>> -----
>>> http://www.myspace.com/algodonciego
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/scoreline_i-limit---tp28832947p28832947.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/? 
>>> group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>>
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/? 
>> group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe
>> csound"
>>
>>
>>
>
>
> -----
> http://www.myspace.com/algodonciego
> -- 
> View this message in context: http://old.nabble.com/scoreline_i-limit---tp28832947p28837342.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-10 10:28
Fromalgodon
Subject[Csnd] Re: Re: scoreline_i limit ?
That's exactly what I was thinking. By reducing my pattern to 220 lines i've
been able to play it. 
What bothers me is that I have the feeling that using gen23 I'll be able to
play my whole pattern, but scoreline is so easy to use...
Thank you. 

joachim heintz wrote:
> 
> mmm. maybe your 700 lines are still more than 10000 characters?
> usually it should be possible to divide your scoreline_i statement in  
> some smaller ones.
> i'd recommend to insert the -+max_str_len=10000 statement and to make  
> a shorter scoreline string, so that you can see at which length it  
> disappears, or if it's another problem.
> if it remains, you should send the .csd to the list so that someone  
> can try.
> 
> 
> Am 10.06.2010 um 02:20 schrieb algodon:
> 
>>
>> Unfortunately not, the problem remains.
>>
>>
>> joachim heintz wrote:
>>>
>>> does it work with this statement in the CsOptions tag:
>>> -+max_str_len=10000
>>> ?
>>> 	joachim
>>>
>>> Am 09.06.2010 um 18:41 schrieb algodon:
>>>
>>>>
>>>> Hello !
>>>>
>>>> I have a problem with a scoreline_i of 700 lines. Csound crashes
>>>> with the
>>>> following message:
>>>> internal error: strsav: string length > STRSPACE
>>>> Csound tidy up: Segmentation fault
>>>>
>>>> What does it mean ? What can I do ?
>>>>
>>>> Thanks
>>>>
>>>> -----
>>>> http://www.myspace.com/algodonciego
>>>> -- 
>>>> View this message in context:
>>>> http://old.nabble.com/scoreline_i-limit---tp28832947p28832947.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>           https://sourceforge.net/tracker/? 
>>>> group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe csound"
>>>>
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/? 
>>> group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>>
>>>
>>>
>>
>>
>> -----
>> http://www.myspace.com/algodonciego
>> -- 
>> View this message in context:
>> http://old.nabble.com/scoreline_i-limit---tp28832947p28837342.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>>
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 
> 


-----
http://www.myspace.com/algodonciego