Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDebug Assertion Failed Pin
Davitor10-Jun-09 23:52
Davitor10-Jun-09 23:52 
AnswerRe: Debug Assertion Failed Pin
Cedric Moonen11-Jun-09 0:14
Cedric Moonen11-Jun-09 0:14 
GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 0:33
Davitor11-Jun-09 0:33 
GeneralRe: Debug Assertion Failed Pin
Cedric Moonen11-Jun-09 0:51
Cedric Moonen11-Jun-09 0:51 
GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 0:58
Davitor11-Jun-09 0:58 
QuestionRe: Debug Assertion Failed Pin
Rajesh R Subramanian11-Jun-09 1:03
professionalRajesh R Subramanian11-Jun-09 1:03 
AnswerRe: Debug Assertion Failed Pin
Davitor11-Jun-09 1:10
Davitor11-Jun-09 1:10 
GeneralRe: Debug Assertion Failed Pin
Rajesh R Subramanian11-Jun-09 1:24
professionalRajesh R Subramanian11-Jun-09 1:24 
Try different test cases and narrow down the number of cases for which the crash is occurring. You might as well output text to the debugger window from within your code (if you are not running under the VS debugger, you can still use an external debugger[^] (just connect it to the local machine) and use something like OutputDebugString[^] to print to the debugger).

The actual problem might be something as trivial as writing to a pointer that has been released, accessing memory that you don't own, etc., But you need to locate it first.


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 1:29
Davitor11-Jun-09 1:29 
GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 2:07
Davitor11-Jun-09 2:07 
GeneralRe: Debug Assertion Failed Pin
Rajesh R Subramanian11-Jun-09 0:58
professionalRajesh R Subramanian11-Jun-09 0:58 
GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 1:02
Davitor11-Jun-09 1:02 
GeneralRe: Debug Assertion Failed Pin
Davitor11-Jun-09 1:06
Davitor11-Jun-09 1:06 
GeneralRe: Debug Assertion Failed Pin
chirag_chauhan11-Jun-09 1:17
chirag_chauhan11-Jun-09 1:17 
GeneralRe: Debug Assertion Failed Pin
Cedric Moonen11-Jun-09 1:13
Cedric Moonen11-Jun-09 1:13 
GeneralWelcome in the CP's Memorable Quotes list, again and again. Pin
CPallini11-Jun-09 22:01
mveCPallini11-Jun-09 22:01 
GeneralRe: Welcome in the CP's Memorable Quotes list, again and again. Pin
Rajesh R Subramanian11-Jun-09 22:36
professionalRajesh R Subramanian11-Jun-09 22:36 
AnswerRe: Debug Assertion Failed Pin
Rajesh R Subramanian11-Jun-09 0:23
professionalRajesh R Subramanian11-Jun-09 0:23 
QuestionRe: Debug Assertion Failed Pin
David Crow11-Jun-09 3:00
David Crow11-Jun-09 3:00 
AnswerRe: Debug Assertion Failed Pin
Randor 11-Jun-09 3:56
professional Randor 11-Jun-09 3:56 
AnswerRe: Debug Assertion Failed Pin
Stephen Hewitt11-Jun-09 6:05
Stephen Hewitt11-Jun-09 6:05 
Questionsegmentation fault problem Pin
sandeep_dhruwa10-Jun-09 22:50
sandeep_dhruwa10-Jun-09 22:50 
AnswerRe: segmentation fault problem Pin
andrew_dk10-Jun-09 23:07
andrew_dk10-Jun-09 23:07 
GeneralRe: segmentation fault problem Pin
sandeep_dhruwa10-Jun-09 23:13
sandeep_dhruwa10-Jun-09 23:13 
QuestionRe: segmentation fault problem Pin
David Crow11-Jun-09 3:05
David Crow11-Jun-09 3:05 

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.