[Issue 12200] Strange crash while debugging in Win64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 18 23:53:44 PST 2014


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


Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de


--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> 2014-02-18 23:53:43 PST ---
I suspect that the breakpoint is not set at the very beginning of the
instruction (or you have another breakpoint there, please check the list of
breakpoints). 

Could you please enable "Show Code bytes" to see where the spurious "db ff"
comes from? For me, it looks like this:

            ++depth;
00007FF6D1B610DF FF 45 A0             inc         dword ptr [depth]  
            step[depth] = 24;
00007FF6D1B610E2 48 63 75 A0          movsxd      rsi,dword ptr [depth]

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