[usbip-devel] XP show blue screen when using HP LaserJet P1007
Status: Alpha
Brought to you by:
hirofuchi
From: Wang Z. <wan...@gm...> - 2012-05-16 13:07:31
|
Hi, I use USBIP to share my printer HP LaserJet P1007. But after printing a piece of paper, XP show blue screen. I debug the driver of USBIP. Error is Probably caused by : parport.sys ( parport!PptTryAllocatePort+33 ) Followup: MachineOwner --------- nt!RtlpBreakWithStatusInstruction: 8052c624 cc int 3 0: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* IRQL_NOT_LESS_OR_EQUAL (a) An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses. If a kernel debugger is available get the stack backtrace. Arguments: Arg1: 0000ffdf, memory referenced Arg2: 00000002, IRQL Arg3: 00000001, bitfield : bit 0 : value 0 = read operation, 1 = write operation bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status) Arg4: 806e8a8e, address which referenced memory Debugging Details: ------------------ WRITE_ADDRESS: 0000ffdf CURRENT_IRQL: 2 FAULTING_IP: hal!KeAcquireQueuedSpinLock+42 806e8a8e 8902 mov dword ptr [edx],eax DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xA PROCESS_NAME: System TRAP_FRAME: f7aecce4 -- (.trap 0xfffffffff7aecce4) ErrCode = 00000002 eax=ffdff570 ebx=00000000 ecx=80554483 edx=0000ffdf esi=8628e0e8 edi=00000102 eip=806e8a8e esp=f7aecd58 ebp=f7aecd60 iopl=0 nv up ei ng nz na po nc cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282 hal!KeAcquireQueuedSpinLock+0x42: 806e8a8e 8902 mov dword ptr [edx],eax ds:0023:0000ffdf=???????? Resetting default scope LAST_CONTROL_TRANSFER: from 804f9e25 to 8052c624 STACK_TEXT: f7aec898 804f9e25 00000003 f7aecbf4 00000000 nt!RtlpBreakWithStatusInstruction f7aec8e4 804faa10 00000003 0000ffdf 806e8a8e nt!KiBugCheckDebugBreak+0x19 f7aeccc4 80545768 0000000a 0000ffdf 00000002 nt!KeBugCheck2+0x574 f7aeccc4 806e8a8e 0000000a 0000ffdf 00000002 nt!KiTrap0E+0x238 f7aecd58 804efea8 f7aecd74 f72a59d5 f7aecd7c hal!KeAcquireQueuedSpinLock+0x42 f7aecd60 f72a59d5 f7aecd7c 8628e0e8 00000000 nt!IoAcquireCancelSpinLock+0xe f7aecd74 f729b740 8628e0e8 00000000 85f9b1c8 parport!PptTryAllocatePort+0x33 f7aecdac 805d0fbe 0028e0e8 00000000 00000000 parport!P5FdoThread+0x7c f7aecddc 8054716e f729b6c4 8628e0e8 00000000 nt!PspSystemThreadStartup+0x34 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 Thanks! Wang Zhiqiang |