Log Message: openjdk8: workaround crash during JVM exit It seems that os_bsd.cpp:Semaphore::~Semaphore() is sometimes called twice, causing a crash in the call path vm_direct_exit() -> exit() -> __cxa_finalize () -> sem_destroy(). This patch works around the crash but may obscure some deeper problem.
Revision | Action | file |
1.84 | modify | pkgsrc/lang/openjdk8/distinfo |
1.10 | modify | pkgsrc/lang/openjdk8/patches/patch-aa |