User Tools

Site Tools


c

C++ development cheat sheet

gdb

Problem

gdb warns about unhandled signal:

Program received signal SIGILL, illegal instruction.

The solutio is to add a signal handler

handle SIGILL pass nostop noprint
c.txt · Last modified: 2023/11/06 08:43 by nine