Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > UMDF crash when uninstall/disable

Reply
Thread Tools Display Modes

UMDF crash when uninstall/disable

 
 
gti4ever
Guest
Posts: n/a

 
      06-06-2010
Hi all,

My UMDF driver crashes when it is being disabled or uninstalled.

Using Windbg, I got the following error:

ntdll!NtWaitForWorkViaWorkerFactory+0xa:
00000000`772317ba c3 ret

When I used !analyze -v command, it only shows the following info:

Last event: 13dc.12b4: Exit process 0:13dc, code 70000003
debugger time: Sun Jun 6 16:35:05.808 2010 (UTC + 8:00)

Then I dump the thread info:

.. 1 Id: 13dc.12b4 Suspend: -1 Teb: 000007ff`fffdc000 Unfrozen
Start: ntdll!TppWorkerThread (00000000`771f8f00)
Priority: 0 Priority class: 32 Affinity: 3

Here is the teb:
TEB at 000007fffffdc000
ExceptionList: 0000000000000000
StackBase: 0000000000c00000
StackLimit: 0000000000bfe000
SubSystemTib: 0000000000000000
FiberData: 0000000000001e00
ArbitraryUserPointer: 0000000000000000
Self: 000007fffffdc000
EnvironmentPointer: 0000000000000000
ClientId: 00000000000013dc . 00000000000012b4
RpcHandle: 0000000000000000
Tls Storage: 000007fffffdc058
PEB Address: 000007fffffdb000
LastErrorValue: 0
LastStatusValue: c000000d
Count Owned Locks: 0
HardErrorMode: 0



My question:
1. Where is this WaitForWorkViaWorkerFactory came from? Is it called by the
framework?
2. How do I find which worker thread is calling this? I can only get the id
of the thread (12b4, in this example), but I can't trace it back to any of my
code.
3. What is code 70000003?
4. In TEB, the last status shows INVALID_PARAMETER. How do I find which
function call got invalid parameter?

Thanks for the help.

G.



 
Reply With Quote
 
 
 
 
gti4ever
Guest
Posts: n/a

 
      06-25-2010
Can anyone help?

Thanks.

"gti4ever" wrote:

> Hi all,
>
> My UMDF driver crashes when it is being disabled or uninstalled.
>
> Using Windbg, I got the following error:
>
> ntdll!NtWaitForWorkViaWorkerFactory+0xa:
> 00000000`772317ba c3 ret
>
> When I used !analyze -v command, it only shows the following info:
>
> Last event: 13dc.12b4: Exit process 0:13dc, code 70000003
> debugger time: Sun Jun 6 16:35:05.808 2010 (UTC + 8:00)
>
> Then I dump the thread info:
>
> . 1 Id: 13dc.12b4 Suspend: -1 Teb: 000007ff`fffdc000 Unfrozen
> Start: ntdll!TppWorkerThread (00000000`771f8f00)
> Priority: 0 Priority class: 32 Affinity: 3
>
> Here is the teb:
> TEB at 000007fffffdc000
> ExceptionList: 0000000000000000
> StackBase: 0000000000c00000
> StackLimit: 0000000000bfe000
> SubSystemTib: 0000000000000000
> FiberData: 0000000000001e00
> ArbitraryUserPointer: 0000000000000000
> Self: 000007fffffdc000
> EnvironmentPointer: 0000000000000000
> ClientId: 00000000000013dc . 00000000000012b4
> RpcHandle: 0000000000000000
> Tls Storage: 000007fffffdc058
> PEB Address: 000007fffffdb000
> LastErrorValue: 0
> LastStatusValue: c000000d
> Count Owned Locks: 0
> HardErrorMode: 0
>
>
>
> My question:
> 1. Where is this WaitForWorkViaWorkerFactory came from? Is it called by the
> framework?
> 2. How do I find which worker thread is calling this? I can only get the id
> of the thread (12b4, in this example), but I can't trace it back to any of my
> code.
> 3. What is code 70000003?
> 4. In TEB, the last status shows INVALID_PARAMETER. How do I find which
> function call got invalid parameter?
>
> Thanks for the help.
>
> G.
>
>
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
crash dump of storport virtual miniport Wayne Windows Vista Drivers 1 04-27-2010 11:31 AM
sever crash when connecting use remote desktop clients Tomasen Windows Server 2 02-26-2010 09:35 PM
beginning UMDF Driver for PIC Tobias Philipp Windows Vista Drivers 1 01-24-2010 11:07 PM
Crash Crash Crash - Having Fun!!!! DaveB Windows Vista Installation 5 02-21-2007 11:40 PM
vista sound driver crash ! no help from microsoft ! new york Windows Vista Hardware 4 02-10-2007 12:18 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59