ngx_http_estreaming_module icon indicating copy to clipboard operation
ngx_http_estreaming_module copied to clipboard

core dumped

Open arty777 opened this issue 9 years ago • 8 comments

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...

arty777 avatar Sep 11 '15 08:09 arty777

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,

whatvn avatar Sep 11 '15 08:09 whatvn

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

arty777 avatar Sep 11 '15 09:09 arty777

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.

whatvn avatar Sep 11 '15 10:09 whatvn

It's work fine (your modele with nginx 1.8) , but core dumped time to time. It is not really interfere with work module

arty777 avatar Sep 11 '15 11:09 arty777

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) :(

arty777 avatar Sep 17 '15 05:09 arty777

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.

whatvn avatar Sep 17 '15 06:09 whatvn

@arty777 anymore coredump with latest version?

whatvn avatar Oct 05 '15 06:10 whatvn

It is there, but much less frequently.

arty777 avatar Oct 05 '15 06:10 arty777