i4tv / gstreamill

encoder with hls output based on gstreamer.
GNU General Public License v3.0
248 stars 84 forks source link

启动时有请求过来挂掉 #109

Closed zhangping closed 6 years ago

zhangping commented 6 years ago

启动时挂掉:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `gstreamill -d -m 10.10.46.168:20118 -a 10.10.46.168:20119'.
Program terminated with signal SIGILL, Illegal instruction.
#0  0x00007f180de78edc in _xend () at pthread_rwlock_unlock.c:38
38      pthread_rwlock_unlock.c: No such file or directory.
[Current thread is 1 (Thread 0x7f17e9ffb700 (LWP 34))]
(gdb) bt
#0  0x00007f180de78edc in _xend () at pthread_rwlock_unlock.c:38
#1  __GI___pthread_rwlock_unlock (rwlock=0x7f17ac002890) at pthread_rwlock_unlock.c:38
#2  0x0000000000424667 in m3u8playlist_live_get_playlist (playlist=0x7f17ac005400) at m3u8playlist.c:166
#3  0x000000000041a57d in get_m3u8playlist (encoder_output=0x7f17ac0031d0, request_data=0x7f17fd6c0010) at httpstreaming.c:628
#4  http_request_process (request_data=0x7f17fd6c0010, httpstreaming=0x1f96530) at httpstreaming.c:722
#5  httpstreaming_dispatcher (data=0x7f17fd6c0010, user_data=0x1f96530) at httpstreaming.c:1130
#6  0x000000000040f761 in invoke_user_callback (http_server=0x1ff0400, request_data_pointer=0x1ff0710) at httpserver.c:812
#7  0x00007f180e30254e in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007f180e301bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007f180de736ba in start_thread (arg=0x7f17e9ffb700) at pthread_create.c:333
#10 0x00007f180d4b141d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
zhangping commented 6 years ago

have fixed