xml4r / libxml-ruby

Libxml bindings for Ruby.
https://xml4r.github.io/libxml-ruby
MIT License
129 stars 72 forks source link

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

Closed xml4r closed 13 years ago

xml4r commented 14 years ago

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 commented 13 years ago

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

cfis commented 13 years ago

Hey Jeff,

Are you still seeing this issue?

Charlie

cfis commented 13 years ago

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

Thanks - Charlie