Hi,

I'm getting intermittent crashes on my web server; killing the
aspnet_wp.exe process gets the websites up and running again.

I've copied several iisstate logs here:

http://www.remotenewmedia.co.uk/logs/

They were all created by attaching iisstate to the aspnet_wp.exe
process with the -sc command.

Any pointers in the direction of the causes of these crashes would be
most appreciated.

Thanks in advance,

Paul

Re: IIS State logs - aspnet_wp.exe crash by Pat

Pat
Fri Apr 01 07:02:32 CST 2005

Here is one of the culprits:

front.Tariffs.Page_Load(Object,Class System.EventArgs)


You may have others, but most of the crashes were caused by a bug in your
managed code. So I would start there.


Pat


"Paul McGillivray" <paul@remote.uk.com> wrote in message
news:al9o41pumkr5v4r229d05k0du1r2vvlsg6@4ax.com...
>
> Hi,
>
> I'm getting intermittent crashes on my web server; killing the
> aspnet_wp.exe process gets the websites up and running again.
>
> I've copied several iisstate logs here:
>
> http://www.remotenewmedia.co.uk/logs/
>
> They were all created by attaching iisstate to the aspnet_wp.exe
> process with the -sc command.
>
> Any pointers in the direction of the causes of these crashes would be
> most appreciated.
>
> Thanks in advance,
>
> Paul



Re: IIS State logs - aspnet_wp.exe crash by Paul

Paul
Fri Apr 01 07:49:55 CST 2005



Thanks Pat,

We fixed the code in the front.tarrifs.page_load dll after the first 2
or 3 logs - Is there anything in the later logs that can give us any
clues as to where or what the problem in the code is?

We've got about 40 sites running on the server, so I don't know where
to start looking for causes of the crashes.

Many thanks

Paul




On Fri, 1 Apr 2005 05:02:32 -0800, "Pat [MSFT]"
<patfilot@online.microsoft.com> wrote:

>Here is one of the culprits:
>
>front.Tariffs.Page_Load(Object,Class System.EventArgs)
>
>
>You may have others, but most of the crashes were caused by a bug in your
>managed code. So I would start there.
>
>
>Pat
>
>
>"Paul McGillivray" <paul@remote.uk.com> wrote in message
>news:al9o41pumkr5v4r229d05k0du1r2vvlsg6@4ax.com...
>>
>> Hi,
>>
>> I'm getting intermittent crashes on my web server; killing the
>> aspnet_wp.exe process gets the websites up and running again.
>>
>> I've copied several iisstate logs here:
>>
>> http://www.remotenewmedia.co.uk/logs/
>>
>> They were all created by attaching iisstate to the aspnet_wp.exe
>> process with the -sc command.
>>
>> Any pointers in the direction of the causes of these crashes would be
>> most appreciated.
>>
>> Thanks in advance,
>>
>> Paul
>


Re: IIS State logs - aspnet_wp.exe crash by Pat

Pat
Fri Apr 01 12:06:58 CST 2005

The later ones are still crashing in managed code, but IISState wasn't able
to dump the managed stacks. You can open the .dmp file with WinDBG and use
the !\clr10\sos\DmpStack command to get the managed stack.

Pat

"Paul McGillivray" <paul@remote.uk.com> wrote in message
news:r7kq411aperds99ucrqb6k2poqmdqa3c2p@4ax.com...
>