Okay, I've tracked it down and pushed a fix for the crash on a branch called v1.2-fix.
A job struct was being freed when it shouldn't have been. Trying to access that job later crashed the server. The timeout bug (which Michael found and fixed) was causing this to happen much more often than it otherwise would have. While looking at that I found another case where the server might keep a dangling pointer. This one should be very rare, but it's still theoretically possible. Anyway those two things are fixed at http://github.com/kr/beanstalkd/tree/v1.2-fix. Can you try it out and let me know if it works for you? If so, I'll just release version 1.3 with that and the timeout fix. 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 -~----------~----~----~----~------~----~------~--~---
