On Sun, 3 Sep 2000, Tigran Aivazian wrote:

> Hi,

Hi Tigran,

> Attempting to shutdown -r now I got an oops somewhere in send_sig_info()
> called from some of this new thread-group stuff, I haven't looked closely
> yet. I will, of course, setup the environment (vmware) for debugging this
> but I am letting you know, in case you fix it before I do.

send_signal() is being called with signals->tail=NULL.

send_signal+0x44          *signals->tail = q;
send_tg_sig_info+0x7f
kill_tg_info+0x48
kill_something_info+0x8f
sys_kill+0x42
system_call+0x23

Below is some additional info that I think you may find interesting.

/etc/rc.d/nscd start

FLAGS   UID   PID  PPID PRI  NI   SIZE   RSS WCHAN       STA TTY TIME COMMAND
   40     0   371   370   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin
   40     0   372   371   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin
   40     0   373   371   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin
   40     0   374   371   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin
   40     0   375   371   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin
   40     0   376   371   9   0  11700   760 do_poll     S    ?  0:00 /usr/sbin

and then killall nscd

FLAGS   UID   PID  PPID PRI  NI   SIZE   RSS WCHAN       STA TTY TIME COMMAND
  140     0   370     1   9   0  11712   804 do_poll     S    ?  0:00 /usr/sbin
   44     0   371   370   8   0      0     0 do_exit     Z    ?  0:00 (nscd <de
   44     0   372   374   9   0      0     0 do_exit     Z    ?  0:00 (nscd <de
   44     0   374   374   9   0      0     0 do_exit     Z    ?  0:00 (nscd <de
   44     0   375   374   9   0      0     0 do_exit     Z    ?  0:00 (nscd <de
   44     0   376   374   9   0      0     0 do_exit     Z    ?  0:00 (nscd <de

*blink*

I think I'll wait for the movie :-)

        -Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to