[Issue 12200] Strange crash while debugging in Win64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 19 14:26:00 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12200



--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> 2014-02-19 14:25:58 PST ---
(In reply to comment #3)
> You are experiencing the crash too?

No. Is it possible to reproduce it with the full function alone or does it need
other stuff, too?

I suspect that the breakpoint is actually set at 000007F6D341C1A0 in your
original example changing the instruction ithout stopping there. This could be
a bad line number information.

Try to delete the pdb file before rebuilding. I remember experiencing problems
with stale debug information due to incremental linking. Maybe we need to
supply /INCREMENTAL:NO to the linker command line.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list