Phusion Passenger 崩溃了...我怎样才能获得堆栈跟踪?

发布于 2024-11-10 11:07:31 字数 480 浏览 0 评论 0原文

我正在将 Phusion Passenger 2.2.2 与 Rails 2.3.8 和 2.3.2 应用程序一起使用。每隔一段时间,它就会冻结,并且在尝试访问 Rails 应用程序时服务器没有响应。 apache 日志或rails 日志中没有任何内容。我不是在谈论 500 错误或其他任何问题,只是没有任何响应。在我们重新启动 apache 之前他们不会响应。

我尝试按照以下说明尝试获取堆栈跟踪: http:// /www.modrails.com/documentation/Users%20guide%20Apache.html#debugging_frozen

我根据说明向进程发送了 SIGABRT,但它们似乎没有关心。在 apache 或 Rails 日志中没有看到任何内容。

I'm using Phusion Passenger 2.2.2 with a Rails 2.3.8 and 2.3.2 apps. Every once in awhile it will freeze and there is no response from the server when trying to access the rails applications. There is nothing in the apache log or the rails logs. I'm not talking about a 500 error or anything, there is just no response whatsoever. They don't respond until we restart apache.

I tried to follow these instructions to try to get a stack trace: http://www.modrails.com/documentation/Users%20guide%20Apache.html#debugging_frozen

I sent SIGABRT to the processes, according to the instructions, and they did not seem to care. Didn't see anything in the apache or rails logs.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-11-17 11:07:31

在 Passenger 上解决此问题的方法是向卡住的 Rails 进程发出 kill -SIGABRT ,并在 Rails 日志 中找到其回溯

The way to troubleshoot this problem on Passenger is to issue a kill -SIGABRT to the stuck Rails processes, and find their backtrace in the Rails log

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文