matthiasblaesing commented on PR #4218:
URL: https://github.com/apache/netbeans/pull/4218#issuecomment-1179601436

   > fyi, there is no jvm crash log generated in that particular crash. I tried 
uploading it and there was none, then i set the path explicitly to /tmp and 
there still was no crash file at that place.
   
   My reading of this is, that we hit an AssertionError in java code. That 
won't trigger a `hs_err_*.log`, this hits the normal uncaught exception code 
path (i.e. prints stack trace and exits the VM). I would expect a 
`hs_err_*.log` if the VM breaks (failing to allocate memory or getting a 
segfault).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to