Re: RFR: 8279124: VM does not handle SIGQUIT during initialization [v7]

2022-01-23 Thread David Holmes
On Sat, 22 Jan 2022 01:17:41 GMT, Xin Liu wrote: >> In early stage of initialization, HotSpot doesn't handle SIGQUIT. The >> default signal preposition on Linux is to quit the process and generate >> coredump. >> >> There are 2 applications for this signal. >> 1. There's a handshake protocol b

Re: RFR: 8279124: VM does not handle SIGQUIT during initialization [v7]

2022-01-22 Thread Thomas Stuefe
On Sat, 22 Jan 2022 01:17:41 GMT, Xin Liu wrote: >> In early stage of initialization, HotSpot doesn't handle SIGQUIT. The >> default signal preposition on Linux is to quit the process and generate >> coredump. >> >> There are 2 applications for this signal. >> 1. There's a handshake protocol b

Re: RFR: 8279124: VM does not handle SIGQUIT during initialization [v7]

2022-01-21 Thread Xin Liu
> In early stage of initialization, HotSpot doesn't handle SIGQUIT. The default > signal preposition on Linux is to quit the process and generate coredump. > > There are 2 applications for this signal. > 1. There's a handshake protocol between sun.tools.attach and HotSpot. > VirtualMachineImpl