### Ⅰ.启动后出现报错,然后进程也只有一个 <img width="1156" height="344" alt="Image" src="https://github.com/user-attachments/assets/7423ae26-aca7-474f-9773-9a2421d37b69" /> <img width="1427" height="527" alt="Image" src="https://github.com/user-attachments/assets/a7ad9d4f-3854-4696-8989-28dd8fc06495" /> ### Ⅱ. 配置文件是这样的 <img width="899" height="712" alt="Image" src="https://github.com/user-attachments/assets/ce18f5b0-12be-4087-aea2-7f75f6718418" /> ### Ⅲ. Windows 10 版本 <img width="953" height="675" alt="Image" src="https://github.com/user-attachments/assets/15679dfb-0368-4631-9427-5fb99f37aab7" /> <img width="800" height="683" alt="Image" src="https://github.com/user-attachments/assets/e38984e9-ca3c-484d-8782-03d0f540d648" /> ### Ⅳ. 编译时的参数,在 cygwin x64 终端环境下编译的 Tengine 版本是 3.1.0 Tengine version: Tengine/3.1.0 nginx version: nginx/1.24.0 built by gcc 13.4.0 (GCC) built with OpenSSL 3.0.3 3 May 2022 TLS SNI support enabled configure arguments: --with-cc=gcc --builddir=objs --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=40960 --add-module=./modules/ngx_tongsuo_ntls --with-openssl=./lib/Tongsuo-8.4.0 --with-openssl-opt='--api=1.1.1 enable-ntls' --with-http_ssl_module --with-mail_ssl_module --with-stream_ssl_module --with-stream_ssl_preread_module --without-http_upstream_keepalive_module --with-stream --with-stream_sni --with-stream_geoip_module --with-stream_realip_module --with-mail --with-http_stub_status_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_geoip_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-threads --with-compat --with-openssl-async --add-module=./modules/mod_common --add-module=./modules/mod_config --add-module=./modules/mod_strategy --add-module=modules/ngx_http_upstream_check_module --add-module=./modules/ngx_http_upstream_vnswrr_module --add-module=./modules/ngx_http_upstream_dynamic_module --add-module=./modules/ngx_http_upstream_session_sticky_module --add-module=./modules/ngx_http_upstream_keepalive_module --add-module=./modules/ngx_multi_upstream_module --add-module=./modules/ngx_http_upstream_consistent_hash_module --add-module=./modules/ngx_http_trim_filter_module --add-module=./modules/ngx_http_proxy_connect_module --add-module=./modules/mod_dubbo --add-module=./modules/ngx_http_upstream_dyups_module --add-module=./modules/ngx_debug_pool --add-module=./modules/ngx_http_concat_module --add-module=./modules/ngx_http_sysguard_module --add-module=./modules/ngx_slab_stat --add-module=./modules/ngx_http_user_agent_module ### Ⅴ. 如何处理这样的报错呢? 没有成功创建 worker 进程,貌似进程间通信出了问题,对吗?
Ⅰ.启动后出现报错,然后进程也只有一个
Ⅱ. 配置文件是这样的
Ⅲ. Windows 10 版本
Ⅳ. 编译时的参数,在 cygwin x64 终端环境下编译的 Tengine 版本是 3.1.0
Tengine version: Tengine/3.1.0
nginx version: nginx/1.24.0
built by gcc 13.4.0 (GCC)
built with OpenSSL 3.0.3 3 May 2022
TLS SNI support enabled
configure arguments: --with-cc=gcc --builddir=objs --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=40960 --add-module=./modules/ngx_tongsuo_ntls --with-openssl=./lib/Tongsuo-8.4.0 --with-openssl-opt='--api=1.1.1 enable-ntls' --with-http_ssl_module --with-mail_ssl_module --with-stream_ssl_module --with-stream_ssl_preread_module --without-http_upstream_keepalive_module --with-stream --with-stream_sni --with-stream_geoip_module --with-stream_realip_module --with-mail --with-http_stub_status_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_geoip_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-threads --with-compat --with-openssl-async --add-module=./modules/mod_common --add-module=./modules/mod_config --add-module=./modules/mod_strategy --add-module=modules/ngx_http_upstream_check_module --add-module=./modules/ngx_http_upstream_vnswrr_module --add-module=./modules/ngx_http_upstream_dynamic_module --add-module=./modules/ngx_http_upstream_session_sticky_module --add-module=./modules/ngx_http_upstream_keepalive_module --add-module=./modules/ngx_multi_upstream_module --add-module=./modules/ngx_http_upstream_consistent_hash_module --add-module=./modules/ngx_http_trim_filter_module --add-module=./modules/ngx_http_proxy_connect_module --add-module=./modules/mod_dubbo --add-module=./modules/ngx_http_upstream_dyups_module --add-module=./modules/ngx_debug_pool --add-module=./modules/ngx_http_concat_module --add-module=./modules/ngx_http_sysguard_module --add-module=./modules/ngx_slab_stat --add-module=./modules/ngx_http_user_agent_module
Ⅴ. 如何处理这样的报错呢?
没有成功创建 worker 进程,貌似进程间通信出了问题,对吗?