[Bug libfortran/30498] Support traceback (backtrace) on errors

P dot Schaffnit at access dot rwth-aachen dot de gcc-bugzilla@gcc.gnu.org
Fri Feb 9 13:25:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list