arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.36k stars 3.51k forks source link

Can't work with dynamic module #782

Open jieer opened 8 years ago

jieer commented 8 years ago

OS: CentOS 7 nginx: 1.9.12

(gdb) file sbin/nginx Reading symbols from /data/nginx/sbin/nginx...done. (gdb) run -t Starting program: /data/nginx/sbin/nginx -t [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault. ngx_rtmp_core_server (cf=0x7fffffffe0e0, cmd=, conf=) at nginx-rtmp-module/ngx_rtmp_core_module.c:398 398 *cscfp = cscf; Missing separate debuginfos, use: debuginfo-install glibc-2.17-106.el7_2.4.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.13.2-10.el7.x86_64 libcom_err-1.42.9-7.el7.x86_64 libselinux-2.2.2-6.el7.x86_64 nss-softokn-freebl-3.16.2.3-13.el7_1.x86_64 openssl-libs-1.0.1e-51.el7_2.4.x86_64 pcre-8.32-15.el7.x86_64 xz-libs-5.1.2-12alpha.el7.x86_64 zlib-1.2.7-15.el7.x86_64

RocFang commented 8 years ago

The dynamic modules support has not been finished yet. You can reference the pull request: https://github.com/arut/nginx-rtmp-module/pull/786