[Issue 6088] Stack trace or some info with stack overflow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 5 13:41:22 PST 2012


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



--- Comment #13 from Yao Gomez <yao.gomez at gmail.com> 2012-02-05 13:41:20 PST ---
(In reply to comment #12)
> (In reply to comment #10)
> > Windows 7 user here. It works and prints a nice stack trace when I compile and
> > run my console program with rdmd, but with a Windows one (using WinMain) it
> > doesn't. 
> 
> I guess you will need to run it from the console to see the output.

I actually print the catched exception using MessageBox, So I get a similar
result as the Console, but with the memory addresses.

> > The stack trace just print the first thrown exception, and between the dashed
> > lines y only get some memory addresses.
> 
> You need to compile your application with debug information. There is a higher
> chance to get symbolic results after converting the debug info with cv2pdb.

Yes, I'm doing that. I compile with -g.

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