pingostack / pingos

Based on the NGINX/RTMP/HTTP-FLV/HTTP-TS/HLS/HLS+/DASH/H.264/H.265/AAC/MP3/Live/Record/VOD/Push/Pull/Multiple Processes/Dynamic Configuration/Configuration Variables/Console Interface/Notify
https://pingos.io
BSD 3-Clause "New" or "Revised" License
987 stars 273 forks source link

nginx worker crash "segfault at" #76

Open saonam opened 2 years ago

saonam commented 2 years ago

hi you, I used pingos. I recieved error nginx worker crash "segfault at 0 ip 00000000004d7583 sp 00007ffcb0c245c0 error 4 in nginx[400000+117000]" when push 150 stream. how to solve this problem. thanks

im-pingo commented 2 years ago

hi you, I used pingos. I recieved error nginx worker crash "segfault at 0 ip 00000000004d7583 sp 00007ffcb0c245c0 error 4 in nginx[400000+117000]" when push 150 stream. how to solve this problem. thanks

Show the calling stack.

gdb -c core.file /usr/local/pingos/sbin/nginx

enter 'bt' to show the calling stack

saonam commented 2 years ago

hi im-pingo, i recieved error "segfault at" when out of memory machine and spawn new nginx worker process. How to turning nginx.conf to solve this problem. thanks

im-pingo commented 2 years ago

hi im-pingo, i recieved error "segfault at" when out of memory machine and spawn new nginx worker process. How to turning nginx.conf to solve this problem. thanks

turn hls2 off if you want save space of memory.

mpegts_cache_time 0s;
hls2 off;