[Issue 4130] DMD crashes if it has to compile a project which is too complex

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 28 11:05:46 PDT 2010


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



--- Comment #11 from Robert Clipsham <robert at octarineparrot.com> 2010-04-28 19:05:45 BST ---
GDB isn't picking up the bt full, try invoking it with:

gdb --args dmd $OPTIONS $FILES

Where $OPTIONS and $FILES are the usual arguments you pass to dmd when
compiling. When gdb loads, type 'r' to run dmd, and when it segfaults type 'bt
full', followed by 'quit'. All of these are, of course, without the quotes.

-- 
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