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/34587] gcc.dg/initpri1.c fails on *-apple-darwin



------- Comment #8 from howarth at nitro dot med dot uc dot edu  2008-11-23 04:43 -------
This backtraces on i686 darwin as...

jack-howarths-macbook-pro-17:temp6 howarth$ gcc-4  -g -ansi -pedantic-errors
-lm -m32 initpri1.c
jack-howarths-macbook-pro-17:temp6 howarth$ gdb ./a.out
GNU gdb 6.3.50-20050815 (Apple version gdb-1309) (Fri Oct 10 03:38:53 UTC 2008)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared
libraries ... done

(gdb) r
Starting program: /Users/howarth/temp6/a.out 
Reading symbols for shared libraries ++. done

Program received signal SIGABRT, Aborted.
0x981d8ffe in __kill ()
(gdb) bt
#0  0x981d8ffe in __kill ()
#1  0x981d8ff1 in kill$UNIX2003 ()
#2  0x9824d39f in raise ()
#3  0x9825f190 in abort ()
#4  0x00001dc1 in c2 () at initpri1.c:19
#5  0x8fe146d8 in
__dyld__ZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE
()
#6  0x8fe0ec6d in
__dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#7  0x8fe0ed59 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE
()
#8  0x8fe052e2 in __dyld__ZN4dyld24initializeMainExecutableEv ()
#9  0x8fe083e9 in __dyld__ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ ()
#10 0x8fe01960 in __dyld__ZN13dyldbootstrap5startEPK11mach_headeriPPKcl ()
#11 0x8fe01057 in __dyld__dyld_start ()
(gdb) 


-- 


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


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