Csound Csound-dev Csound-tekno Search About

[Csnd-dev] tests failure

Date2017-12-13 09:30
FromVictor Lazzarini
Subject[Csnd-dev] tests failure
Tests are failing currently. Here is the bt for testCsoundMessageBuffer

Process 47770 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
   85  	template T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
   86  	{
   87  	    T **pointer_to_pointer = static_cast(csound->QueryGlobalVariableNoCheck(csound, name));
-> 88  	    pointer = *pointer_to_pointer;
   89  	    return pointer;
   90  	}
   91  	
Target 0: (testCsoundMessageBuffer) stopped.

========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936

Date2017-12-13 09:32
FromVictor Lazzarini
SubjectRe: [Csnd-dev] tests failure
Not only that, Csound segfaults trying to load libjacko for the same reasons.
========================
Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini  wrote:
> 
> Tests are failing currently. Here is the bt for testCsoundMessageBuffer
> 
> Process 47770 stopped
> * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
>    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
>   85  	template T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
>   86  	{
>   87  	    T **pointer_to_pointer = static_cast(csound->QueryGlobalVariableNoCheck(csound, name));
> -> 88  	    pointer = *pointer_to_pointer;
>   89  	    return pointer;
>   90  	}
>   91  	
> Target 0: (testCsoundMessageBuffer) stopped.
> 
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936

Date2017-12-13 13:03
FromMichael Gogins
SubjectRe: [Csnd-dev] tests failure
It runs for me, but I have my own test. I will run yours. 

Best, 
Mike

