JVM crashes in JIT compiled code without hs_err_pid file

Alexandr Miloslavskiy alexandr.miloslavskiy at syntevo.com
Sun Feb 19 18:16:30 UTC 2023


Thomas,

> Possibility 1: someone in the process may have established a competing 
> signal handler via AddVectoredExceptionHandler. 

I checked user's dump and the list of 'AddVectoredExceptionHandler()' is 
empty. That is, there are no registered handlers currently.

'SetUnhandledExceptionFilter()' is default C++ filter (set by C++ CRT 
automatically).

Overall it seems as if somehow JVM's 'RtlAddFunctionTable()' suddenly 
stops being called. Hopefully I can get full dump and double-check all 
internals.


More information about the hotspot-compiler-dev mailing list