Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 20:08
George_George8-Jul-08 20:08 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 20:10
Stephen Hewitt8-Jul-08 20:10 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 20:13
George_George8-Jul-08 20:13 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 20:28
Stephen Hewitt8-Jul-08 20:28 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 20:40
George_George8-Jul-08 20:40 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 20:46
Stephen Hewitt8-Jul-08 20:46 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 20:53
George_George8-Jul-08 20:53 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 20:59
George_George8-Jul-08 20:59 
Hi Steve,


1.

Your reply gives me some hints and I have made more experiments, here are the results for x64 binary runs on x64 platform. It looks fine. Does it because of x86 code is not supported to print out stack trace on x64?

0:000> g
(730.4f8): C++ EH exception - code e06d7363 (first chance)
(730.4f8): C++ EH exception - code e06d7363 (!!! second chance !!!)
kernel32!RaiseException+0x5c:
00000000`77d4dd10 4881c4c8000000  add     rsp,0C8h
0:000> k
Child-SP          RetAddr           Call Site
00000000`0012fd00 00000000`1029bedc kernel32!RaiseException+0x5c 
00000000`0012fdd0 00000001`40001057 MSVCR90D!CxxThrowException+0xac
00000000`0012fe60 00000001`400010a2 TestDebugSource!foo+0x37 [d:\visual studio 2008\projects\testdebugsource\testdebugsource\main.cpp @ 8]
00000000`0012fea0 00000001`400014c2 TestDebugSource!main+0x32 [d:\visual studio 2008\projects\testdebugsource\testdebugsource\main.cpp @ 18]


2.

What is the function of Handled or Not Handled in Event Filter dialog?

(I always set Execution option, but ignore the Continue option before.)


regards,
George
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 21:05
Stephen Hewitt8-Jul-08 21:05 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 21:22
George_George8-Jul-08 21:22 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 21:33
Stephen Hewitt8-Jul-08 21:33 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 21:44
George_George8-Jul-08 21:44 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 21:47
Stephen Hewitt8-Jul-08 21:47 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 21:59
George_George8-Jul-08 21:59 
GeneralRe: stack trace in exception Pin
Stephen Hewitt8-Jul-08 22:01
Stephen Hewitt8-Jul-08 22:01 
GeneralRe: stack trace in exception Pin
George_George8-Jul-08 22:09
George_George8-Jul-08 22:09 
Questionhow to change menu font? Pin
tataxin8-Jul-08 16:30
tataxin8-Jul-08 16:30 
AnswerRe: how to change menu font? Pin
halibobo8-Jul-08 17:00
halibobo8-Jul-08 17:00 
GeneralRe: how to change menu font? Pin
tataxin8-Jul-08 20:30
tataxin8-Jul-08 20:30 
GeneralRe: how to change menu font? Pin
halibobo9-Jul-08 17:32
halibobo9-Jul-08 17:32 
AnswerRe: how to change menu font? Pin
Iain Clarke, Warrior Programmer8-Jul-08 23:56
Iain Clarke, Warrior Programmer8-Jul-08 23:56 
AnswerRe: how to change menu font? Pin
tataxin13-Jul-08 14:26
tataxin13-Jul-08 14:26 
Questiondetecting invalid iterators Pin
bkelly138-Jul-08 15:28
bkelly138-Jul-08 15:28 
AnswerRe: detecting invalid iterators Pin
Stephen Hewitt8-Jul-08 15:44
Stephen Hewitt8-Jul-08 15:44 
Questionali rafiee Pin
fazel dehghani8-Jul-08 8:39
fazel dehghani8-Jul-08 8:39 

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.