Csound Csound-dev Csound-tekno Search About

[Cs-dev] 6.00alpha2 - request to keep API_lock when calling csoundReset()

Date2013-03-15 03:27
Fromdp51
Subject[Cs-dev] 6.00alpha2 - request to keep API_lock when calling csoundReset()
I think API_lock is inadvertently set to null in csoundReset().  Or
am I supposed to get a new lock somewhere besides csoundCreate()?

To explain further, when I do compile, reset, then compile with a
single CSOUND instance and do csoundPerformKsmps(), I eventually
get an EXC_BAD_ACCESS because API_lock == null.

Thanks,

Davis





--
View this message in context: http://csound.1045644.n5.nabble.com/6-00alpha2-request-to-keep-API-lock-when-calling-csoundReset-tp5721069.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-15 11:04
FromVictor Lazzarini
SubjectRe: [Cs-dev] 6.00alpha2 - request to keep API_lock when calling csoundReset()
yes, it was a bug that Steven found about overnight. I've already fixed it.

Victor
On 15 Mar 2013, at 03:27, dp51 wrote:

> I think API_lock is inadvertently set to null in csoundReset().  Or
> am I supposed to get a new lock somewhere besides csoundCreate()?
> 
> To explain further, when I do compile, reset, then compile with a
> single CSOUND instance and do csoundPerformKsmps(), I eventually
> get an EXC_BAD_ACCESS because API_lock == null.
> 
> Thanks,
> 
> Davis
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/6-00alpha2-request-to-keep-API-lock-when-calling-csoundReset-tp5721069.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-15 11:26
FromSteven Yi
SubjectRe: [Cs-dev] 6.00alpha2 - request to keep API_lock when calling csoundReset()
Hi Victor,

I think the fix is not pushed to GIT?  I haven't seen it here.

Thanks!
steven

On Fri, Mar 15, 2013 at 11:04 AM, Victor Lazzarini
 wrote:
> yes, it was a bug that Steven found about overnight. I've already fixed it.
>
> Victor
> On 15 Mar 2013, at 03:27, dp51 wrote:
>
>> I think API_lock is inadvertently set to null in csoundReset().  Or
>> am I supposed to get a new lock somewhere besides csoundCreate()?
>>
>> To explain further, when I do compile, reset, then compile with a
>> single CSOUND instance and do csoundPerformKsmps(), I eventually
>> get an EXC_BAD_ACCESS because API_lock == null.
>>
>> Thanks,
>>
>> Davis
>>
>>
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/6-00alpha2-request-to-keep-API-lock-when-calling-csoundReset-tp5721069.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-15 11:50
FromVictor Lazzarini
SubjectRe: [Cs-dev] 6.00alpha2 - request to keep API_lock when calling csoundReset()
yes, sorry forgot to push. Should be there now.
On 15 Mar 2013, at 11:26, Steven Yi wrote:

> Hi Victor,
> 
> I think the fix is not pushed to GIT?  I haven't seen it here.
> 
> Thanks!
> steven
> 
> On Fri, Mar 15, 2013 at 11:04 AM, Victor Lazzarini
>  wrote:
>> yes, it was a bug that Steven found about overnight. I've already fixed it.
>> 
>> Victor
>> On 15 Mar 2013, at 03:27, dp51 wrote:
>> 
>>> I think API_lock is inadvertently set to null in csoundReset().  Or
>>> am I supposed to get a new lock somewhere besides csoundCreate()?
>>> 
>>> To explain further, when I do compile, reset, then compile with a
>>> single CSOUND instance and do csoundPerformKsmps(), I eventually
>>> get an EXC_BAD_ACCESS because API_lock == null.
>>> 
>>> Thanks,
>>> 
>>> Davis
>>> 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> View this message in context: http://csound.1045644.n5.nabble.com/6-00alpha2-request-to-keep-API-lock-when-calling-csoundReset-tp5721069.html
>>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>> 
>>> ------------------------------------------------------------------------------
>>> Everyone hates slow websites. So do we.
>>> Make your web apps faster with AppDynamics
>>> Download AppDynamics Lite for free today:
>>> http://p.sf.net/sfu/appdyn_d2d_mar
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net