crash logs without stack trace

David Holmes david.holmes at oracle.com
Fri Mar 24 02:31:27 UTC 2023


On 24/03/2023 9:18 am, Vitaly Provodin wrote:
> Hi all,
> 
> 
> We (at JetBrains) became getting crash reports whose logs have no stack trace info except for Problematic frame. But in those reports there are details accessed via registries about some objects.
> See the attached example of such crash logs.
> It looks like such reports appeared not so long time ago.
> 
> Actually we are stuck on reading such crash logs in order to find out crash causes and would appreciate for any clues related to these issues.
> 
> Could somebody please shad some light on this?

Not much ...

The crashing thread is the AWT-event-thread
The crashing frame is compiled Java code
The stack appears to not be walkable - hence the lack of stack trace.
The VMThread is trying to bring the VM to a safepoint (state is 
synchronizing).

David

> Thanks in advance
> Vitaly
> 


More information about the hotspot-dev mailing list