[Sablevm-bugs] [ sablevm-Bugs-672241 ] user native libs
Brought to you by:
egagnon
From: SourceForge.net <no...@so...> - 2003-01-22 16:44:52
|
Bugs item #672241, was opened at 2003-01-21 23:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=672241&group_id=5523 Category: Execution Problem Group: SableVM >Status: Closed Resolution: None Priority: 5 Submitted By: David Bélanger (davidbelanger) >Assigned to: Etienne M. Gagnon (egagnon) Summary: user native libs Initial Comment: Attempting to load a native library in a class that was not loaded by the bootstrap class loader generates a segmentation fault. The native library list is not check for emptiness in Java_java_lang_Runtime_nativeLoad(). The patch included fix that problem. ---------------------------------------------------------------------- >Comment By: Etienne M. Gagnon (egagnon) Date: 2003-01-22 11:48 Message: Logged In: YES user_id=15365 The correct fix is to initialize correctly the tail list pointer. This have been fixed in CVS. Etienne ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105523&aid=672241&group_id=5523 |