Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with parsing a BYTE* Pin
Curi0us_George9-Mar-04 12:35
Curi0us_George9-Mar-04 12:35 
GeneralRe: Problem with parsing a BYTE* Pin
__Cerb9-Mar-04 13:00
__Cerb9-Mar-04 13:00 
GeneralRe: Problem with parsing a BYTE* Pin
Curi0us_George9-Mar-04 17:03
Curi0us_George9-Mar-04 17:03 
QuestionAnyone has some experience with Windows 98 Enabled and Hebrew??? Pin
LukeV9-Mar-04 10:31
LukeV9-Mar-04 10:31 
QuestionCan Anyone Help me Plz Pin
MrNiceBerG9-Mar-04 10:16
MrNiceBerG9-Mar-04 10:16 
AnswerRe: Can Anyone Help me Plz Pin
MeterMan9-Mar-04 12:23
MeterMan9-Mar-04 12:23 
QuestionInteractive 2d graph control? Pin
khan20009-Mar-04 9:54
khan20009-Mar-04 9:54 
GeneralMSHTML debug help needed Pin
Arun Bhalla9-Mar-04 9:48
Arun Bhalla9-Mar-04 9:48 
I'm hosting MSHTML in an Explorer bar, and a specific Web page is causing a crash in MSHTML. No other page has done that for me. I'm trying to figure out why it's happening, but I can't make sense of the call stack. MSHTML is hosted with a download control which should be preventing dynamic content from being displayed/executed, so it's curious why the call stack appears to be attempting to process some window message. Or maybe not. Any pointers? Thanks!

Here's the call stack I obtained from VS.NET:
> MSHTML.DLL!CElement::BecomeCurrent() + 0x50
MSHTML.DLL!CElement::BubbleBecomeCurrent() + 0x61
MSHTML.DLL!CMarkup::NavigateHere() + 0x47e69
MSHTML.DLL!CTaskLookForBookmark::OnRun() + 0x42
MSHTML.DLL!CTask::TaskmanRunTask() + 0x34
MSHTML.DLL!CTask::TaskmanRun() + 0xb1
MSHTML.DLL!CTask::OnTaskTick() + 0x5
MSHTML.DLL!GWMouseProc() - 0x1f0a99
MSHTML.DLL!GlobalWndProc() + 0xf9
user32.dll!_InternalCallWinProc@20() + 0x1b
user32.dll!_UserCallWinProcCheckWow@32() + 0xb7
user32.dll!_DispatchMessageWorker@8() + 0xd8
user32.dll!_DispatchMessageW@4() + 0xb
ole32.dll!CDllHost::STAWorkerLoop() + 0x69
ole32.dll!CDllHost::WorkerThread() + 0xd6
ole32.dll!DLLHostThreadEntry() + 0x9
ole32.dll!CRpcThread::WorkerLoop() + 0x1e
ole32.dll!CRpcThreadCache::RpcWorkerThreadEntry() + 0x1a
kernel32.dll!_BaseThreadStart@8() + 0x37


