[Issue 698] variadic arguments have a limit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 28 16:03:31 PST 2006


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





------- Comment #5 from funisher at gmail.com  2006-12-28 18:03 -------
I'm running linux... let me know if you need me to compile a debug version of
dmd to get the backtrace

L3 ~ # dmd
Digital Mars D Compiler v0.178
[snipped]
L3 ~ # uname -a
Linux L3 2.6.18-no2 #7 SMP PREEMPT Wed Nov 8 21:08:35 Local time zone must be
set--s i686 Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz GenuineIntel
GNU/Linux
L3 ~ # cat test.d 
[above code snipped]
L3 ~ # dmd test.d 
Segmentation fault

---------------------

(gdb) run test.d
Starting program: /usr/bin/dmd test.d
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x36313663 in ?? ()
(gdb) bt
#0  0x36313663 in ?? ()
#1  0x56313663 in ?? ()
#2  0x61613447 in ?? ()
#3  0x63365f34 in ?? ()
#4  0x63363136 in ?? ()
#5  0x345a3136 in ?? ()
#6  0x614c614c in ?? ()
#7  0x695f5f36 in ?? ()
#8  0x5a74696e in ?? ()
#9  0x08108500 in ?? ()
#10 0x0819ef00 in ?? ()
#11 0x778c9568 in ?? ()
#12 0x080928da in ?? ()
#13 0x0000000d in ?? ()
#14 0x0819ef00 in ?? ()
#15 0x00000000 in ?? ()
(gdb) 


-- 



More information about the Digitalmars-d-bugs mailing list