[Issue 7247] All programs segfault before main

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 7 23:53:27 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7247



--- Comment #1 from Jerry Quinn <jlquinn at optonline.net> 2012-01-07 23:53:26 PST ---
Not sure how useful it is, but here's the gdb backtrace.

jlquinn at wyvern:~/bluemax/src/trlblues$ ~/dmd2/linux/bin64/dmd -g junk2.d
jlquinn at wyvern:~/bluemax/src/trlblues$ gdb junk2 
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/jlquinn/bluemax/src/trlblues/junk2...done.
(gdb) run
Starting program: /home/jlquinn/bluemax/src/trlblues/junk2 
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000451306 in gc_init ()
(gdb) bt
#0  0x0000000000451306 in gc_init ()
#1  0x00007fffffffe110 in ?? ()
#2  0x00007fffffffe010 in ?? ()
#3  0x000000000044b1c2 in rt.dmain2.main() ()
#4  0x00007fffffffe110 in ?? ()
#5  0x00007fffffffe060 in ?? ()
#6  0x000000000044ad4a in rt.dmain2.main() ()
#7  0x0000000000000001 in ?? ()
#8  0x0000000000000028 in ?? ()
#9  0x0000000000492020 in ?? ()
#10 0x0000000000000001 in ?? ()
#11 0x0000000000492020 in ?? ()
#12 0x00007fffffffe4c6 in ?? ()
#13 0x00007fffffffe110 in ?? ()
#14 0x00007fffffffe110 in ?? ()
#15 0x000000000044acdb in main ()

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list