Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
PhilipRoman
2y ago
0 comments
Save
Share
A better choice would be -Xrs which keeps optimizations enabled, but disables use of SEGV.
0 comments
1 comments · 1 top-level
top
newest
oldest
zozbot234
2y ago
This disables use of
all
signal handlers, which means Java apps will also e.g. fail to quit cleanly in response to issuing SIGQUIT, or hitting ^C at the terminal. Better than "no workaround whatsoever" but far from ideal!
j
/
k
navigate · click thread line to collapse