Anybody known why squid crashes with this stackdump on Linux?

From: <Andreas.Lamprecht@dont-contact.us>
Date: Wed, 18 Dec 96 08:05:05 +0100

Hello all!

I've seen several crashes of squid on my Linux box:

Core was generated by `squid -sY'.
Program terminated with signal 6, IOT trap/Abort.
Core was generated by `squid -sY'.
Program terminated with signal 6, IOT trap/Abort.
Reading symbols from /lib/libc.so.5.2.18...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0 0x40018875 in __kill ()
(gdb) where
#0 0x40018875 in __kill ()
#1 0x40043eb9 in gsignal ()
#2 0xbffff83c in __ypbindlist ()
#3 0x8050a17 in comm_select (sec=1) at comm.c:1012
#4 0x80607c6 in main (argc=2, argv=0xbffffb4c) at main.c:684
#5 0x8049cf4 in ___crt_dummy__ ()
 
This is the codefragment out of squid-1.1.1/src/comm.c line 1012:
 
            if (FD_ISSET(fd, &readfds)) {
                debug(5, 6, "comm_select: FD %d ready for reading\n",
fd);
                if (fd_table[fd].read_handler) {
                    hdl = fd_table[fd].read_handler;
                    fd_table[fd].read_handler = 0;
line 1012 -> hdl(fd, fd_table[fd].read_data);
                }
            }

I'm using squid-1.1.1 on a Linux 2.0.27, compiled with gcc 2.7.2.
Libc is 5.2.18.
There is 128 MB memory installed.

Thanx in advance

A. Lamprecht <Andreas.Lamprecht@siemens.at>
Received on Tue Dec 17 1996 - 23:10:18 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:55 MST