On Tue, Dec 15, 2009 at 6:58 AM, Carl <[email protected]> wrote: > Is there a way to create a log file to see what happens, because right > now I have no clue what could be causing this.
You can run it without the "-d" flag. When something goes wrong, beanstalkd will print out error messages. If the crash is from a segfault, you'll have to rely on your operating system to tell you so. (And, in that case, a stack trace or a core dump would be very helpful to me.) 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.
