hg: hsx/hsx24/hotspot: 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Wed Jul 10 19:43:09 PDT 2013
Changeset: 6fa8cb2866c0
Author: dcubed
Date: 2013-07-10 13:42 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/6fa8cb2866c0
8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
Reviewed-by: dsamersoff, zgu, hseigel, coleenp
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/os/windows/vm/os_windows.hpp
! src/os/windows/vm/os_windows.inline.hpp
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/utilities/debug.cpp
! src/share/vm/utilities/debug.hpp
! test/runtime/6888954/vmerrors.sh
More information about the hotspot-dev
mailing list