------- Comment #10 from P dot Schaffnit at access dot rwth-aachen dot de  
2007-02-09 13:25 -------

In case anyone is interested: as mnetioned in Comment #8, just calling this
tiny C routine causes a traceback

#include <sys/types.h>
#include <signal.h>
void checktraceback_()
{
    kill ( (pid_t)0, SIGILL );
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30498

Reply via email to