Home All Groups Group Topic Archive Search About

VS2002 windows service crashing under Windows 2003 SP1

Author
18 Apr 2006 2:41 PM
Lenny Shprekher
Hi,

I have long time ago written windows service (VS2002) which is working fine
on Windows 2000 server for 4 years. After installing service on Windows 2003
SP1 service crashing every time with same System.StackOverflow exception.
Please help me with this if you can?


[thread 0xf38] Thread created.

Unable to  determine existence of prolog, if any

[thread 0x3f0] Thread created.

[thread 0xd8c] Thread created.

[thread 0xe64] Thread created.

[thread 0xee8] Thread created.

[thread 0x3f0] Unhandled exception generated: (0x010e1074)
<System.StackOverflow

Exception>

  _className=<null>

  _exceptionMethod=<null>

  _exceptionMethodString=<null>

  _message=<null>

  _innerException=<null>

  _helpURL=<null>

  _stackTrace=<null>

  _stackTraceString=<null>

  _remoteStackTraceString=<null>

  _remoteStackIndex=0x00000000

  _HResult=0x800703e9

  _source=<null>

  _xptrs=0x00000000

  _xcode=0xe0434f4d



Thread 0x3f0 R  0x7C82ED54:  <unknown>

(cordbg)

Author
18 Apr 2006 5:17 PM
Jeff Dillon
Debug any recursive routines

Show quoteHide quote
"Lenny Shprekher" <Lenny Shprek***@discussions.microsoft.com> wrote in
message news:47D130FA-E684-4E98-ADB6-62E9219CFBD9@microsoft.com...
> Hi,
>
> I have long time ago written windows service (VS2002) which is working
> fine
> on Windows 2000 server for 4 years. After installing service on Windows
> 2003
> SP1 service crashing every time with same System.StackOverflow exception.
> Please help me with this if you can?
>
>
> [thread 0xf38] Thread created.
>
> Unable to  determine existence of prolog, if any
>
> [thread 0x3f0] Thread created.
>
> [thread 0xd8c] Thread created.
>
> [thread 0xe64] Thread created.
>
> [thread 0xee8] Thread created.
>
> [thread 0x3f0] Unhandled exception generated: (0x010e1074)
> <System.StackOverflow
>
> Exception>
>
>  _className=<null>
>
>  _exceptionMethod=<null>
>
>  _exceptionMethodString=<null>
>
>  _message=<null>
>
>  _innerException=<null>
>
>  _helpURL=<null>
>
>  _stackTrace=<null>
>
>  _stackTraceString=<null>
>
>  _remoteStackTraceString=<null>
>
>  _remoteStackIndex=0x00000000
>
>  _HResult=0x800703e9
>
>  _source=<null>
>
>  _xptrs=0x00000000
>
>  _xcode=0xe0434f4d
>
>
>
> Thread 0x3f0 R  0x7C82ED54:  <unknown>
>
> (cordbg)
>
>
Author
18 Apr 2006 5:51 PM
Lenny Shprekher
If that was the issue than why it works in production under Win 2000 for 4
years fine?


Show quoteHide quote
"Jeff Dillon" wrote:

> Debug any recursive routines
>
> "Lenny Shprekher" <Lenny Shprek***@discussions.microsoft.com> wrote in
> message news:47D130FA-E684-4E98-ADB6-62E9219CFBD9@microsoft.com...
> > Hi,
> >
> > I have long time ago written windows service (VS2002) which is working
> > fine
> > on Windows 2000 server for 4 years. After installing service on Windows
> > 2003
> > SP1 service crashing every time with same System.StackOverflow exception.
> > Please help me with this if you can?
> >
> >
> > [thread 0xf38] Thread created.
> >
> > Unable to  determine existence of prolog, if any
> >
> > [thread 0x3f0] Thread created.
> >
> > [thread 0xd8c] Thread created.
> >
> > [thread 0xe64] Thread created.
> >
> > [thread 0xee8] Thread created.
> >
> > [thread 0x3f0] Unhandled exception generated: (0x010e1074)
> > <System.StackOverflow
> >
> > Exception>
> >
> >  _className=<null>
> >
> >  _exceptionMethod=<null>
> >
> >  _exceptionMethodString=<null>
> >
> >  _message=<null>
> >
> >  _innerException=<null>
> >
> >  _helpURL=<null>
> >
> >  _stackTrace=<null>
> >
> >  _stackTraceString=<null>
> >
> >  _remoteStackTraceString=<null>
> >
> >  _remoteStackIndex=0x00000000
> >
> >  _HResult=0x800703e9
> >
> >  _source=<null>
> >
> >  _xptrs=0x00000000
> >
> >  _xcode=0xe0434f4d
> >
> >
> >
> > Thread 0x3f0 R  0x7C82ED54:  <unknown>
> >
> > (cordbg)
> >
> >
>
>
>
Author
18 Apr 2006 6:03 PM
Jeff Dillon
Exactly. Do nothing, problem persists. Follow advice, learn something!

