GNOME Bugzilla – Bug 673350
Coglogoinsert segfaults
Last modified: 2012-10-03 00:03:39 UTC
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.
+ Trace 229993
Thread 140736884373248 (LWP 2645)
Regards, Francesco Bruni
I installed another packe on my machine that should be useful in debug phase. I attach here what I get now.
+ Trace 230011
Nothing obviously wrong at the place where it allegedly crashes. There's a suspicious looking buffer pointer in the stack trace, but it might be gdb not getting the correct value, it often happens. Please post the python script for further debugging, as well as a log made by running your script, like this: GST_DEBUG=2,*cog*:5 $normalcommandline 2> gst.log Then compress gst.log and attach it here.
Or, might be easier to upload the python script (and test files, if any).
Not that that helps with the bug, but there's also gdkpixbufoverlay in -good, which does the same thing, but supports more formats.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!