swoole-src
swoole-src copied to clipboard
macos下运行laravels报错,另一个laravels不会报错
Please answer these questions before submitting your issue.
- What did you do? If possible, provide a simple script for reproducing the error. [2022-08-15 09:16:23 @76197.0] WARNING Socket::set_send_buffer_size(): setsockopt(12, SOL_SOCKET, SO_RCVBUF, 8388608) failed, Error: No buffer space available[55] [2022-08-15 09:16:23 @76197.0] WARNING Socket::set_send_buffer_size(): setsockopt(14, SOL_SOCKET, SO_RCVBUF, 8388608) failed, Error: No buffer space available[55] [2022-08-15 09:16:23 @76197.0] WARNING Socket::set_send_buffer_size(): setsockopt(16, SOL_SOCKET, SO_RCVBUF, 8388608) failed, Error: No buffer space available[55] [2022-08-15 09:16:27 $76208.0] WARNING Server::check_worker_exit_status(): worker(pid=76209, id=0) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.8.11, please report it. The Swoole developers probably don't know about it, and unless you report it, chances are it won't be fixed. You can read How to report a bug doc before submitting any bug reports:
https://github.com/swoole/swoole-src/blob/master/.github/ISSUE.md Please do not send bug reports in the mailing list or personal letters. The issue page is also suitable to submit feature requests.
OS: Darwin 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64 GCC_VERSION: Apple LLVM 13.1.6 (clang-1316.0.21.2) PHP_VERSION : 7.4.21
-
What did you expect to see? 不请求的情况下不报错,请求的情况下计入上述日志,同时运行脚本提示[ERROR] worker[0] error: exitCode=0, signal=11 运行在linux下正常
-
What did you see instead? 查看之前的issues,说mac有8M情况,但是这样的话nginx反代无法接受消息
-
What version of Swoole are you using (show your
php --ri swoole)?
swoole 4.8.11
- What is your machine environment used (show your
uname -a&php -v&gcc -v) ?
laravels 3.7.0 php 7.4.21
https://github.com/swoole/swoole-src/issues/308
尝试能不能通过下面的方法找一下问题 https://wiki.swoole.com/#/other/issue?id=关于段错误核心转储