Csound Csound-dev Csound-tekno Search About

[Cs-dev] memory failure

Date2013-08-15 15:59
FromBen Hackbarth
Subject[Cs-dev] memory failure
AttachmentsNone  None  
Hello!

Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.

http://pastebin.com/zSdvhnFb

memory allocate failure for 4294967118
csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Csound tidy up: Abort trap

Thanks!
--  ben

Date2013-08-15 16:07
FromVictor Lazzarini
SubjectRe: [Cs-dev] memory failure
Have you tried with the latest GIT (develop branch)?

Regards

Victor
On 15 Aug 2013, at 15:59, Ben Hackbarth wrote:

> Hello!
> 
> Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.
> 
> http://pastebin.com/zSdvhnFb
> 
> memory allocate failure for 4294967118
> csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
> *** set a breakpoint in malloc_error_break to debug
> Csound tidy up: Abort trap
> 
> Thanks!
> --  ben
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
> 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




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-15 17:29
FromVictor Lazzarini
SubjectRe: [Cs-dev] memory failure
This should be fixed in GIT (develop branch)
On 15 Aug 2013, at 16:07, Victor Lazzarini wrote:

> Have you tried with the latest GIT (develop branch)?
> 
> Regards
> 
> Victor
> On 15 Aug 2013, at 15:59, Ben Hackbarth wrote:
> 
>> Hello!
>> 
>> Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.
>> 
>> http://pastebin.com/zSdvhnFb
>> 
>> memory allocate failure for 4294967118
>> csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
>> *** set a breakpoint in malloc_error_break to debug
>> Csound tidy up: Abort trap
>> 
>> Thanks!
>> --  ben
>> ------------------------------------------------------------------------------
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead. 
>> Download for free and get started troubleshooting in minutes. 
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
>> 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
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> 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




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-15 18:30
FromBen Hackbarth
SubjectRe: [Cs-dev] memory failure
AttachmentsNone  None  
Hi Victor,

i am still getting the same error.  though i could be switching branches incorrectly.  i am running the following commands (making a fresh repo):

git init
git clone git://git.code.sf.net/p/csound/csound6-git
git branch develop
git checkout develop

when i run "git branch" i get:
* develop
  master

is this correct?

--  ben


On Thu, Aug 15, 2013 at 6:29 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
This should be fixed in GIT (develop branch)
On 15 Aug 2013, at 16:07, Victor Lazzarini wrote:

> Have you tried with the latest GIT (develop branch)?
>
> Regards
>
> Victor
> On 15 Aug 2013, at 15:59, Ben Hackbarth wrote:
>
>> Hello!
>>
>> Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.
>>
>> http://pastebin.com/zSdvhnFb
>>
>> memory allocate failure for 4294967118
>> csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
>> *** set a breakpoint in malloc_error_break to debug
>> Csound tidy up: Abort trap
>>
>> Thanks!
>> --  ben
>> ------------------------------------------------------------------------------
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> 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




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-08-15 20:59
FromVictor Lazzarini
SubjectRe: [Cs-dev] memory failure
I think you might have done a local branch of your own there with a copy of master. Try deleting it 

git checkout master
git branch -d develop

then just

git checkout develop

to change to the existing develop branch

Victor

On 15 Aug 2013, at 18:30, Ben Hackbarth wrote:

> Hi Victor,
> 
> i am still getting the same error.  though i could be switching branches incorrectly.  i am running the following commands (making a fresh repo):
> 
> git init
> git clone git://git.code.sf.net/p/csound/csound6-git
> git branch develop
> git checkout develop
> 
> when i run "git branch" i get:
> * develop
>   master
> 
> is this correct?
> 
> --  ben
> 
> 
> On Thu, Aug 15, 2013 at 6:29 PM, Victor Lazzarini  wrote:
> This should be fixed in GIT (develop branch)
> On 15 Aug 2013, at 16:07, Victor Lazzarini wrote:
> 
> > Have you tried with the latest GIT (develop branch)?
> >
> > Regards
> >
> > Victor
> > On 15 Aug 2013, at 15:59, Ben Hackbarth wrote:
> >
> >> Hello!
> >>
> >> Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.
> >>
> >> http://pastebin.com/zSdvhnFb
> >>
> >> memory allocate failure for 4294967118
> >> csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
> >> *** set a breakpoint in malloc_error_break to debug
> >> Csound tidy up: Abort trap
> >>
> >> Thanks!
> >> --  ben
> >> ------------------------------------------------------------------------------
> >> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> >> It's a free troubleshooting tool designed for production.
> >> Get down to code-level detail for bottlenecks, with <2% overhead.
> >> Download for free and get started troubleshooting in minutes.
> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
> >> 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
> >
> >
> >
> >
> > ------------------------------------------------------------------------------
> > Get 100% visibility into Java/.NET code with AppDynamics Lite!
> > It's a free troubleshooting tool designed for production.
> > Get down to code-level detail for bottlenecks, with <2% overhead.
> > Download for free and get started troubleshooting in minutes.
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> > _______________________________________________
> > 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
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
> 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




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-08-15 22:52
FromBen Hackbarth
SubjectRe: [Cs-dev] memory failure
AttachmentsNone  None  
thanks victor, your instructions were spot on.  and with the latest git, no more errors - thank you for the quick fix.

--  ben


On Thu, Aug 15, 2013 at 9:59 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
I think you might have done a local branch of your own there with a copy of master. Try deleting it

git checkout master
git branch -d develop

then just

git checkout develop

to change to the existing develop branch

Victor

On 15 Aug 2013, at 18:30, Ben Hackbarth wrote:

> Hi Victor,
>
> i am still getting the same error.  though i could be switching branches incorrectly.  i am running the following commands (making a fresh repo):
>
> git init
> git clone git://git.code.sf.net/p/csound/csound6-git
> git branch develop
> git checkout develop
>
> when i run "git branch" i get:
> * develop
>   master
>
> is this correct?
>
> --  ben
>
>
> On Thu, Aug 15, 2013 at 6:29 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
> This should be fixed in GIT (develop branch)
> On 15 Aug 2013, at 16:07, Victor Lazzarini wrote:
>
> > Have you tried with the latest GIT (develop branch)?
> >
> > Regards
> >
> > Victor
> > On 15 Aug 2013, at 15:59, Ben Hackbarth wrote:
> >
> >> Hello!
> >>
> >> Just pulled the latest git (release branch i think, 6.00.1) and I am getting a memory failure.  FYI, this was working with git from a month ago.
> >>
> >> http://pastebin.com/zSdvhnFb
> >>
> >> memory allocate failure for 4294967118
> >> csound(13832) malloc: *** error for object 0x7fcad34ad868: incorrect checksum for freed object - object was probably modified after being freed.
> >> *** set a breakpoint in malloc_error_break to debug
> >> Csound tidy up: Abort trap
> >>
> >> Thanks!
> >> --  ben
> >> ------------------------------------------------------------------------------
> >> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> >> It's a free troubleshooting tool designed for production.
> >> Get down to code-level detail for bottlenecks, with <2% overhead.
> >> Download for free and get started troubleshooting in minutes.
> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
> >> 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
> >
> >
> >
> >
> > ------------------------------------------------------------------------------
> > Get 100% visibility into Java/.NET code with AppDynamics Lite!
> > It's a free troubleshooting tool designed for production.
> > Get down to code-level detail for bottlenecks, with <2% overhead.
> > Download for free and get started troubleshooting in minutes.
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> > _______________________________________________
> > 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk_______________________________________________
> 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




------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel