Re: Workers reaped with SIGABRT - how to debug?

2014-04-16 Thread Henrik Nyh
Henrik, we had the same problem after upgrading to Ruby 2.1.1. My coworker Tieg Zaharia tracked it down to this bug with BigDecimal#to_d: https://bugs.ruby-lang.org/issues/9657 He discusses a workaround (using BigDecimal coercion instead of #to_d). Worked for us. Thank you! We'll look

Re: [PATCH] Kill lazy workers with TERM before KILL

2014-04-16 Thread Eric Wong
Camilo Lopez cam...@camilolopez.com wrote: We want to know what was going on with a lazy worker, KILL is un-trappable so we are sending TERM instead, then to make sure the process really dies we are KILLing a second later. Sorry, no. I've rejected similar patches in the past. If your