Frequently Asked Question

How to prevent gdb interruption on SIG44 during debug
Last Updated 3 months ago

When running KAYA's KYFGLib library under a debugging tool, the signal (SIG44), sent from kernel to the user space stops the application.

In order to prevent the debugger from stopping the application when signals are sent, it is advised to setup gdb to ignore them during debugging.

For example:

  1. Create the "~/.gdbinit" file
  2. Add the "handle SIG44 nostop noprint pass" string to this file
  3. Restart the environment

Please Wait!

Please wait... it will take a second!