Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malloc error in v1.1.3 on OS X Leopard #7

Closed
xml4r opened this issue Jun 29, 2010 · 3 comments
Closed

malloc error in v1.1.3 on OS X Leopard #7

xml4r opened this issue Jun 29, 2010 · 3 comments

Comments

@xml4r
Copy link
Collaborator

xml4r commented Jun 29, 2010

I'm getting the following error when using v1.1.3 on OS X Leopard. I can reproduce it consistently. I know that it wont
happen when I turn off garbage collection or if the script never reaches a point where garbage collection is needed.
I also tried running the same code against v1.1.2 and did not receive the error.

ruby(74165) malloc: *** error for object 0x1808910: incorrect checksum for freed object - object was probably modified
after being freed.
*** set a breakpoint in malloc_error_break to debug
ruby(74165) malloc: *** error for object 0x17affe0: incorrect checksum for freed object - object was probably modified
after being freed.
*** set a breakpoint in malloc_error_break to debug
ruby(74165) malloc: *** error for object 0x17a7e70: incorrect checksum for freed object - object was probably modified
after being freed.
*** set a breakpoint in malloc_error_break to debug

This happens when I run the test suite for Blather. The code for doing so is below:

git clone git://github.com/sprsquish/blather.git
cd blather
rake build
rake

--Jeff

@cbartlett
Copy link

Curious if anyone ever got a resolution to this issue? Or has anyone else had the issue?

@cfis
Copy link
Member

cfis commented Apr 17, 2011

Hey Jeff,

Are you still seeing this issue?

Charlie

@cfis
Copy link
Member

cfis commented Jul 31, 2011

I'm going to go ahead and close this issue - let me know if you still run into the issue.

Thanks - Charlie

@cfis cfis closed this as completed Jul 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants