Csound Csound-dev Csound-tekno Search About

[Csnd] basic problem with arrays

Date2014-04-02 23:07
FromMichael Saunders
Subject[Csnd] basic problem with arrays
There must be something very simple I'm doing wrong, but I don't know what it is.  I'm using Csound 6.02 with CsoundQT 0.8.2 on Windows Vista.  The following crashes CsoundQT:

<CsoundSynthesizer>

<CsOptions>

</CsOptions>

<CsInstruments>

instr 1

iarr[] init 10

iarr[1]=5

endin

</CsInstruments>

<CsScore>

i1 0 0

</CsScore>

</CsoundSynthesizer>


Date2014-04-02 23:11
FromSteven Yi
SubjectRe: [Csnd] basic problem with arrays
This might be related to a bug I just fixed today.  It seems there
were issues with arrays but they only manifested on 32-bit platforms.
At least, the i386 build on OSX was having crashes and I had verified
the bug and fixed it here.  I suspect it is the same for on Windows
though.

We'd need a new build on Windows to verify that assumption.

On Wed, Apr 2, 2014 at 6:07 PM, Michael Saunders  wrote:
> There must be something very simple I'm doing wrong, but I don't know what
> it is.  I'm using Csound 6.02 with CsoundQT 0.8.2 on Windows Vista.  The
> following crashes CsoundQT:
>
> 
>
> 
>
> 
>
> 
>
> instr 1
>
> iarr[] init 10
>
> iarr[1]=5
>
> endin
>
> 
>
> 
>
> i1 0 0
>
> 
>
> 

Date2014-04-03 00:01
FromMichael Saunders
SubjectRe: [Csnd] basic problem with arrays
Thank you, Steven.  When might that appear at Sourceforge?


On Wed, Apr 2, 2014 at 5:11 PM, Steven Yi <stevenyi@gmail.com> wrote:
This might be related to a bug I just fixed today.  It seems there
were issues with arrays but they only manifested on 32-bit platforms.
At least, the i386 build on OSX was having crashes and I had verified
the bug and fixed it here.  I suspect it is the same for on Windows
though.

We'd need a new build on Windows to verify that assumption.

On Wed, Apr 2, 2014 at 6:07 PM, Michael Saunders <odradek5@gmail.com> wrote:
> There must be something very simple I'm doing wrong, but I don't know what
> it is.  I'm using Csound 6.02 with CsoundQT 0.8.2 on Windows Vista.  The
> following crashes CsoundQT:
>
> <CsoundSynthesizer>
>
> <CsOptions>
>
> </CsOptions>
>
> <CsInstruments>
>
> instr 1
>
> iarr[] init 10
>
> iarr[1]=5
>
> endin
>
> </CsInstruments>
>
> <CsScore>
>
> i1 0 0
>
> </CsScore>
>
> </CsoundSynthesizer>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-04-03 00:06
FromSteven Yi
SubjectRe: [Csnd] basic problem with arrays
We have plans to do a release around Easter.  Just to note, I did a
build of Csound on Windows here and running your CSD did not crash.
This is a 32-bit build just like Michael releases, so I'm feeling
fairly confident that the bug is addressed with the commit from today.
 I do not have a setup to do a release of anything for Windows, so you
might have to wait until the 6.03 release.

On Wed, Apr 2, 2014 at 7:01 PM, Michael Saunders  wrote:
> Thank you, Steven.  When might that appear at Sourceforge?
>
>
> On Wed, Apr 2, 2014 at 5:11 PM, Steven Yi  wrote:
>>
>> This might be related to a bug I just fixed today.  It seems there
>> were issues with arrays but they only manifested on 32-bit platforms.
>> At least, the i386 build on OSX was having crashes and I had verified
>> the bug and fixed it here.  I suspect it is the same for on Windows
>> though.
>>
>> We'd need a new build on Windows to verify that assumption.
>>
>> On Wed, Apr 2, 2014 at 6:07 PM, Michael Saunders 
>> wrote:
>> > There must be something very simple I'm doing wrong, but I don't know
>> > what
>> > it is.  I'm using Csound 6.02 with CsoundQT 0.8.2 on Windows Vista.  The
>> > following crashes CsoundQT:
>> >
>> > 
>> >
>> > 
>> >
>> > 
>> >
>> > 
>> >
>> > instr 1
>> >
>> > iarr[] init 10
>> >
>> > iarr[1]=5
>> >
>> > endin
>> >
>> > 
>> >
>> > 
>> >
>> > i1 0 0
>> >
>> > 
>> >
>> > 
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>

Date2014-04-03 00:09
FromMichael Saunders
SubjectRe: [Csnd] basic problem with arrays
Thank you.  It looks like I'll have to wait for the Easter 6.03 then.


On Wed, Apr 2, 2014 at 6:06 PM, Steven Yi <stevenyi@gmail.com> wrote:
We have plans to do a release around Easter.  Just to note, I did a
build of Csound on Windows here and running your CSD did not crash.
This is a 32-bit build just like Michael releases, so I'm feeling
fairly confident that the bug is addressed with the commit from today.
 I do not have a setup to do a release of anything for Windows, so you
might have to wait until the 6.03 release.

On Wed, Apr 2, 2014 at 7:01 PM, Michael Saunders <odradek5@gmail.com> wrote:
> Thank you, Steven.  When might that appear at Sourceforge?
>
>
> On Wed, Apr 2, 2014 at 5:11 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> This might be related to a bug I just fixed today.  It seems there
>> were issues with arrays but they only manifested on 32-bit platforms.
>> At least, the i386 build on OSX was having crashes and I had verified
>> the bug and fixed it here.  I suspect it is the same for on Windows
>> though.
>>
>> We'd need a new build on Windows to verify that assumption.
>>
>> On Wed, Apr 2, 2014 at 6:07 PM, Michael Saunders <odradek5@gmail.com>
>> wrote:
>> > There must be something very simple I'm doing wrong, but I don't know
>> > what
>> > it is.  I'm using Csound 6.02 with CsoundQT 0.8.2 on Windows Vista.  The
>> > following crashes CsoundQT:
>> >
>> > <CsoundSynthesizer>
>> >
>> > <CsOptions>
>> >
>> > </CsOptions>
>> >
>> > <CsInstruments>
>> >
>> > instr 1
>> >
>> > iarr[] init 10
>> >
>> > iarr[1]=5
>> >
>> > endin
>> >
>> > </CsInstruments>
>> >
>> > <CsScore>
>> >
>> > i1 0 0
>> >
>> > </CsScore>
>> >
>> > </CsoundSynthesizer>
>>
>>
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> 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
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"