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 target/39291] _Unwind_Backtrace fails.



------- Comment #2 from dannysmith at users dot sourceforge dot net  2009-02-25 02:28 -------
I get this with your testcase on mingw32, DW@ build:
GNU C (GCC) version 4.4.0 20090221 (experimental) (mingw32)

gcc -fexceptions -g  u.c

foo:enter
bar:enter
zoo:enter
boom!
signalHandler:enter
lookupSymbol: 00401407
lookupSymbol: 00401232
signalHandler:longjmp
zoo:exit
bar:exit
foo:exit
alive!


Danny


-- 


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


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