ngx_http_estreaming_module
ngx_http_estreaming_module copied to clipboard
core dumped
I see this time to time , on ver nginx-1.8.0 STABLE 2015/09/10 17:12:50 [alert] 15671#15671: worker process 17957 exited on signal 11 (core dumped) .... 2015/09/10 17:51:59 [alert] 15671#15671: worker process 18878 exited on signal 11 (core dumped)
all fine on nginx-1.6.0 why it's happend? I need some fiatures from nginx-1.8.0 ver...
Nginx 1.8 introduces new thread model which is difference from old versions of nginx, maybe that's what cause problem.
Currently I suggest you should go back to version 1.6.2 or 1.6.3 in able to make it works, I will take a look at nginx 1.8.0 too see what I can do.
Thanks,
i need use aio with threads , i have heavy load on my disk's system . It's work fine , but core dumped time to time
the way I wrote this module will not work with threading (I knew it already), and the day when Nginx released there new version I did make some test on our environment and I got that problem too. But that time I didn't have time to look into this. Lets see what I can do now.
It's work fine (your modele with nginx 1.8) , but core dumped time to time. It is not really interfere with work module
Nginx 1.6.3 with last ver of module and ffmpeg 2.8 time to time 2015/09/16 19:30:18 [alert] 7636#0: worker process 8680 exited on signal 11 (core dumped) :(
if you're able to send me a video file which generate that issue via email, I can debug easier. my email is: hungnv[at]opensource.com.vn Without that video, it's difficult to figure out what is the problem.
@arty777 anymore coredump with latest version?
It is there, but much less frequently.