Csound Csound-dev Csound-tekno Search About

Severe i/o problems with Csound 6.0.7 beta (Mac)

Date2016-04-06 13:58
FromKarin Daum
SubjectSevere i/o problems with Csound 6.0.7 beta (Mac)
Hi,

the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
I verified it with a small csd below:






sr = 48000
ksmps = 128
nchnls = 6
0dbfs = 1.0
instr 1
indx		init	0
	prints "start reading \n"
  Sfile,indx	readfi "test.list"
	prints " index in test.list %d \n",indx
	prints Sfile
endin



i 1 0 1



and test.list is attached. The error message I get ist:

new alloc for instr 1:
start reading 
PERF ERROR in instr 1: readf: read failure
   note aborted
 index in test.list 0 

independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:

new alloc for instr 1:
start reading 
 index in test.list 1 
test.wav

I also verified that the the two prints bugs I reported today  are absent on 6.0.6 

cheers,

Karin


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:26
FromVictor Lazzarini
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
If you could provide the test files, we can fix it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
> 
> Hi,
> 
> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
> I verified it with a small csd below:
> 
> 
> 
> 
> 
> 
> sr = 48000
> ksmps = 128
> nchnls = 6
> 0dbfs = 1.0
> instr 1
> indx        init    0
>    prints "start reading \n"
>  Sfile,indx    readfi "test.list"
>    prints " index in test.list %d \n",indx
>    prints Sfile
> endin
> 
> 
> 
> i 1 0 1
> 
> 
> 
> and test.list is attached. The error message I get ist:
> 
> new alloc for instr 1:
> start reading 
> PERF ERROR in instr 1: readf: read failure
>   note aborted
> index in test.list 0 
> 
> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
> 
> new alloc for instr 1:
> start reading 
> index in test.list 1 
> test.wav
> 
> I also verified that the the two prints bugs I reported today  are absent on 6.0.6 
> 
> cheers,
> 
> Karin
> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> 

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:30
FromKarin Daum
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
the file test.list is attached to my post. this is not opened in 6.0.7
> On 6 Apr 2016, at 15:26, Victor Lazzarini  wrote:
> 
> If you could provide the test files, we can fix it.
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
>> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
>> 
>> Hi,
>> 
>> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
>> I verified it with a small csd below:
>> 
>> 
>> 
>> 
>> 
>> 
>> sr = 48000
>> ksmps = 128
>> nchnls = 6
>> 0dbfs = 1.0
>> instr 1
>> indx        init    0
>>   prints "start reading \n"
>> Sfile,indx    readfi "test.list"
>>   prints " index in test.list %d \n",indx
>>   prints Sfile
>> endin
>> 
>> 
>> 
>> i 1 0 1
>> 
>> 
>> 
>> and test.list is attached. The error message I get ist:
>> 
>> new alloc for instr 1:
>> start reading 
>> PERF ERROR in instr 1: readf: read failure
>>  note aborted
>> index in test.list 0 
>> 
>> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
>> 
>> new alloc for instr 1:
>> start reading 
>> index in test.list 1 
>> test.wav
>> 
>> I also verified that the the two prints bugs I reported today  are absent on 6.0.6 
>> 
>> cheers,
>> 
>> Karin
>> 
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:35
Fromjpff
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
I annot read attachmrents from here -- so not likey to be of help


On Wed, 6 Apr 2016, Victor Lazzarini wrote:

> If you could provide the test files, we can fix it.
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
>>
>> Hi,
>>
>> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
>> I verified it with a small csd below:
>>
>> 
>> 
>> 
>> 
>>
>> sr = 48000
>> ksmps = 128
>> nchnls = 6
>> 0dbfs = 1.0
>> instr 1
>> indx        init    0
>>    prints "start reading \n"
>>  Sfile,indx    readfi "test.list"
>>    prints " index in test.list %d \n",indx
>>    prints Sfile
>> endin
>>
>> 
>> 
>> i 1 0 1
>> 
>> 
>>
>> and test.list is attached. The error message I get ist:
>>
>> new alloc for instr 1:
>> start reading
>> PERF ERROR in instr 1: readf: read failure
>>   note aborted
>> index in test.list 0
>>
>> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
>>
>> new alloc for instr 1:
>> start reading
>> index in test.list 1
>> test.wav
>>
>> I also verified that the the two prints bugs I reported today  are absent on 6.0.6
>>
>> cheers,
>>
>> Karin
>>
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:36
FromKarin Daum
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
sorry, I did not know this. Here it is:
> On 6 Apr 2016, at 15:35, jpff  wrote:
> 
> I annot read attachmrents from here -- so not likey to be of help
> 
> 
> On Wed, 6 Apr 2016, Victor Lazzarini wrote:
> 
>> If you could provide the test files, we can fix it.
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
>>> 
>>> Hi,
>>> 
>>> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
>>> I verified it with a small csd below:
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> sr = 48000
>>> ksmps = 128
>>> nchnls = 6
>>> 0dbfs = 1.0
>>> instr 1
>>> indx        init    0
>>>   prints "start reading \n"
>>> Sfile,indx    readfi "test.list"
>>>   prints " index in test.list %d \n",indx
>>>   prints Sfile
>>> endin
>>> 
>>> 
>>> 
>>> i 1 0 1
>>> 
>>> 
>>> 
>>> and test.list is attached. The error message I get ist:
>>> 
>>> new alloc for instr 1:
>>> start reading
>>> PERF ERROR in instr 1: readf: read failure
>>>  note aborted
>>> index in test.list 0
>>> 
>>> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
>>> 
>>> new alloc for instr 1:
>>> start reading
>>> index in test.list 1
>>> test.wav
>>> 
>>> I also verified that the the two prints bugs I reported today  are absent on 6.0.6
>>> 
>>> cheers,
>>> 
>>> Karin
>>> 
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> 
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:38
FromKarin Daum
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
Attachmentstest.list  
sorry, this time with attachment
To be sure. It’s a simple ascii file containing
test.wav

