[Bug 71] NullPointerException with GGC
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=71 ------- Additional Comments From [email protected] 2004-10-18 11:59 ------- I don't have time to test right now, but somebody should recompile SableVM after uncommenting the MAGIC value in configure.ac, e.g. dnl *** uncomment if you want to insert a magic value in every object instance for debugging *** dnl AC_DEFINE(MAGIC,1,put "SableVM" in every instance) (see http://sablevm.org/svn/repository/sablevm/branches/staging/configure.ac) This usually catches most memory corruption problems. It is particularly useful for debugging garbage collectors. :-) Etienne ------- 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.