[OpenAFS-devel] Solaris panic when non-networked machine is

Nickolai Zeldovich kolya@MIT.EDU
Wed, 30 Oct 2002 12:47:32 -0500


> Solaris 5.5.1: If we never had any network traffic, at shutdown,
> t_kspoll() returns events == 0 and results in a panic. Is there
> something else to do instead of panic?

I suspect if you just replace the panic with a break, it will cause
the Rx listener thread to shut down, which is what you want anyway.
Can you try that and see if it makes it shut down properly?

-- kolya