Can you please try microsoft.public.vstudio.general? I hope you can get
better suggestions there.
Please share your findings.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Piotr" <Piotr@discussions.microsoft.com> wrote in message
news:62B73F03-64BE-4D71-A6FD-6F8A73497F8E@microsoft.com...
> 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 (48)
> 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?
>