VS2002 windows service crashing under Windows 2003 SP1

G

Guest

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)
 
G

Guest

If that was the issue than why it works in production under Win 2000 for 4
years fine?


Jeff Dillon said:
Debug any recursive routines

Lenny Shprekher said:
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)
 
J

Jeff Dillon

Exactly. Do nothing, problem persists. Follow advice, learn something!

Lenny Shprekher said:
If that was the issue than why it works in production under Win 2000 for 4
years fine?


Jeff Dillon said:
Debug any recursive routines

Lenny Shprekher said:
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)
 
G

Guest

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?




Jeff Dillon said:
Exactly. Do nothing, problem persists. Follow advice, learn something!

Lenny Shprekher said:
If that was the issue than why it works in production under Win 2000 for 4
years fine?


Jeff Dillon said:
Debug any recursive routines

message 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top