Click here to Skip to main content
15,909,651 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dr Watson dump Pin
will138318-Feb-03 3:17
will138318-Feb-03 3:17 
GeneralRe: Dr Watson dump Pin
AlexO18-Feb-03 3:50
AlexO18-Feb-03 3:50 
GeneralRe: Dr Watson dump :-\ Pin
will138318-Feb-03 3:43
will138318-Feb-03 3:43 
GeneralRe: Dr Watson dump :-\ Pin
AlexO18-Feb-03 3:55
AlexO18-Feb-03 3:55 
GeneralRe: Dr Watson dump Pin
will138318-Feb-03 4:18
will138318-Feb-03 4:18 
GeneralRe: Dr Watson dump :-\ Pin
pete mcquain18-Feb-03 4:49
pete mcquain18-Feb-03 4:49 
GeneralRe: Dr Watson dump :-\ Pin
will138318-Feb-03 5:22
will138318-Feb-03 5:22 
GeneralRe: Dr Watson dump :-\ Pin
jhwurmbach18-Feb-03 5:42
jhwurmbach18-Feb-03 5:42 
What DrWatson tried to tell you was that while executing machine instructions from the address 00407cad to 00407cb0 (hexadecimal numbers!), where the bytes '83 78 04 02' (being the assembler instructions cmp dword ptr [eax+0x4],0x2 ds:00b8d5d6) had been located, a fault occured.

Now, you need to look into the .MAP file of your program (has to be from the same build as the dying one!) and find the function that contains the instructions at 00407cad to 00407cb0.
This is the function with the highest start address (listed in the .MAP-file) that is also below your FAULT-adress (00407cad, from DrWatson).
Here the Error had occured.

Now you have a place to start looking for the error - up until here has been the easy part Poke tongue | ;-P

Hope this helps


My opinions may have changed, but not the fact that I am right.
GeneralRe: Dr Watson dump :-\ Pin
pete mcquain18-Feb-03 6:34
pete mcquain18-Feb-03 6:34 
GeneralRe: Dr Watson dump :-\ Pin
will138318-Feb-03 7:32
will138318-Feb-03 7:32 
GeneralI'm This Far Now Pin
will138318-Feb-03 7:48
will138318-Feb-03 7:48 
GeneralRe: I'm This Far Now Pin
AlexO18-Feb-03 8:00
AlexO18-Feb-03 8:00 
GeneralRe: I'm This Far Now Pin
will138318-Feb-03 8:04
will138318-Feb-03 8:04 
GeneralRe: I'm This Far Now Pin
AlexO18-Feb-03 8:13
AlexO18-Feb-03 8:13 
GeneralRe: I'm This Far Now Pin
will138318-Feb-03 8:33
will138318-Feb-03 8:33 
GeneralRe: I'm This Far Now Pin
Alvaro Mendez18-Feb-03 8:50
Alvaro Mendez18-Feb-03 8:50 
GeneralRe: I'm This Far Now Pin
AlexO18-Feb-03 9:02
AlexO18-Feb-03 9:02 
GeneralRe: I'm This Far Now Pin
Alvaro Mendez18-Feb-03 9:36
Alvaro Mendez18-Feb-03 9:36 
GeneralRe: I'm This Far Now Pin
will138318-Feb-03 9:48
will138318-Feb-03 9:48 
GeneralRe: I'm This Far Now Pin
AlexO18-Feb-03 9:59
AlexO18-Feb-03 9:59 
GeneralRe: I'm This Far Now Pin
will138318-Feb-03 10:05
will138318-Feb-03 10:05 
GeneralRe: I'm This Far Now Pin
will138318-Feb-03 10:08
will138318-Feb-03 10:08 
GeneralTemp directory Pin
-Dy18-Feb-03 2:07
-Dy18-Feb-03 2:07 
GeneralRe: Temp directory Pin
Hans Ruck18-Feb-03 2:42
Hans Ruck18-Feb-03 2:42 
GeneralRe: Temp directory Pin
HENDRIK R18-Feb-03 3:37
HENDRIK R18-Feb-03 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.