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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 07:03:58 PDT 2012


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

           Summary: cv2pdb does not work properly with 2.060-produced
                    binaries
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-07-27 07:03:57 PDT ---
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
----------------
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\exception.d(3

2.060:

$ dmd -g test.d
$ cv2pdb test.exe test.exe
$ test.exe

object.Exception at test.d(3): Enforcement failed
----------------
0x0040BEE8 in std
0x0040BD73 in std
0x004027FE in std
0x00402031 in D main at
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\exception.d(356)
0x0040256C in std
0x004025A6 in std
0x004021C8 in std
0x004135A1 in std
0x7C817067

Without cv2pdb I cannot see stacktraces regardless of which dbghelp.dll is
installed.

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