[Issue 6669] Compiler seg fault when using square brackets in inline assembly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 18 09:44:06 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6669
--- Comment #2 from Peter Alexander <peter.alexander.au at gmail.com> 2011-09-18 09:43:39 PDT ---
My environment is:
$ uname -a
Darwin poita.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT
2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 i386
Unfortunately, I don't get any symbols from gdb, even when I rebuild dmd with
-ggdb
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xd39bf756
0x000b8188 in ?? ()
(gdb) bt
#0 0x000b8188 in ?? ()
#1 0x000bb861 in ?? ()
#2 0x000bc3df in ?? ()
#3 0x0010d98f in ?? ()
#4 0x0009e3ac in ?? ()
#5 0x000cfc92 in ?? ()
#6 0x000cc7a2 in ?? ()
#7 0x0000276d in receive_samples ()
#8 0x0000269c in receive_samples ()
I'm not very familiar with gdb, so if you have any tips to get a good stack
trace then please let me know how.
Interestingly, if I get the latest from trunk and build then I don't get this
error. Also, even when I checked out tag 2.055 I didn't get the error...
strange. Seems to only be the released version. Can you try that?
--
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