That’s it

cheers,

Karin

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

> On 6 Apr 2016, at 15:35, jpff  wrote:
> 
> I annot read attachmrents from here -- so not likey to be of help
> 
> 
> On Wed, 6 Apr 2016, Victor Lazzarini wrote:
> 
>> If you could provide the test files, we can fix it.
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
>>> 
>>> Hi,
>>> 
>>> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
>>> I verified it with a small csd below:
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> sr = 48000
>>> ksmps = 128
>>> nchnls = 6
>>> 0dbfs = 1.0
>>> instr 1
>>> indx        init    0
>>>   prints "start reading \n"
>>> Sfile,indx    readfi "test.list"
>>>   prints " index in test.list %d \n",indx
>>>   prints Sfile
>>> endin
>>> 
>>> 
>>> 
>>> i 1 0 1
>>> 
>>> 
>>> 
>>> and test.list is attached. The error message I get ist:
>>> 
>>> new alloc for instr 1:
>>> start reading
>>> PERF ERROR in instr 1: readf: read failure
>>>  note aborted
>>> index in test.list 0
>>> 
>>> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
>>> 
>>> new alloc for instr 1:
>>> start reading
>>> index in test.list 1
>>> test.wav
>>> 
>>> I also verified that the the two prints bugs I reported today  are absent on 6.0.6
>>> 
>>> cheers,
>>> 
>>> Karin
>>> 
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> 
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-04-06 14:48
FromVictor Lazzarini
SubjectRe: Severe i/o problems with Csound 6.0.7 beta (Mac)
Thanks. It’s fixed. 
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 6 Apr 2016, at 14:38, Karin Daum  wrote:
> 
> sorry, this time with attachment
> To be sure. It’s a simple ascii file containing
> test.wav
> 
> That’s it
> 
> cheers,
> 
> Karin
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> 
>> On 6 Apr 2016, at 15:35, jpff  wrote:
>> 
>> I annot read attachmrents from here -- so not likey to be of help
>> 
>> 
>> On Wed, 6 Apr 2016, Victor Lazzarini wrote:
>> 
>>> If you could provide the test files, we can fix it.
>>> 
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 6 Apr 2016, at 13:58, Karin Daum  wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> the last problem I encountered with 6.0.7 before going back to 6.0.6 is related to the readfi opcode (I could not run the code I've used before changing to 6.0.7)
>>>> I verified it with a small csd below:
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> sr = 48000
>>>> ksmps = 128
>>>> nchnls = 6
>>>> 0dbfs = 1.0
>>>> instr 1
>>>> indx        init    0
>>>>  prints "start reading \n"
>>>> Sfile,indx    readfi "test.list"
>>>>  prints " index in test.list %d \n",indx
>>>>  prints Sfile
>>>> endin
>>>> 
>>>> 
>>>> 
>>>> i 1 0 1
>>>> 
>>>> 
>>>> 
>>>> and test.list is attached. The error message I get ist:
>>>> 
>>>> new alloc for instr 1:
>>>> start reading
>>>> PERF ERROR in instr 1: readf: read failure
>>>> note aborted
>>>> index in test.list 0
>>>> 
>>>> independently of giving the full path or only the file name as above. Now I'm back to 6.0.6 and there it works as expected:
>>>> 
>>>> new alloc for instr 1:
>>>> start reading
>>>> index in test.list 1
>>>> test.wav
>>>> 
>>>> I also verified that the the two prints bugs I reported today  are absent on 6.0.6
>>>> 
>>>> cheers,
>>>> 
>>>> Karin
>>>> 
>>>> 
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>      https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>> 
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>      https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> 
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>      https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here