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

C / C++ / MFC

 
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 
Davitor wrote:
Access vilolation reading location 0xfeeefeee


0xfeeefeee is a Magic Number[^] which has a meaning. This essentially means that you are trying to access memory AFTER it has been freed. You should begin debugging by checking the variables that you are accessing in your worker thread.

Best Wishes,
-David Delaune
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 
AnswerRe: segmentation fault problem Pin
CPallini10-Jun-09 23:10
mveCPallini10-Jun-09 23:10 
GeneralRe: segmentation fault problem Pin
sandeep_dhruwa10-Jun-09 23:15
sandeep_dhruwa10-Jun-09 23:15 
GeneralRe: segmentation fault problem Pin
CPallini10-Jun-09 23:26
mveCPallini10-Jun-09 23:26 
AnswerRe: segmentation fault problem Pin
Code-o-mat10-Jun-09 23:11
Code-o-mat10-Jun-09 23:11 
QuestionMark in out for the media Pin
ZMA_BUNTS10-Jun-09 22:43
ZMA_BUNTS10-Jun-09 22:43 
AnswerRe: Mark in out for the media Pin
CPallini10-Jun-09 23:12
mveCPallini10-Jun-09 23:12 
GeneralRe: Mark in out for the media Pin
Rajesh R Subramanian10-Jun-09 23:21
professionalRajesh R Subramanian10-Jun-09 23:21 
JokeRe: Mark in out for the media Pin
CPallini10-Jun-09 23:36
mveCPallini10-Jun-09 23:36 
AnswerRe: Mark in out for the media Pin
Rajesh R Subramanian10-Jun-09 23:31
professionalRajesh R Subramanian10-Jun-09 23:31 
GeneralRe: Mark in out for the media Pin
Cedric Moonen10-Jun-09 23:51
Cedric Moonen10-Jun-09 23:51 
GeneralRe: Mark in out for the media Pin
Rajesh R Subramanian11-Jun-09 0:20
professionalRajesh R Subramanian11-Jun-09 0:20 
GeneralRe: Mark in out for the media Pin
Cedric Moonen11-Jun-09 0:49
Cedric Moonen11-Jun-09 0:49 

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.