Click here to Skip to main content
15,922,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disassembly error Pin
Anu_Bala26-May-06 19:34
Anu_Bala26-May-06 19:34 
GeneralRe: disassembly error Pin
Hamid_RT26-May-06 19:41
Hamid_RT26-May-06 19:41 
GeneralRe: disassembly error Pin
Anu_Bala26-May-06 19:45
Anu_Bala26-May-06 19:45 
GeneralRe: disassembly error Pin
Bram van Kampen28-May-06 13:50
Bram van Kampen28-May-06 13:50 
QuestionRe: disassembly error Pin
Nibu babu thomas26-May-06 19:53
Nibu babu thomas26-May-06 19:53 
AnswerRe: disassembly error Pin
Stephen Hewitt26-May-06 22:22
Stephen Hewitt26-May-06 22:22 
GeneralRe: disassembly error Pin
Anu_Bala28-May-06 19:06
Anu_Bala28-May-06 19:06 
GeneralRe: disassembly error [modified] Pin
Stephen Hewitt28-May-06 19:18
Stephen Hewitt28-May-06 19:18 
I'll try and help but I'll need more info. It looks like this stack trace was produced using MSVC6. It lacks symbolic information so it's hard to tell what’s going on. Follow these steps to get a better stack trace.
 1. Download WinDBG from here[^].
 2. Install it.
 3. Start it up and select "File->Open Executable...".
 4. Select your app then press "Open".
 5. You will hit the loader breakpoint; press F5 to continue running the app.
 6. Reproduce the bug; the debugger will break when the exception is generated.
 7. Select "File->Symbol File Path...".
 8. Enter "SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols" as the symbol path.
 9. Press "OK".
 10. Type "kvn 1000" in the edit box at the bottom of the command window and press enter.

This will generate a stack trace using symbols which will be downloaded from Microsoft's symbol server and stored on your computer at "C:\Symbols". It may take a little time because you will not have any symbols in your local cache yet. When it’s done send me the stack trace. I'm betting HeapAlloc will be at the top somewhere but we'll see.


Steve
QuestionMultiThread question? Pin
G_S26-May-06 14:55
G_S26-May-06 14:55 
AnswerRe: MultiThread question? Pin
Michael Dunn26-May-06 15:01
sitebuilderMichael Dunn26-May-06 15:01 
GeneralRe: MultiThread question? Pin
G_S26-May-06 15:09
G_S26-May-06 15:09 
QuestionInstall a driver ? Pin
Christian Graus26-May-06 12:38
protectorChristian Graus26-May-06 12:38 
AnswerRe: Install a driver ? Pin
Michael Dunn26-May-06 13:47
sitebuilderMichael Dunn26-May-06 13:47 
GeneralRe: Install a driver ? Pin
Christian Graus26-May-06 15:53
protectorChristian Graus26-May-06 15:53 
GeneralRe: Install a driver ? Pin
Gary R. Wheeler27-May-06 4:36
Gary R. Wheeler27-May-06 4:36 
GeneralRe: Install a driver ? Pin
Michael Dunn27-May-06 5:51
sitebuilderMichael Dunn27-May-06 5:51 
GeneralRe: Install a driver ? Pin
Gary R. Wheeler27-May-06 13:59
Gary R. Wheeler27-May-06 13:59 
GeneralRe: Install a driver ? [modified] Pin
Alexander M.,28-May-06 2:12
Alexander M.,28-May-06 2:12 
AnswerRe: Install a driver ? Pin
_anil_28-May-06 15:30
_anil_28-May-06 15:30 
QuestionHow do I see my C++ app? Pin
Angalo26-May-06 10:27
Angalo26-May-06 10:27 
AnswerRe: How do I see my C++ app? Pin
Michael Dunn26-May-06 10:50
sitebuilderMichael Dunn26-May-06 10:50 
QuestionRe: How do I see my C++ app? Pin
David Crow26-May-06 10:51
David Crow26-May-06 10:51 
AnswerRe: How do I see my C++ app? Pin
Angalo27-May-06 2:55
Angalo27-May-06 2:55 
GeneralRe: How do I see my C++ app? Pin
David Crow31-May-06 4:21
David Crow31-May-06 4:21 
AnswerRe: How do I see my C++ app? Pin
Nish Nishant26-May-06 10:56
sitebuilderNish Nishant26-May-06 10:56 

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.