[Bug 172] GC assertion failure with smaller/limited heap (running RCBroken)

[email protected] Sun, 30 Apr 2006 02:25:53 -0400
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=172





------- Additional Comments From [email protected]  2006-04-30 02:25 -------
Further investigation reveals that it happens when two threads are trying to
execute PREPARE_METHOD for Passenger.run().  The method_info indicates that the
method has already been prepared (by another thread, I guess) as frame_info ==
prepared_info, so there is probably a mismatch between the frame format on the
stack and the one described in method->frame_info (non_prepared_info vs
prepared_info).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.