Re: Mixed assembly crashes on exit
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 12 Mar 2007 11:20:08 +0200
Jim,
Try to enable mixed mode debugging (in the project that you use to start debugging -
probably, that's the main .exe's project):
(Project properties | Configuration Properties | Debugging | Debugger Type -
set to "Mixed" (but not "Auto")
It should allow to set breakpoints in all kinds of code.
The second time, what exception was reported? Was it also stack overflow,
or another one? Is there always the same exception reported after the crash,
or are there different exceptions?
What does Debug Output window contain after a crash? Are there messages
about some other (first chance) exceptions?
Try to reproduce the problem several times in a row. Will it always occur in the same place?
With the same call stack and exception type? If everything is the same, is it still the same
if you let the app run for a while, then exit?
(This all may sound like waste of time, but really it should help to see if the problem
is random or not; if it always occurs in the same way, probably there is one place
where the corruption / misconfiguration occurs, and we will try to find it;
if it occurs truly randomly, we will have to invent something else to spot it)
Oleg
.
- Follow-Ups:
- Re: Mixed assembly crashes on exit
- From: Jim Walsh
- Re: Mixed assembly crashes on exit
- References:
- Re: Mixed assembly crashes on exit
- From: Oleg Starodumov
- Re: Mixed assembly crashes on exit
- From: Jim Walsh
- Re: Mixed assembly crashes on exit
- Prev by Date: Re: Use of debugging symbol server
- Next by Date: Re: Which VS 2005 edition has attachable JIT debugger?
- Previous by thread: Re: Mixed assembly crashes on exit
- Next by thread: Re: Mixed assembly crashes on exit
- Index(es):
Relevant Pages
|
Loading