On Fri, Feb 25, 2011 at 2:40 PM, dlittle <[email protected]> wrote: > list-tubes > Connection closed by foreign host.
Is the beanstalkd process still running after this? If so, can you reconnect and type "stats" followed by a carriage return? What is the output? If not, do you get a core file? (You might have to run "ulimit -c unlimited" before starting beanstalkd.) If you have a core file, can you send us a backtrace of the process? (To get a backtrace, run "gdb `which beanstalkd` core" and type "bt" at the gdb prompt.) kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. 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.