On Dec 13, 2017 04:32, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
Not only that, Csound segfaults trying to load libjacko for the same reasons.
========================
Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini <Victor.Lazzarini@MU.IE> wrote:
>
> Tests are failing currently. Here is the bt for testCsoundMessageBuffer
>
> Process 47770 stopped
> * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
>    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer<JackoState>(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
>   85          template<typename T> T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
>   86          {
>   87              T **pointer_to_pointer = static_cast<T **>(csound->QueryGlobalVariableNoCheck(csound, name));
> -> 88             pointer = *pointer_to_pointer;
>   89              return pointer;
>   90          }
>   91
> Target 0: (testCsoundMessageBuffer) stopped.
>
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952

Date2017-12-13 13:12
FromVictor Lazzarini
SubjectRe: [Csnd-dev] tests failure
It fails 

make test

that is the most basic standard unit test (it is not my test).
 It’s failing in travis because of that.
========================
Prof. 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 13 Dec 2017, at 13:03, Michael Gogins  wrote:
> 
> It runs for me, but I have my own test. I will run yours. 
> 
> Best, 
> Mike
> 
> On Dec 13, 2017 04:32, "Victor Lazzarini"  wrote:
> Not only that, Csound segfaults trying to load libjacko for the same reasons.
> ========================
> Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini  wrote:
> >
> > Tests are failing currently. Here is the bt for testCsoundMessageBuffer
> >
> > Process 47770 stopped
> > * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
> >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
> >   85          template T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
> >   86          {
> >   87              T **pointer_to_pointer = static_cast(csound->QueryGlobalVariableNoCheck(csound, name));
> > -> 88             pointer = *pointer_to_pointer;
> >   89              return pointer;
> >   90          }
> >   91
> > Target 0: (testCsoundMessageBuffer) stopped.
> >
> > ========================
> > Prof. Victor Lazzarini
> > Dean of Arts, Celtic Studies, and Philosophy,
> > Maynooth University,
> > Maynooth, Co Kildare, Ireland
> > Tel: 00 353 7086936
> > Fax: 

Date2017-12-13 13:12
Fromjpff
SubjectRe: [Csnd-dev] tests failure
For me trapped fails with segfault onn exit, someting to do with jacko

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe239e7a5 in csound::QueryGlobalPointer 
(csound=0x6044a0,
     name=0x7fffe23a169c "jackoState", pointer=@0x7fffffffdce0: 0x0)
     at /home/jpff/csound6/./include/OpcodeBase.hpp:88
88          pointer = *pointer_to_pointer;


On Wed, 13 Dec 2017, Michael Gogins wrote:

> It runs for me, but I have my own test. I will run yours. 
> Best, 
> Mike
> 
> On Dec 13, 2017 04:32, "Victor Lazzarini"  wrote:
>       Not only that, Csound segfaults trying to load libjacko for the
>       same reasons.
>       ========================
>       Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini
>        wrote:
>       >
>       > Tests are failing currently. Here is the bt for
>       testCsoundMessageBuffer
>       >
>       > Process 47770 stopped
>       > * thread #1, queue = 'com.apple.main-thread', stop reason =
>       EXC_BAD_ACCESS (code=1, address=0x0)
>       >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState*
>       csound::QueryGlobalPointer(csound=0x0000000101800a00,
>       name="jackoState", pointer=0x00007fff5fbff240) at
>       OpcodeBase.hpp:88
>       >   85          template T *QueryGlobalPointer(CSOUND
>       *csound, const char *name, T*& pointer)
>       >   86          {
>       >   87              T **pointer_to_pointer = static_cast       **>(csound->QueryGlobalVariableNoCheck(csound, name));
>       > -> 88             pointer = *pointer_to_pointer;
>       >   89              return pointer;
>       >   90          }
>       >   91
>       > Target 0: (testCsoundMessageBuffer) stopped.
>       >
>       > ========================
>       > Prof. Victor Lazzarini
>       > Dean of Arts, Celtic Studies, and Philosophy,
>       > Maynooth University,
>       > Maynooth, Co Kildare, Ireland
>       > Tel: 00 353 7086936
>       > Fax: 00 353 1 7086952
> 
> 
>

Date2017-12-13 13:35
FromVictor Lazzarini
SubjectRe: [Csnd-dev] tests failure
Same place as in my email.
========================
Prof. 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 13 Dec 2017, at 13:12, jpff  wrote:
> 
> For me trapped fails with segfault onn exit, someting to do with jacko
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffe239e7a5 in csound::QueryGlobalPointer (csound=0x6044a0,
>    name=0x7fffe23a169c "jackoState", pointer=@0x7fffffffdce0: 0x0)
>    at /home/jpff/csound6/./include/OpcodeBase.hpp:88
> 88          pointer = *pointer_to_pointer;
> 
> 
> On Wed, 13 Dec 2017, Michael Gogins wrote:
> 
>> It runs for me, but I have my own test. I will run yours. 
>> Best, 
>> Mike
>> On Dec 13, 2017 04:32, "Victor Lazzarini"  wrote:
>>      Not only that, Csound segfaults trying to load libjacko for the
>>      same reasons.
>>      ========================
>>      Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini
>>       wrote:
>>      >
>>      > Tests are failing currently. Here is the bt for
>>      testCsoundMessageBuffer
>>      >
>>      > Process 47770 stopped
>>      > * thread #1, queue = 'com.apple.main-thread', stop reason =
>>      EXC_BAD_ACCESS (code=1, address=0x0)
>>      >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState*
>>      csound::QueryGlobalPointer(csound=0x0000000101800a00,
>>      name="jackoState", pointer=0x00007fff5fbff240) at
>>      OpcodeBase.hpp:88
>>      >   85          template T *QueryGlobalPointer(CSOUND
>>      *csound, const char *name, T*& pointer)
>>      >   86          {
>>      >   87              T **pointer_to_pointer = static_cast>      **>(csound->QueryGlobalVariableNoCheck(csound, name));
>>      > -> 88             pointer = *pointer_to_pointer;
>>      >   89              return pointer;
>>      >   90          }
>>      >   91
>>      > Target 0: (testCsoundMessageBuffer) stopped.
>>      >
>>      > ========================
>>      > Prof. Victor Lazzarini
>>      > Dean of Arts, Celtic Studies, and Philosophy,
>>      > Maynooth University,
>>      > Maynooth, Co Kildare, Ireland
>>      > Tel: 00 353 7086936

Date2017-12-13 15:47
FromMichael Gogins
SubjectRe: [Csnd-dev] tests failure
I meant "make test" which I will now do routinely. 

Regards, 
Mike

On Dec 13, 2017 8:12 AM, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
It fails

make test

that is the most basic standard unit test (it is not my test).
 It’s failing in travis because of that.
========================
Prof. 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 13 Dec 2017, at 13:03, Michael Gogins <michael.gogins@gmail.com> wrote:
>
> It runs for me, but I have my own test. I will run yours.
>
> Best,
> Mike
>
> On Dec 13, 2017 04:32, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
> Not only that, Csound segfaults trying to load libjacko for the same reasons.
> ========================
> Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini <Victor.Lazzarini@MU.IE> wrote:
> >
> > Tests are failing currently. Here is the bt for testCsoundMessageBuffer
> >
> > Process 47770 stopped
> > * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
> >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer<JackoState>(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
> >   85          template<typename T> T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
> >   86          {
> >   87              T **pointer_to_pointer = static_cast<T **>(csound->QueryGlobalVariableNoCheck(csound, name));
> > -> 88             pointer = *pointer_to_pointer;
> >   89              return pointer;
> >   90          }
> >   91
> > Target 0: (testCsoundMessageBuffer) stopped.
> >
> > ========================
> > Prof. Victor Lazzarini
> > Dean of Arts, Celtic Studies, and Philosophy,
> > Maynooth University,
> > Maynooth, Co Kildare, Ireland
> > Tel: 00 353 7086936
> > Fax: 00 353 1 7086952



Date2017-12-13 16:28
FromVictor Lazzarini
SubjectRe: [Csnd-dev] tests failure
That fails on MacOS and Linux with libjacko.{dylib, so}.
========================
Prof. 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 13 Dec 2017, at 15:47, Michael Gogins  wrote:
> 
> I meant "make test" which I will now do routinely. 
> 
> Regards, 
> Mike
> 
> On Dec 13, 2017 8:12 AM, "Victor Lazzarini"  wrote:
> It fails
> 
> make test
> 
> that is the most basic standard unit test (it is not my test).
>  It’s failing in travis because of that.
> ========================
> Prof. 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 13 Dec 2017, at 13:03, Michael Gogins  wrote:
> >
> > It runs for me, but I have my own test. I will run yours.
> >
> > Best,
> > Mike
> >
> > On Dec 13, 2017 04:32, "Victor Lazzarini"  wrote:
> > Not only that, Csound segfaults trying to load libjacko for the same reasons.
> > ========================
> > Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini  wrote:
> > >
> > > Tests are failing currently. Here is the bt for testCsoundMessageBuffer
> > >
> > > Process 47770 stopped
> > > * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
> > >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
> > >   85          template T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
> > >   86          {
> > >   87              T **pointer_to_pointer = static_cast(csound->QueryGlobalVariableNoCheck(csound, name));
> > > -> 88             pointer = *pointer_to_pointer;
> > >   89              return pointer;
> > >   90          }
> > >   91
> > > Target 0: (testCsoundMessageBuffer) stopped.
> > >
> > > ========================
> > > Prof. Victor Lazzarini
> > > Dean of Arts, Celtic Studies, and Philosophy,
> > > Maynooth University,
> > > Maynooth, Co Kildare, Ireland
> > > Tel: 00 353 7086936
> > > Fax: 00 353 1 7086952
> 
> 


Date2017-12-13 16:38
FromMichael Gogins
SubjectRe: [Csnd-dev] tests failure
Sorry, out fails for me too, I had an out of date jacko lib. I am working on this now. 

Regards, 
Mike

On Dec 13, 2017 11:28 AM, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
That fails on MacOS and Linux with libjacko.{dylib, so}.
========================
Prof. 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 13 Dec 2017, at 15:47, Michael Gogins <michael.gogins@gmail.com> wrote:
>
> I meant "make test" which I will now do routinely.
>
> Regards,
> Mike
>
> On Dec 13, 2017 8:12 AM, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
> It fails
>
> make test
>
> that is the most basic standard unit test (it is not my test).
>  It’s failing in travis because of that.
> ========================
> Prof. 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 13 Dec 2017, at 13:03, Michael Gogins <michael.gogins@gmail.com> wrote:
> >
> > It runs for me, but I have my own test. I will run yours.
> >
> > Best,
> > Mike
> >
> > On Dec 13, 2017 04:32, "Victor Lazzarini" <Victor.Lazzarini@mu.ie> wrote:
> > Not only that, Csound segfaults trying to load libjacko for the same reasons.
> > ========================
> > Prof. 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 13 Dec 2017, at 09:30, Victor Lazzarini <Victor.Lazzarini@MU.IE> wrote:
> > >
> > > Tests are failing currently. Here is the bt for testCsoundMessageBuffer
> > >
> > > Process 47770 stopped
> > > * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
> > >    frame #0: 0x0000000100facc75 libjacko.dylib`JackoState* csound::QueryGlobalPointer<JackoState>(csound=0x0000000101800a00, name="jackoState", pointer=0x00007fff5fbff240) at OpcodeBase.hpp:88
> > >   85          template<typename T> T *QueryGlobalPointer(CSOUND *csound, const char *name, T*& pointer)
> > >   86          {
> > >   87              T **pointer_to_pointer = static_cast<T **>(csound->QueryGlobalVariableNoCheck(csound, name));
> > > -> 88             pointer = *pointer_to_pointer;
> > >   89              return pointer;
> > >   90          }
> > >   91
> > > Target 0: (testCsoundMessageBuffer) stopped.
> > >
> > > ========================
> > > Prof. Victor Lazzarini
> > > Dean of Arts, Celtic Studies, and Philosophy,
> > > Maynooth University,
> > > Maynooth, Co Kildare, Ireland
> > > Tel: 00 353 7086936
> > > Fax: 00 353 1 7086952
>
>