On 9/19/06, Surya Prakki <Surya.Prakki at sun.com> wrote: > > > 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 > > ^^^^^^^^^^^^^^^^^ > > What made you think that there is a kernel hang? > - Are the shells/interactive cmds stopped responding > - Is the system not pingable > - not reachable via telnet/rlogin > - did the GUI just freeze > - mouse just doesn't work - cursor does not move > - a few cmds are running eternally > - None of the process related cmds are finishing > - System is not servicing the requests it is supposed to, > mail/web/file server > - Nothing other than stop-A worked !! > > Only if there actually is a hang, will you threads with interesting > stacks as Gavin > said; From the stacks of the threads of your crash file, there doesn't > seem to > be a hang !! > -surya
Actually, you're right, this can't have been a kernel hang. I wasn't the person who rebooted the server, so I made the mistake of assuming that "the server hung" meant exactly that. The admin got no response on the console and a "connection refused" via ssh, but the kernel was obviously alive enough to refuse that connection. My apologies for the bandwidth. Chad