does anyone know why gdb would just completely prevent a handler for SIGILL from executing even when i tell it to pass the signal through. other signals work fine. this is on an apple build ca 2007 on os x tiger btw
my workaround for now is "attach/detach it surrounding the trouble spot" lmao. it's definitely a bug, it only does it when debugging the 'actual' thing im working on, if i try to induce the condition by raising the signal manually it works fine. it's stupid but it actually was enough to see if something would work