Options

Visual Studio 2008 and Terminal Server 2008 problem

PiotrIrPiotrIr Member Posts: 236
Hi,
Could you help me to fix following problem?

I have terminal server in apps mode based on Windows Server 2008 SP2 with Visual Studio 2008 pro SP1 – 7 users. My problem is that sometimes the server crashes – once a month.

I debug memory.dmp file and found that:
CANCEL_STATE_IN_COMPLETED_IRP (4icon_cool.gif
This bugcheck indicates that an I/O Request Packet (IRP) that is to be
cancelled, has a cancel routine specified in it -- meaning that the packet
is in a state in which the packet can be cancelled -- however, the packet
no longer belongs to a driver, as it has entered I/O completion. This is
either a driver bug, or more than one driver is accessing the same packet,
which is not likely and much more difficult to find. The cancel routine
parameter will provide a clue as to which driver or stack is the culprit.
Arguments:
Arg1: fffffa800e0f8010, Pointer to the IRP
Arg2: fffffa600330f9c8, Cancel routine set by the driver.
Arg3: 0000000000000000
Arg4: 0000000000000000
EFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x48
PROCESS_NAME: devenv.exe
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from fffff80001cd4f84 to fffff80001c6d650

So it looks Visual Studio process crashes my server. Could you advice me what should I do?
Sign In or Register to comment.