Re: Post-mortem Application Error
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Tue, 24 Jan 2006 11:40:56 +0200
> I'm running a multi-threading service in C#. When the service stops, the
> following often (but not always) happens:
>
> 1. The OnStop method runs through without any errors.
> 2. The Service.Dispoes method runs without any errors.
> 3. The exe seemingly stops, closes
> 4. An Application Error "memory could no be read" occurs without the option
> of debugging.
>
> I guess it's some thread which tries to access something already destroyed,
> but I can't find out where.
>
> I've attached the debugger to the process, but debugging ends before the
> app. error occurs. I have an offset address, but how do i find out which
> instruction that is?
>
Try to use the debugger in native or mixed mode (when attaching to the process,
select both "Native" and "CLR" engines, and if it does not help, next time use only "Native").
Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- References:
- Post-mortem Application Error
- From: Simon Niederberger
- Post-mortem Application Error
- Prev by Date: Unable to debug the WebApplication
- Next by Date: Re: Can't Debug COM Interface
- Previous by thread: Post-mortem Application Error
- Next by thread: Unable to debug the WebApplication
- Index(es):
Loading