subashkc1 <[email protected]> wrote: > Eric Wong wrote: > > Or use a single unicorn worker, then strace/truss that worker. > > Something like `strace -p $PID_OF_WORKER -f -v -s5000 -o /tmp/dump` > > (assuming Linux) > I did this, but the output was so verbose I couldn't make any > sense of it as I wasn't sure what to look for
+cc Mike Perham since it's sidekiq-related subashkc1: Can you show us the lines leading up to the SIGKILL? Anything starting with the last accept|accept4 syscall up to when it says the process is killed should help. Adding `-t' to enable strace timestamps can also help, thus `strace -t -p $PID_OF_WORKER -f -v -s5000 -o /tmp/dump` reminders: disable HTML and reply-to-all to ensure replication + archival subscribers: use List-Unsubscribe header for one-click unsubscribe
