[Bug 673350] New: Coglogoinsert segfaults
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 2 04:01:04 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=673350
GStreamer | gst-plugins-bad | 0.10.x
Summary: Coglogoinsert segfaults
Classification: Platform
Product: GStreamer
Version: 0.10.x
OS/Version: Linux
Status: UNCONFIRMED
Keywords: memory
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: brunifrancesco02 at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: 2.29/2.30
I coded a python script to overlay on a screen a graph made with matplotlib,
using coglogoinsert plugin.
I structured my script in this way:
1st step: create a graph and saving it onto "file1", displaying it
2nd step: (while plugin thread is overlaying the image) create a graph and
saving it onto "file2", displaying it.
I need to overlay these graphs dynamically on the screen. In order to do this I
use "glib.timeout_add(s,f)".
Here I attach what I get using gdb:
"
[New Thread 0x7fffd8cf5700 (LWP 2647)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffdbfff700 (LWP 2645)]
0x00007fffe4cb3978 in ?? () from /usr/lib/gstreamer-0.10/libgstcog.so
(gdb) bt
#0 0x00007fffe4cb3978 in ?? () from /usr/lib/gstreamer-0.10/libgstcog.so
#1 0x00007fffe7e910a1 in ?? () from /usr/lib/libgstbase-0.10.so.0
#2 0x00007fffe7e916bd in ?? () from /usr/lib/libgstbase-0.10.so.0
#3 0x00007fffe7be9f8d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#4 0x00007fffe7bea84e in ?? () from /usr/lib/libgstreamer-0.10.so.0
#5 0x00007fffe5111c76 in ?? () from /usr/lib/gstreamer-0.10/libgstpango.so
#6 0x00007fffe7be9f8d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#7 0x00007fffe7bea84e in ?? () from /usr/lib/libgstreamer-0.10.so.0
#8 0x00007fffe5111c76 in ?? () from /usr/lib/gstreamer-0.10/libgstpango.so
#9 0x00007fffe7be9f8d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#10 0x00007fffe7bea84e in ?? () from /usr/lib/libgstreamer-0.10.so.0
#11 0x00007fffe669c4af in ?? () from /usr/lib/gstreamer-0.10/libgstvp8.so
#12 0x00007fffe6697c21 in ?? () from /usr/lib/gstreamer-0.10/libgstvp8.so
#13 0x00007fffe669b3db in ?? () from /usr/lib/gstreamer-0.10/libgstvp8.so
#14 0x00007fffe669e442 in ?? () from /usr/lib/gstreamer-0.10/libgstvp8.so
#15 0x00007fffe7be9f8d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#16 0x00007fffe7bea84e in ?? () from /usr/lib/libgstreamer-0.10.so.0
#17 0x00007fffe7348869 in ?? ()
from /usr/lib/gstreamer-0.10/libgstcoreelements.so
#18 0x00007fffe7c13abb in ?? () from /usr/lib/libgstreamer-0.10.so.0
#19 0x00007ffff5d411a9 in g_thread_pool_thread_proxy (
data=<value optimized out>) at gthreadpool.c:309
#20 0x00007ffff5d403c5 in g_thread_proxy (data=0x254ecf0) at gthread.c:801
"
Regards,
Francesco Bruni
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list