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 c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9



------- Comment #40 from hjl dot tools at gmail dot com  2008-08-05 02:41 -------
(In reply to comment #39)
> #0  0x92986b9e in __kill ()
> Starting program: /Users/howarth/stackalign/eh-alloca-1.exe 
> Reading symbols for shared libraries +++. done
> terminate called after throwing an instance of 'A'
> 
> Program received signal SIGABRT, Aborted.
> 0x92986b9e in __kill ()
> (gdb) bt
> #1  0x92986b91 in kill$UNIX2003 ()
> #2  0x929fdec2 in raise ()
> #3  0x92a0d47f in abort ()
> #4  0x001bed0b in __gnu_cxx::__verbose_terminate_handler ()

Why aren't there filename and line number?

> #5  0x001bc83a in __cxxabiv1::__terminate ()

Why aren't there filename and line number?

> #6  0x001bc87c in std::terminate ()

Why aren't there filename and line number?

> #7  0x001bc974 in __cxa_throw ()

Why aren't there filename and line number?

> #8  0x00001e61 in foo (size=5) at eh-alloca-1.C:47
> #9  0x00001e95 in main () at eh-alloca-1.C:53
> 


-- 


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


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