[Issue 1001] print stack trace (in debug mode) when program die

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 2 22:52:05 PST 2010


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


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com


--- Comment #5 from Brad Roberts <braddr at puremagic.com> 2010-02-02 22:52:04 PST ---
The c function works, so it will work with dmd.  I've been meaning to hook the
thing into the runtime for ages.  It's easy to use.  The only interesting trick
is that the app needs to be linked with -rdynamic (check the man pages, this is
off the top of my head from when I've done it at work).  That'll likely require
a minor tweak to dmd itself since it's what invokes the linker.  It could
probably be added to dmd.conf as an alternative.

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