[Issue 8451] cv2pdb does not work properly with 2.060-produced binaries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 07:05:18 PDT 2012


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



--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-07-27 07:05:18 PDT ---
(In reply to comment #0)
> module test;
> import std.exception;
> void main() { enforce(0); }
> 
> 2.059:
> 
> $ dmd -g test.d
> $ cv2pdb test.exe test.exe
> $ test.exe
> 
> object.Exception at test.d(7): Enforcement failed

Sorry that was really (3), not (7) when I shortened the sample. The issue is
the printout of "0x0040BEE8 in std" lines which weren't there before.

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