[Interest] Android debugger: ignore SIGILL
André Pönitz
apoenitz at t-online.de
Tue Sep 21 19:25:12 CEST 2021
On Tue, Sep 21, 2021 at 02:34:06PM +0300, Alexander Dyagilev wrote:
> Hello,
>
> I'm using OpenSSL in my Qt Android project. Every time I start debugging,
> Qt Creator interrupts execution at the very start of the app and shows me
> the following:
>
> (Signal Received The inferior stopped because it received a signal from the
> operating system. Signal name : SIGILL Signal meaning : Illegal instruction)
>
> As far as I know, it is OK and is caused by OpenSSL testing processor
> features.
>
> Is there any way to tell Qt Creator and the debugger to ignore this?
You could try playing around with "Additional Startup Commands",
e.g. put "handle SIGILL nostop noprint pass" or similar there.
Andre'
More information about the Interest
mailing list