|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
chnclear bug is backHello
Sorry to inform that a bug in the chnclear opcode is back in the latest release (windows, Csoud 5.11, tested both f and d versions). I also tested with a Csound version compiled here on July 13th 2009 (says Csound 5.10), and the bug is not present in this version. A csd attached. Oeyvind ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backSorry, but what is the bug? I ran your CSD and could not conclude anything.
Victor ----- Original Message ----- From: "Oeyvind Brandtsegg" <obrandts@...> To: "Developer discussions" <csound-devel@...> Sent: Monday, October 05, 2009 8:49 AM Subject: [Cs-dev] chnclear bug is back > Hello > > Sorry to inform that a bug in the chnclear opcode is back in the > latest release (windows, Csoud 5.11, tested both f and d versions). > > I also tested with a Csound version compiled here on July 13th 2009 > (says Csound 5.10), > and the bug is not present in this version. > > A csd attached. > > Oeyvind > -------------------------------------------------------------------------------- > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf -------------------------------------------------------------------------------- > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backSorry, of course I should have noted what the bug is.
I get a segfault when activating the instrument containing chnclear. Like this: writing 512-byte blks of shorts to dac SECTION 1: new alloc for instr 1: Csound tidy up: Segmentation violation 2009/10/5 victor <Victor.Lazzarini@...>: > Sorry, but what is the bug? I ran your CSD and could not conclude anything. > > Victor > ----- Original Message ----- > From: "Oeyvind Brandtsegg" <obrandts@...> > To: "Developer discussions" <csound-devel@...> > Sent: Monday, October 05, 2009 8:49 AM > Subject: [Cs-dev] chnclear bug is back > > >> Hello >> >> Sorry to inform that a bug in the chnclear opcode is back in the >> latest release (windows, Csoud 5.11, tested both f and d versions). >> >> I also tested with a Csound version compiled here on July 13th 2009 >> (says Csound 5.10), >> and the bug is not present in this version. >> >> A csd attached. >> >> Oeyvind >> > > > -------------------------------------------------------------------------------- > > >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf > > > -------------------------------------------------------------------------------- > > >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backI think the error to which you refer was the use of memcpy rather than
memset in the function chnclear_opcode_perf in OOps/bus.c Tht looks correct in my sources. Basically confused..... =John ff > Sorry to inform that a bug in the chnclear opcode is back in the > latest release (windows, Csoud 5.11, tested both f and d versions). > > I also tested with a Csound version compiled here on July 13th 2009 > (says Csound 5.10), > and the bug is not present in this version. > > A csd attached. > > Oeyvind > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf_______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backHmm. Yes.
But can you reproduce the segfault? If it's of any help, the bug was introduced in 5.09, and it was fixed in 5.10 best Oeyvind 2009/10/5 <jpff@...>: > I think the error to which you refer was the use of memcpy rather than > memset in the function chnclear_opcode_perf in OOps/bus.c > > Tht looks correct in my sources. Basically confused..... > > =John ff > > >> Sorry to inform that a bug in the chnclear opcode is back in the >> latest release (windows, Csoud 5.11, tested both f and d versions). >> >> I also tested with a Csound version compiled here on July 13th 2009 >> (says Csound 5.10), >> and the bug is not present in this version. >> >> A csd attached. >> >> Oeyvind >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf_______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backI couldn't reproduce it on Windows this morning (built from CVS). Will
try on OSX. Victor On 5 Oct 2009, at 10:02, Oeyvind Brandtsegg wrote: > Hmm. Yes. > But can you reproduce the segfault? > > If it's of any help, the bug was introduced in 5.09, and it was > fixed in 5.10 > > best > Oeyvind > > 2009/10/5 <jpff@...>: >> I think the error to which you refer was the use of memcpy rather >> than >> memset in the function chnclear_opcode_perf in OOps/bus.c >> >> Tht looks correct in my sources. Basically confused..... >> >> =John ff >> >> >>> Sorry to inform that a bug in the chnclear opcode is back in the >>> latest release (windows, Csoud 5.11, tested both f and d versions). >>> >>> I also tested with a Csound version compiled here on July 13th 2009 >>> (says Csound 5.10), >>> and the bug is not present in this version. >>> >>> A csd attached. >>> >>> Oeyvind >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in >>> SF, CA >>> is the only developer event you need to attend this year. >>> Jumpstart your >>> developing skills, take BlackBerry mobile applications to market >>> and stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf_______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@... >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, >> CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market >> and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backNo, it's not there on the OSX binaries.
Victor On 5 Oct 2009, at 10:02, Oeyvind Brandtsegg wrote: > Hmm. Yes. > But can you reproduce the segfault? > > If it's of any help, the bug was introduced in 5.09, and it was > fixed in 5.10 > > best > Oeyvind > > 2009/10/5 <jpff@...>: >> I think the error to which you refer was the use of memcpy rather >> than >> memset in the function chnclear_opcode_perf in OOps/bus.c >> >> Tht looks correct in my sources. Basically confused..... >> >> =John ff >> >> >>> Sorry to inform that a bug in the chnclear opcode is back in the >>> latest release (windows, Csoud 5.11, tested both f and d versions). >>> >>> I also tested with a Csound version compiled here on July 13th 2009 >>> (says Csound 5.10), >>> and the bug is not present in this version. >>> >>> A csd attached. >>> >>> Oeyvind >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in >>> SF, CA >>> is the only developer event you need to attend this year. >>> Jumpstart your >>> developing skills, take BlackBerry mobile applications to market >>> and stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf_______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@... >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, >> CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market >> and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backCould you try it with the binary installer from sourceforge?
best Oeyvind 2009/10/5 Victor Lazzarini <Victor.Lazzarini@...>: > I couldn't reproduce it on Windows this morning (built from CVS). Will > try on OSX. > > Victor > On 5 Oct 2009, at 10:02, Oeyvind Brandtsegg wrote: > >> Hmm. Yes. >> But can you reproduce the segfault? >> >> If it's of any help, the bug was introduced in 5.09, and it was >> fixed in 5.10 >> >> best >> Oeyvind >> >> 2009/10/5 <jpff@...>: >>> I think the error to which you refer was the use of memcpy rather >>> than >>> memset in the function chnclear_opcode_perf in OOps/bus.c >>> >>> Tht looks correct in my sources. Basically confused..... >>> >>> =John ff >>> >>> >>>> Sorry to inform that a bug in the chnclear opcode is back in the >>>> latest release (windows, Csoud 5.11, tested both f and d versions). >>>> >>>> I also tested with a Csound version compiled here on July 13th 2009 >>>> (says Csound 5.10), >>>> and the bug is not present in this version. >>>> >>>> A csd attached. >>>> >>>> Oeyvind >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry® Developer Conference in >>>> SF, CA >>>> is the only developer event you need to attend this year. >>>> Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market >>>> and stay >>>> ahead of the curve. Join us from November 9-12, 2009. Register >>>> now! >>>> http://p.sf.net/sfu/devconf_______________________________________________ >>>> Csound-devel mailing list >>>> Csound-devel@... >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry® Developer Conference in SF, >>> CA >>> is the only developer event you need to attend this year. Jumpstart >>> your >>> developing skills, take BlackBerry mobile applications to market >>> and stay >>> ahead of the curve. Join us from November 9-12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconf >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@... >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart >> your >> developing skills, take BlackBerry mobile applications to market and >> stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backYou are right, the csound binary still has this bug (but CVS and OSX
binaries are fine). Victor ----- Original Message ----- From: "Oeyvind Brandtsegg" <obrandts@...> To: "Developer discussions" <csound-devel@...> Sent: Monday, October 05, 2009 8:49 AM Subject: [Cs-dev] chnclear bug is back > Hello > > Sorry to inform that a bug in the chnclear opcode is back in the > latest release (windows, Csoud 5.11, tested both f and d versions). > > I also tested with a Csound version compiled here on July 13th 2009 > (says Csound 5.10), > and the bug is not present in this version. > > A csd attached. > > Oeyvind > -------------------------------------------------------------------------------- > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf -------------------------------------------------------------------------------- > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: chnclear bug is backI mean the 'released binary' from the installer...
----- Original Message ----- From: "victor" <Victor.Lazzarini@...> To: "Developer discussions" <csound-devel@...> Sent: Monday, October 05, 2009 9:16 PM Subject: Re: [Cs-dev] chnclear bug is back > You are right, the csound binary still has this bug (but CVS and OSX > binaries > are fine). > > Victor > ----- Original Message ----- > From: "Oeyvind Brandtsegg" <obrandts@...> > To: "Developer discussions" <csound-devel@...> > Sent: Monday, October 05, 2009 8:49 AM > Subject: [Cs-dev] chnclear bug is back > > >> Hello >> >> Sorry to inform that a bug in the chnclear opcode is back in the >> latest release (windows, Csoud 5.11, tested both f and d versions). >> >> I also tested with a Csound version compiled here on July 13th 2009 >> (says Csound 5.10), >> and the bug is not present in this version. >> >> A csd attached. >> >> Oeyvind >> > > > -------------------------------------------------------------------------------- > > >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register >> now! >> http://p.sf.net/sfu/devconf > > > -------------------------------------------------------------------------------- > > >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Free embeddable forum powered by Nabble | Forum Help |