This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]