0

Passenger 4.0.59 on RHEL 6.6 managing a Ruby 2.1.5 / Rails 3.2.18 application under Apache 2.2.15.

When I choose a random RackApp process and send it "SIGABRT" (kill -6) it correctly emits a back trace to the Apache error log, but doesn't subsequently terminate.

Shouldn't it die after spitting out the back trace? Is the failure-to-die somehow related to my configuration?

jph
  • 2,181
  • 3
  • 30
  • 55

1 Answers1

0

It's a bug: https://groups.google.com/forum/#!topic/phusion-passenger/JWmo4XQ-K0c

Will be fixed in 5.0.11.

Hongli
  • 18,682
  • 15
  • 79
  • 107