Work item deadlock

I got the following problem, what’s the possible cause?

EXWORKER: Work item deadlock detected, creating type 0 worker thread
EXWORKER: Created dynamic thread type 0, 1 total
EXWORKER: Work item deadlock detected, creating type 1 worker thread
EXWORKER: Created dynamic thread type 1, 0 total
EXWORKER: Work item deadlock detected, creating type 0 worker thread
EXWORKER: Created dynamic thread type 0, 2 total
EXWORKER: Work item deadlock detected, creating type 0 worker thread
EXWORKER: Created dynamic thread type 0, 3 total
EXWORKER: Work item deadlock detected, creating type 0 worker thread
EXWORKER: Created dynamic thread type 0, 4 total
EXWORKER: Work item deadlock detected, creating type 1 worker thread
EXWORKER: Created dynamic thread type 1, 1 total

The os is creating new worker threads in response to its detection of an
actual or potential work item queue deadlock. You should consider using your
own private worker threads. In nt4, this would have been fatal.

Mark Roddy
Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
www.hollistech.com

603-321-1032
“Eric Chan” wrote in message news:xxxxx@ntfsd…
>
> I got the following problem, what’s the possible cause?
>
> EXWORKER: Work item deadlock detected, creating type 0 worker thread
> EXWORKER: Created dynamic thread type 0, 1 total
> EXWORKER: Work item deadlock detected, creating type 1 worker thread
> EXWORKER: Created dynamic thread type 1, 0 total
> EXWORKER: Work item deadlock detected, creating type 0 worker thread
> EXWORKER: Created dynamic thread type 0, 2 total
> EXWORKER: Work item deadlock detected, creating type 0 worker thread
> EXWORKER: Created dynamic thread type 0, 3 total
> EXWORKER: Work item deadlock detected, creating type 0 worker thread
> EXWORKER: Created dynamic thread type 0, 4 total
> EXWORKER: Work item deadlock detected, creating type 1 worker thread
> EXWORKER: Created dynamic thread type 1, 1 total
>
>