• D
    8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
    dcubed 提交于
    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
    e377c127
os_bsd.cpp 148.1 KB