ADSM-L

Re: ADSM Freezing

2000-01-03 14:35:52
Subject: Re: ADSM Freezing
From: "Survoy, Bernard J" <SurvoBJ AT NORTHAMERICA.STORTEK DOT COM>
Date: Mon, 3 Jan 2000 14:35:52 -0500
Look for a thread (process) holding a MUTEX lock exclusive and waiting to
get exclusive control of another lock.  Then look for the process that is
holding the lock exclusive that the previous process is waiting on (classic
deadlock stuff, but it can get kind of deep if a lot is going on in the
server).

<Prev in Thread] Current Thread [Next in Thread>