Bugs / Issues: Browse | Submit New | Admin

[#23808] Malloc errors when using mechanize/nokogiri

Date:
2009-02-04 12:01
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Malloc errors when using mechanize/nokogiri

Detailed description
I've got these errors displayed in the terminal when I use mechanize : 
(The script seems to work fine btw)

ruby(69498) malloc: *** error for object 0x737620: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x737658: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x737690: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x7376c8: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x4c5e00: non-page-aligned, non-allocated pointer being freed
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x4c5e38: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x4c5e70: Non-aligned pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
ruby(69498) malloc: *** error for object 0x4c5ea8: Non-aligned pointer being freed
*** set a breakpoint in malloc_error_break to debug
...

Script to reproduce :
http://pastie.org/379295

My System 
REE : version 1.8.6-20090201
Gems : nokogiri (1.1.1) & mechanize (0.9.0)
OS: OSX Leopard 10.5.6

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item