pingostack/pingos

nginx worker crash "segfault at"

saonam opened this issue · 3 comments

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

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

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

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;