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'

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to