Home > Backend Development > PHP Tutorial > Apache 挂了:Invalid argument: couldn't grab the accept mutex

Apache 挂了:Invalid argument: couldn't grab the accept mutex

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:26:24
Original
2658 people have browsed it

如题,启动一段时间后,进程数减少,最后剩10个左右,并报错:

<code>[emerg] (22)Invalid argument: couldn't grab the accept mutex</code>
Copy after login
Copy after login

以前貌似也没改过什么,没有出过问题。难道是最近访问量大了造成的(httpd 进程数最高 800左右)?

StackOverflow 上有类似问题,另百度找到一些文章,主要有两个方法:

  1. MaxRequestsPerChild 参数设置问题;

  2. 添加一行 AcceptMutex posixsem

尚未尝试,先来提问,等尝试完了看看能不能解决。
看看有没有遇到过这个问题的人。

参考:

  1. Sf搜索结果

  2. apache的MaxRequestsPerChild指令设置不合理导致apache崩潰

  3. 求助!apache 不停的挂

  4. Invalid argument: couldn't grab the accept mutex with apache


今天又出现这个问题了。。。50天后出现第二次。。。

<code>
[Wed Dec 09 10:12:33 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:36 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:37 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:39 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:41 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:56 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:13:04 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:14:58 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex</code>
Copy after login
Copy after login

回复内容:

如题,启动一段时间后,进程数减少,最后剩10个左右,并报错:

<code>[emerg] (22)Invalid argument: couldn't grab the accept mutex</code>
Copy after login
Copy after login

以前貌似也没改过什么,没有出过问题。难道是最近访问量大了造成的(httpd 进程数最高 800左右)?

StackOverflow 上有类似问题,另百度找到一些文章,主要有两个方法:

  1. MaxRequestsPerChild 参数设置问题;

  2. 添加一行 AcceptMutex posixsem

尚未尝试,先来提问,等尝试完了看看能不能解决。
看看有没有遇到过这个问题的人。

参考:

  1. Sf搜索结果

  2. apache的MaxRequestsPerChild指令设置不合理导致apache崩潰

  3. 求助!apache 不停的挂

  4. Invalid argument: couldn't grab the accept mutex with apache


今天又出现这个问题了。。。50天后出现第二次。。。

<code>
[Wed Dec 09 10:12:33 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:35 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:36 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:37 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:39 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:41 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:12:56 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:13:04 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex
[Wed Dec 09 10:14:58 2015] [emerg] (22)Invalid argument: couldn't grab the accept mutex</code>
Copy after login
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Apache automatically stops
From 1970-01-01 08:00:00
0
0
0
apache restart failed
From 1970-01-01 08:00:00
0
0
0
apache error
From 1970-01-01 08:00:00
0
0
0
How apache logs
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template