Click here to Skip to main content
15,918,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to find reason why application crashes? Pin
voorugonda prashanth10-May-06 18:49
voorugonda prashanth10-May-06 18:49 
AnswerRe: how to find reason why application crashes? Pin
Hamid_RT10-May-06 18:51
Hamid_RT10-May-06 18:51 
GeneralRe: how to find reason why application crashes? Pin
voorugonda prashanth10-May-06 18:54
voorugonda prashanth10-May-06 18:54 
GeneralRe: how to find reason why application crashes? Pin
Hamid_RT10-May-06 18:59
Hamid_RT10-May-06 18:59 
GeneralRe: how to find reason why application crashes? Pin
voorugonda prashanth10-May-06 19:05
voorugonda prashanth10-May-06 19:05 
GeneralRe: how to find reason why application crashes? Pin
Hamid_RT10-May-06 19:13
Hamid_RT10-May-06 19:13 
GeneralRe: how to find reason why application crashes? Pin
Maxwell Chen10-May-06 19:03
Maxwell Chen10-May-06 19:03 
AnswerRe: how to find reason why application crashes? Pin
Stephen Hewitt10-May-06 19:05
Stephen Hewitt10-May-06 19:05 
Set up the clients system to create crash dumps:
1. "Start->Run".
2. Type in "drwtsn32" and press enter.
3. Select crash dumps type ("Full" or "Mini").
4. Make sure "Create Crash Dump File" is selected.

When a crash occurs a dump will be generated (note: only the dump for the latest crash is kept). The full path of the dump is in the "Crash Dump" edit box. Get them to send you this file. Open it with WinDBG using "File->Open Crash Dump".

I hope (for your sake) you've built the release builds with debug information and kept the .PDBs. The first time you attempt this procedure and realise you haven't got .PDBs for your release builds you will see the wisdom in always generating and keeping them (in a symbol server is best).


Steve
GeneralRe: how to find reason why application crashes? Pin
voorugonda prashanth10-May-06 19:11
voorugonda prashanth10-May-06 19:11 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt10-May-06 19:12
Stephen Hewitt10-May-06 19:12 
AnswerRe: how to find reason why application crashes? Pin
kakan10-May-06 19:30
professionalkakan10-May-06 19:30 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt11-May-06 3:57
Stephen Hewitt11-May-06 3:57 
GeneralRe: how to find reason why application crashes? Pin
kakan11-May-06 20:27
professionalkakan11-May-06 20:27 
GeneralRe: how to find reason why application crashes? Pin
Stephen Hewitt11-May-06 20:38
Stephen Hewitt11-May-06 20:38 
GeneralRe: how to find reason why application crashes? Pin
kakan11-May-06 20:51
professionalkakan11-May-06 20:51 
QuestionHow to use Recordset open a stream object Pin
WillTian10-May-06 17:56
WillTian10-May-06 17:56 
AnswerRe: How to use Recordset open a stream object Pin
Stephen Hewitt10-May-06 18:29
Stephen Hewitt10-May-06 18:29 
AnswerRe: How to use Recordset open a stream object Pin
Stephen Hewitt10-May-06 18:59
Stephen Hewitt10-May-06 18:59 
GeneralRe: How to use Recordset open a stream object Pin
WillTian10-May-06 19:09
WillTian10-May-06 19:09 
QuestionHow to issue SQL command in MFC C++? Pin
Ting Li Che10-May-06 15:41
Ting Li Che10-May-06 15:41 
AnswerRe: How to issue SQL command in MFC C++? Pin
John M. Drescher10-May-06 17:59
John M. Drescher10-May-06 17:59 
AnswerRe: How to issue SQL command in MFC C++? Pin
David Crow11-May-06 2:43
David Crow11-May-06 2:43 
QuestionHow to program to set the mouse properties? Pin
flyingxu10-May-06 15:03
flyingxu10-May-06 15:03 
AnswerRe: How to program to set the mouse properties? Pin
Stephen Hewitt10-May-06 15:34
Stephen Hewitt10-May-06 15:34 
Questionhow to create a CBitmap object from a bitmap file? Pin
includeh1010-May-06 11:28
includeh1010-May-06 11:28 

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.