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.

Best Regards,
Igor


On Thu, Nov 26, 2020 at 6:15 PM Ilya Kasnacheev <ilya.kasnach...@gmail.com>
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
>
>
> ср, 25 нояб. 2020 г. в 09:11, Wolfgang Meyerle <
> wolfgang.meye...@googlemail.com>:
>
>> 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
>>
>

Reply via email to