|
Hi,
It does not crash, it is just JVM uses system signals internally, you can safely ignore them or just ignore any signals coming from jvm.dll.
On Thu, Nov 26, 2020 at 6:15 PM Ilya Kasnacheev < [hidden email]> wrote: Hello!
I think there should be some kind of guide on how to debug JVM apps. I would start with adding -Xint jvm arg to avoid JIT, which should make work easier for both debugger and the VM.
Regards, --
Ilya Kasnacheev
Hi,
I tried to run apache ignite as given by example from the website as a
server node attached to my cpp program.
Basically it works fine but debugging is not possible anymore which is a
show stopper. The application crashes everytime when the program is
debugged in QT.
Any suggestions?
Regards,
Wolfgang
|