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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Andrej Mitrovic <[email protected]> 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
[email protected](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
[email protected](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: -------