We recently upgraded to version 1.8 from 1.4.3 and saw this core file under a high load situation:
# /tmp/gdb /usr/bin/beanstalkd /var/core/12791.beanstalkd.core GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/beanstalkd...(no debugging symbols found)...done. [New Thread 12791] warning: Can't read pathname for load map: Input/output error. Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/tls/i686/cmov/libc.so.6 Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 Core was generated by `/usr/bin/beanstalkd'. Program terminated with signal 11, Segmentation fault. #0 0x080519d2 in h_conn () (gdb) bt #0 0x080519d2 in h_conn () #1 0x08051a3e in prothandle () #2 0x08052e88 in srvserve () #3 0x08054a38 in main () Any suggestions? -TG -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/beanstalk-talk/-/ppta8pYdfekJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
