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

C / C++ / MFC

 
QuestionDisabling a CView, and darkening it Pin
Sternocera19-May-09 6:13
Sternocera19-May-09 6:13 
QuestionRe: Disabling a CView, and darkening it Pin
David Crow19-May-09 7:33
David Crow19-May-09 7:33 
AnswerRe: Disabling a CView, and darkening it Pin
Sternocera19-May-09 7:48
Sternocera19-May-09 7:48 
GeneralRe: Disabling a CView, and darkening it Pin
David Crow19-May-09 9:06
David Crow19-May-09 9:06 
GeneralRe: Disabling a CView, and darkening it Pin
Sternocera19-May-09 10:14
Sternocera19-May-09 10:14 
AnswerRe: Disabling a CView, and darkening it Pin
Sternocera19-May-09 11:18
Sternocera19-May-09 11:18 
GeneralRe: Disabling a CView, and darkening it Pin
Sternocera20-May-09 3:27
Sternocera20-May-09 3:27 
QuestionApplication Crashes at mfc42!CMapStringToString::GetAssocAt+14 Pin
U Mallikarjuna Rao19-May-09 5:58
U Mallikarjuna Rao19-May-09 5:58 
Hi,

I have a multi threaded application which crashes at mfc42!CMapStringToString::GetAssocAt+14. Please see the DebugDiag tool output below.

Function Arg 1 Arg 2 Arg 3 Source
mfc42!CMapStringToString::GetAssocAt+14 07c59d50 086cf9a8 086cf9b4
mfc42!CMapStringToPtr::Lookup+12 07c59d50 086cf9d0 00000000
DataConverter+24d57 07c59d50 086cf9d0 00000000
DataConverter+1ce5e 07c59d50 086cfa04 73ed4343
DataConverter+436cb 105868f0 000003e4 07d13bb8
DataConverter+411ba 00425047 0000000b 00000000
DataConverter+40731 7c83e828 ffffffff 7c83e825
DataConverter+2d53e 0000000a 07d13bb8 00000000
DataConverter+539c0 0000000a 07d243f8 00000001
DataConverter+53887 00000000 07d13d30 07d13c68
mfc42!_AfxThreadEntry+119 0012f028 00000000 00000000
msvcrt!_endthreadex+a3 07d13c68 00000000 00000000
kernel32!BaseThreadStart+34 77bcb4bc 07d13c68 00000000

I'm just wondering at the two MFC42 calls on top. These two are from two different classes. If my understanding is not wrong, it has to call GetNextAssicAt() method in CMapStringToPtr class but calling the method in CMapStringToString class. Could somebody help me here?

This application runs for few hours and processes thousands of messages and crashes randomly. Every time it crashes, points at same memory address.

Event description for crash: Faulting application DataConverter.exe version 1.0.0.0, faulting module mfc42.dll version 6.6.8063.0, fault address ox000234e4

Thanks in advance.
Mallik
AnswerRe: Application Crashes at mfc42!CMapStringToString::GetAssocAt+14 Pin
Cedric Moonen19-May-09 7:52
Cedric Moonen19-May-09 7:52 
GeneralRe: Application Crashes at mfc42!CMapStringToString::GetAssocAt+14 Pin
U Mallikarjuna Rao19-May-09 8:59
U Mallikarjuna Rao19-May-09 8:59 
QuestionHow to change the clsid of an ocx? Pin
SIJUTHOMASP19-May-09 5:50
professionalSIJUTHOMASP19-May-09 5:50 
QuestionRe: How to change the clsid of an ocx? Pin
CPallini19-May-09 6:15
mveCPallini19-May-09 6:15 
AnswerRe: How to change the clsid of an ocx? Pin
SIJUTHOMASP19-May-09 7:05
professionalSIJUTHOMASP19-May-09 7:05 
GeneralRe: How to change the clsid of an ocx? Pin
CPallini19-May-09 7:30
mveCPallini19-May-09 7:30 
Question_bstr_t and _variant_t [modified] Pin
vital_parsley200019-May-09 5:32
vital_parsley200019-May-09 5:32 
AnswerRe: _bstr_t and _variant_t Pin
Chris Losinger19-May-09 5:46
professionalChris Losinger19-May-09 5:46 
Questioninsert records using parameters . Pin
vital_parsley200019-May-09 5:31
vital_parsley200019-May-09 5:31 
AnswerRe: insert records using parameters . Pin
Stuart Dootson19-May-09 7:16
professionalStuart Dootson19-May-09 7:16 
GeneralRe: insert records using parameters . Pin
vital_parsley200019-May-09 18:01
vital_parsley200019-May-09 18:01 
GeneralRe: insert records using parameters . Pin
Stuart Dootson19-May-09 21:49
professionalStuart Dootson19-May-09 21:49 
QuestionToolBar Bitmaps? Pin
Software200719-May-09 4:38
Software200719-May-09 4:38 
AnswerRe: ToolBar Bitmaps? Pin
David Crow19-May-09 4:52
David Crow19-May-09 4:52 
GeneralRe: ToolBar Bitmaps? Pin
Software200719-May-09 5:06
Software200719-May-09 5:06 
QuestionRe: ToolBar Bitmaps? Pin
David Crow19-May-09 5:10
David Crow19-May-09 5:10 
AnswerRe: ToolBar Bitmaps? Pin
Software200719-May-09 5:50
Software200719-May-09 5:50 

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.