-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I'm getting the following crash on startup. Unfortunately, it appears to originate from a dependency of av-caster, so a debug build had no additional information:
[STATE]: set 'pipeline' to state GST_STATE_PLAYING
[STATE]: gStreamer ready
[STATE]: chat disabled
[STATE]: finalizing initialization
[CONFIG]: storing preset[2] 'livecoding.tv'
[STATE]: showing Background GUI
[CONFIG]: started listening for model changes
[STATE]: AvCaster ready
[New Thread 0x7fffa9ffb700 (LWP 7639)]
[New Thread 0x7fffa97fa700 (LWP 7640)]
Thread 11 "compositor:src" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcaffd700 (LWP 7630)]
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff124de00 in ?? () from /usr/lib/gstreamer-1.0/libgstcompositor.so
#2 0x00007ffff1040075 in ?? () from /usr/lib/libgstbadvideo-1.0.so.0
#3 0x00007ffff0e2fe73 in ?? () from /usr/lib/libgstbadbase-1.0.so.0
#4 0x00007ffff6b0fd81 in ?? () from /usr/lib/libgstreamer-1.0.so.0
#5 0x00007ffff657e30e in ?? () from /usr/lib/libglib-2.0.so.0
#6 0x00007ffff657d975 in ?? () from /usr/lib/libglib-2.0.so.0
#7 0x00007ffff6fa8424 in start_thread () from /usr/lib/libpthread.so.0
#8 0x00007ffff54cdcbd in clone () from /usr/lib/libc.so.6
(gdb)
I have gst-plugins-bad 1.8.0-2 installed.
Reactions are currently unavailable