Show quoteHide quote
"Lenny Shprekher" <LennyShprek***@discussions.microsoft.com> wrote in
message news:31D2925C-1BA1-48CB-A161-7DE10F86EC15@microsoft.com...
> If that was the issue than why it works in production under Win 2000 for 4
> years fine?
>
>
> "Jeff Dillon" wrote:
>
>> Debug any recursive routines
>>
>> "Lenny Shprekher" <Lenny Shprek***@discussions.microsoft.com> wrote in
>> message news:47D130FA-E684-4E98-ADB6-62E9219CFBD9@microsoft.com...
>> > Hi,
>> >
>> > I have long time ago written windows service (VS2002) which is working
>> > fine
>> > on Windows 2000 server for 4 years. After installing service on Windows
>> > 2003
>> > SP1 service crashing every time with same System.StackOverflow
>> > exception.
>> > Please help me with this if you can?
>> >
>> >
>> > [thread 0xf38] Thread created.
>> >
>> > Unable to  determine existence of prolog, if any
>> >
>> > [thread 0x3f0] Thread created.
>> >
>> > [thread 0xd8c] Thread created.
>> >
>> > [thread 0xe64] Thread created.
>> >
>> > [thread 0xee8] Thread created.
>> >
>> > [thread 0x3f0] Unhandled exception generated: (0x010e1074)
>> > <System.StackOverflow
>> >
>> > Exception>
>> >
>> >  _className=<null>
>> >
>> >  _exceptionMethod=<null>
>> >
>> >  _exceptionMethodString=<null>
>> >
>> >  _message=<null>
>> >
>> >  _innerException=<null>
>> >
>> >  _helpURL=<null>
>> >
>> >  _stackTrace=<null>
>> >
>> >  _stackTraceString=<null>
>> >
>> >  _remoteStackTraceString=<null>
>> >
>> >  _remoteStackIndex=0x00000000
>> >
>> >  _HResult=0x800703e9
>> >
>> >  _source=<null>
>> >
>> >  _xptrs=0x00000000
>> >
>> >  _xcode=0xe0434f4d
>> >
>> >
>> >
>> > Thread 0x3f0 R  0x7C82ED54:  <unknown>
>> >
>> > (cordbg)
>> >
>> >
>>
>>
>>
Author
18 Apr 2006 7:18 PM
Lenny Shprekher
You could spend month debugging and rewriting, but logically this is wrong
and might cost company a lot $. How could hypothetically bad code work for 4
years and now I can't even create new blank windows service project under
Windows 2003 Sp1 using VS2002. Don't you think this is not code issue?
Does Windows 2003 SP1 support VS2002 development platform at all? Could you
try creating blank windows service project under Windows 2003 SP1?




Show quoteHide quote
"Jeff Dillon" wrote:

> Exactly. Do nothing, problem persists. Follow advice, learn something!
>
> "Lenny Shprekher" <LennyShprek***@discussions.microsoft.com> wrote in
> message news:31D2925C-1BA1-48CB-A161-7DE10F86EC15@microsoft.com...
> > If that was the issue than why it works in production under Win 2000 for 4
> > years fine?
> >
> >
> > "Jeff Dillon" wrote:
> >
> >> Debug any recursive routines
> >>
> >> "Lenny Shprekher" <Lenny Shprek***@discussions.microsoft.com> wrote in
> >> message news:47D130FA-E684-4E98-ADB6-62E9219CFBD9@microsoft.com...
> >> > Hi,
> >> >
> >> > I have long time ago written windows service (VS2002) which is working
> >> > fine
> >> > on Windows 2000 server for 4 years. After installing service on Windows
> >> > 2003
> >> > SP1 service crashing every time with same System.StackOverflow
> >> > exception.
> >> > Please help me with this if you can?
> >> >
> >> >
> >> > [thread 0xf38] Thread created.
> >> >
> >> > Unable to  determine existence of prolog, if any
> >> >
> >> > [thread 0x3f0] Thread created.
> >> >
> >> > [thread 0xd8c] Thread created.
> >> >
> >> > [thread 0xe64] Thread created.
> >> >
> >> > [thread 0xee8] Thread created.
> >> >
> >> > [thread 0x3f0] Unhandled exception generated: (0x010e1074)
> >> > <System.StackOverflow
> >> >
> >> > Exception>
> >> >
> >> >  _className=<null>
> >> >
> >> >  _exceptionMethod=<null>
> >> >
> >> >  _exceptionMethodString=<null>
> >> >
> >> >  _message=<null>
> >> >
> >> >  _innerException=<null>
> >> >
> >> >  _helpURL=<null>
> >> >
> >> >  _stackTrace=<null>
> >> >
> >> >  _stackTraceString=<null>
> >> >
> >> >  _remoteStackTraceString=<null>
> >> >
> >> >  _remoteStackIndex=0x00000000
> >> >
> >> >  _HResult=0x800703e9
> >> >
> >> >  _source=<null>
> >> >
> >> >  _xptrs=0x00000000
> >> >
> >> >  _xcode=0xe0434f4d
> >> >
> >> >
> >> >
> >> > Thread 0x3f0 R  0x7C82ED54:  <unknown>
> >> >
> >> > (cordbg)
> >> >
> >> >
> >>
> >>
> >>
>
>
>