Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Worker Thread Problem Pin
CNewbie11-Apr-05 11:56
CNewbie11-Apr-05 11:56 
GeneralRe: MFC Worker Thread Problem Pin
Blake Miller11-Apr-05 12:33
Blake Miller11-Apr-05 12:33 
GeneralRe: MFC Worker Thread Problem Pin
toxcct11-Apr-05 20:55
toxcct11-Apr-05 20:55 
GeneralRe: MFC Worker Thread Problem Pin
CNewbie11-Apr-05 20:58
CNewbie11-Apr-05 20:58 
GeneralRe: MFC Worker Thread Problem Pin
Iain Clarke, Warrior Programmer11-Apr-05 12:37
Iain Clarke, Warrior Programmer11-Apr-05 12:37 
GeneralImage resize in GDI+ Pin
smicikli11-Apr-05 10:18
smicikli11-Apr-05 10:18 
GeneralATL configuration Pin
act_x11-Apr-05 9:47
act_x11-Apr-05 9:47 
GeneralComing out of StandBy application crashes Pin
casid11-Apr-05 9:32
casid11-Apr-05 9:32 
My MSVC 6.0 MFC application crashes for a few people when they come out of StandBy mode when its running. I've never been able to reproduce this myself but I'm wondering what areas to look at that could cause a crash at this time. Here's the Dr. Watson log from the thread that crashes below. It looks at though the code just didn't get loaded again. Any ideas or suggestions on how to debug something like this?

*----> State Dump for Thread Id 0xec4 <----*<br />
<br />
eax=00000001 ebx=00ca2d00 ecx=0000000a edx=7c90eb94 esi=0669daa0 edi=00000000<br />
eip=0124b3c7 esp=0189ff60 ebp=0189ff80 iopl=0         nv up ei pl zr na po nc<br />
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246<br />
<br />
function: <nosymbols><br />
No prior disassembly possible<br />
        0124b3c7 ??               ???<br />
        0124b3c9 ??               ???<br />
        0124b3cb ??               ???<br />
        0124b3cd ??               ???<br />
        0124b3cf ??               ???<br />
        0124b3d1 ??               ???<br />
        0124b3d3 ??               ???<br />
        0124b3d5 ??               ???<br />
        0124b3d7 ??               ???<br />
FAULT ->0124b3c7 ??               ???<br />
Error 0x00000001<br />
        0124b3c9 ??               ???<br />
        0124b3cb ??               ???<br />
        0124b3cd ??               ???<br />
        0124b3cf ??               ???<br />
        0124b3d1 ??               ???<br />
        0124b3d3 ??               ???<br />
        0124b3d5 ??               ???<br />
        0124b3d7 ??               ???<br />
        0124b3d9 ??               ???<br />
        0124b3db ??               ???<br />
<br />
*----> Stack Back Trace <----*<br />
WARNING: Stack unwind information not available. Following frames may be wrong.<br />
ChildEBP RetAddr  Args to Child              <br />
0189ff5c 000d0670 00000218 0000000a 00000000 0x124b3c7<br />
0189ff80 77c3a3b0 00bda558 00000000 7c9105c8 0xd0670<br />
0189ffb4 7c80b50b 00ca2d00 00000000 7c9105c8 msvcrt!endthreadex+0xa9<br />
0189ffec 00000000 77c3a341 00ca2d00 00000000 kernel32!GetModuleFileNameA+0x1b4<br />
<br />
*----> Raw Stack Dump <----*<br />
000000000189ff60  70 06 0d 00 18 02 00 00 - 0a 00 00 00 00 00 00 00  p...............<br />
000000000189ff70  69 79 6d 0d 79 04 00 00 - 8b 01 00 00 58 a5 bd 00  iym.y.......X...<br />
000000000189ff80  b4 ff 89 01 b0 a3 c3 77 - 58 a5 bd 00 00 00 00 00  .......wX.......<br />
000000000189ff90  c8 05 91 7c 00 2d ca 00 - 05 00 00 c0 8c ff 89 01  ...|.-..........<br />
000000000189ffa0  84 fb 89 01 dc ff 89 01 - 94 5c c3 77 d8 40 c1 77  .........\.w.@.w<br />
000000000189ffb0  00 00 00 00 ec ff 89 01 - 0b b5 80 7c 00 2d ca 00  ...........|.-..<br />
000000000189ffc0  00 00 00 00 c8 05 91 7c - 00 2d ca 00 00 a0 fd 7f  .......|.-......<br />
000000000189ffd0  05 00 00 c0 c0 ff 89 01 - 84 fb 89 01 ff ff ff ff  ................<br />
000000000189ffe0  f3 99 83 7c 18 b5 80 7c - 00 00 00 00 00 00 00 00  ...|...|........<br />
000000000189fff0  00 00 00 00 41 a3 c3 77 - 00 2d ca 00 00 00 00 00  ....A..w.-......<br />
00000000018a0000  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0010  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0020  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0030  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0040  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0050  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0060  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0070  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0080  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................<br />
00000000018a0090  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................

GeneralRe: Coming out of StandBy application crashes Pin
Blake Miller11-Apr-05 12:49
Blake Miller11-Apr-05 12:49 
Generalmemory leaks vs. the OS Pin
Maximilien11-Apr-05 9:30
Maximilien11-Apr-05 9:30 
GeneralRe: memory leaks vs. the OS Pin
Rick York11-Apr-05 10:17
mveRick York11-Apr-05 10:17 
GeneralDifferent toolbars Pin
act_x11-Apr-05 8:28
act_x11-Apr-05 8:28 
GeneralRe: Different toolbars Pin
BambooMoon11-Apr-05 9:40
BambooMoon11-Apr-05 9:40 
GeneralWincore.cpp Line 958 Assert When Using MFC Classes Pin
erez_oh11-Apr-05 7:23
erez_oh11-Apr-05 7:23 
GeneralRe: Wincore.cpp Line 958 Assert When Using MFC Classes Pin
Blake Miller11-Apr-05 12:51
Blake Miller11-Apr-05 12:51 
Generalproblem executing EXE file with shellexecute Pin
Green Fuze11-Apr-05 7:00
Green Fuze11-Apr-05 7:00 
GeneralRe: problem executing EXE file with shellexecute Pin
Daniel132411-Apr-05 8:01
Daniel132411-Apr-05 8:01 
GeneralRe: problem executing EXE file with shellexecute Pin
Green Fuze11-Apr-05 12:36
Green Fuze11-Apr-05 12:36 
GeneralRe: problem executing EXE file with shellexecute Pin
ddmcr11-Apr-05 8:31
ddmcr11-Apr-05 8:31 
GeneralDevStudio Macros Pin
Kyudos11-Apr-05 6:08
Kyudos11-Apr-05 6:08 
Generalgenetic algorithm Pin
smarty1211-Apr-05 5:46
smarty1211-Apr-05 5:46 
GeneralRe: genetic algorithm Pin
Chris Meech11-Apr-05 6:23
Chris Meech11-Apr-05 6:23 
GeneralRe: genetic algorithm Pin
liquid_11-Apr-05 7:06
liquid_11-Apr-05 7:06 
QuestionHow can I use the CCriticalSection? Pin
zhenyuanwu11-Apr-05 5:03
zhenyuanwu11-Apr-05 5:03 
AnswerRe: How can I use the CCriticalSection? Pin
David Crow11-Apr-05 5:21
David Crow11-Apr-05 5:21 

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.