Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5, JRuby 1.6.6
-
Fix Version/s: JRuby 1.6.7
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.6.6 (ruby-1.8.7-p357) (2012-01-30 5673572) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_29) [darwin-x86_64-java]
-
Number of attachments :
Description
Rails 3.1 app, with the usage of the auto_html plugin (https://github.com/dejan/auto_html), the server crashes.
Started POST "/goals/8/desc" for 192.168.47.105 at Sat Feb 11 00:42:46 -0500 2012
Processing by GoalsController#set_desc as */*
Parameters: {"desc"=>"This is another thing to link www.google.com", "id"=>"8"}
returning json: {"message":"<p>This is a thing to link <a href=\"http://www.google.com\" target=\"_blank\" rel=\"nofollow\">www.google.com</a></p>"}
Completed 200 OK in 383ms (Views: 3.0ms)
java(4143,0x121614000) malloc: *** error for object 0x7f94d1a24650: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
tested in both 1.6.6 --1.9 and 1.6.5 --1.8, same results
tested with both webrick and trinidad, same results
Issue Links
- relates to
-
JRUBY-6164
malloc error trying to run rails 3.1 app on thin
-
Can I edit? Anyway, rvm was used here.