I have a similar call stack from WinDbg:
# ChildEBP RetAddr Args to Child
00 0b4efbc0 6363aed8 00000000 0b4efbfc 00000000 mshtml!CElement::BecomeCurrent+0x77 (FPO: [Non-Fpo])
01 0b4efc00 636d13db 00000000 00000000 00000000 mshtml!CElement::BubbleBecomeCurrent+0x81 (FPO: [Non-Fpo])
02 0b4efca4 6373deba 00000000 08ebef24 00000000 mshtml!CMarkup::NavigateHere+0x39d (FPO: [Non-Fpo])
03 0b4efcc8 636b1c42 00336b8f 08e88380 00000064 mshtml!CTaskLookForBookmark::OnRun+0x42 (FPO: [Non-Fpo])
04 0b4efcd8 636b1bf6 08e88380 00336ac7 08e8c400 mshtml!CTask::TaskmanRunTask+0x34 (FPO: [3,0,2])
05 0b4efcfc 636b1b40 63581dc7 63677b41 000003e8 mshtml!CTask::TaskmanRun+0xe4 (FPO: [Non-Fpo])
06 0b4efd00 63581dc7 63677b41 000003e8 63581d1d mshtml!CTask::OnTaskTick+0x5 (FPO: [2,0,0])
07 0b4efd0c 63581d1d 000503a0 00002000 0b4efeac mshtml!GWMouseProc+0x115 (FPO: [2,0,0])
08 0b4efe38 77d43a50 000503a0 0000033d 00002000 mshtml!GlobalWndProc+0x193 (FPO: [Non-Fpo])
09 0b4efe64 77d43b1f 63581c24 000503a0 00000113 USER32!InternalCallWinProc+0x1b
0a 0b4efecc 77d43d79 00000000 63581c24 000503a0 USER32!UserCallWinProcCheckWow+0x150 (FPO: [Non-Fpo])
0b 0b4eff2c 77d43ddf 0b4eff50 00000000 771c97df USER32!DispatchMessageWorker+0x306 (FPO: [Non-Fpo])
0c 0b4eff38 771c97df 0b4eff50 00000000 00000000 USER32!DispatchMessageW+0xb (FPO: [1,0,0])
0d 0b4eff6c 771daf11 77e7a5a2 00007530 0a1297f8 ole32!CDllHost::STAWorkerLoop+0x5a (FPO: [Non-Fpo])
0e 0b4eff8c 771dae38 771e71a8 772bb908 771b0000 ole32!CDllHost::WorkerThread+0xda (FPO: [Non-Fpo])
0f 0b4eff90 771e71a8 772bb908 771b0000 0a1297f8 ole32!DLLHostThreadEntry+0x9 (FPO: [1,0,0])
10 0b4effa8 771e7207 00221e50 7b1b0b33 77e7d33b ole32!CRpcThread::WorkerLoop+0x1e (FPO: [EBP 0x0b4effec] [0,0,4])
11 0b4effb4 77e7d33b 0a1297f8 00221e50 7b1b0b33 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a (FPO: [1,0,2])
12 0b4effec 00000000 771e71ed 0a1297f8 00000000 kernel32!BaseThreadStart+0x37 (FPO: [Non-Fpo])


GeneralLayered Service Provider Pin
Member 8826679-Mar-04 8:53
Member 8826679-Mar-04 8:53 
GeneralGetting App Path Pin
Ghasrfakhri9-Mar-04 8:45
Ghasrfakhri9-Mar-04 8:45 
GeneralRe: Getting App Path Pin
Brian D9-Mar-04 9:06
Brian D9-Mar-04 9:06 
GeneralTnx Pin
Ghasrfakhri9-Mar-04 9:09
Ghasrfakhri9-Mar-04 9:09 
GeneralSystem tray menu Pin
sschilachi9-Mar-04 6:58
sschilachi9-Mar-04 6:58 
GeneralRe: System tray menu Pin
David Crow9-Mar-04 7:00
David Crow9-Mar-04 7:00 
GeneralRe: System tray menu Pin
sschilachi9-Mar-04 7:12
sschilachi9-Mar-04 7:12 
GeneralRe: System tray menu Pin
David Crow9-Mar-04 7:19
David Crow9-Mar-04 7:19 
GeneralRe: System tray menu Pin
sschilachi9-Mar-04 7:22
sschilachi9-Mar-04 7:22 
GeneralRe: System tray menu Pin
Iain Clarke, Warrior Programmer9-Mar-04 7:47
Iain Clarke, Warrior Programmer9-Mar-04 7:47 
GeneralLocalizing a Windows Installer Package Pin
Yogurt9-Mar-04 6:51
Yogurt9-Mar-04 6:51 
Generalmerge cells Pin
Member 7389389-Mar-04 6:24
Member 7389389-Mar-04 6:24 
Generalswapping problem Pin
ns9-Mar-04 6:11
ns9-Mar-04 6:11 
GeneralRe: swapping problem Pin
Robert A. T. Káldy9-Mar-04 6:33
Robert A. T. Káldy9-Mar-04 6:33 
GeneralRe: swapping problem Pin
ns9-Mar-04 7:25
ns9-Mar-04 7:25 
GeneralRe: swapping problem Pin
John M. Drescher9-Mar-04 8:01
John M. Drescher9-Mar-04 8:01 
GeneralRe: swapping problem Pin
ns10-Mar-04 1:14
ns10-Mar-04 1:14 

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.