> Hi
> 
> On 09/18/06 20:01, Chad Mynhier wrote:
> > I'm trying to debug a Solaris 8 kernel hang with mdb.  (This appears
> > to be a kernel hang and not simply a process hang, as we can get no
> > response from the server and need to drop it to the ok prompt and
> > reboot.)
> > 
> >        cv_wait+0x38()
> >        sqthread+0x14c()
> >        thread_start+4()
> 
> sqthread is not one I recognise.  It does not show up in ON source,
> either.  I'd guess that having 4 threads cv_wait'ing in here its
> likely not a problem.

sqthreads existed in S8 only for background scheduling of squeues. They were 
replaced by task queues in S9. The thread above is just waiting for job to 
arrive, so ignore these as well.

- Alexander Kolbasov


Reply via email to