GNOME Bugzilla – Bug 328989
totem crashes
Last modified: 2006-04-11 14:57:55 UTC
Steps to reproduce: 1. select monitor 2. select monoscope 3. play music Stack trace: The module libgstmonoscope has a bug in the line 235 of convolve.c.... it does not test for correct pointer in data for store to... correction follows..... --- gst/monoscope/convolve.c.orig Sat Jan 28 13:37:11 2006 +++ gst/monoscope/convolve.c Sat Jan 28 13:37:11 2006 @@ -231,6 +231,8 @@ double *mid = scratch + size * 4; unsigned int i; + if (!out) + break; top++; out[size * 2 - 1] = 0; for (i = 0; i < size - 1; i++) { Other information:
can you please post a stack trace of the crash? that will enable us to find duplicates. thanks for suggesting a patch. please attach it to this report so developers can review it.thanks.
Created attachment 58375 [details] [review] the algoritm in convolve.c is missing a test before enter the loop...
Sergio, any chance on getting a stack trace? Run totem under gdb (if you get SIG33 problems, type "handle SIG33 nostop noprint") and do a "thr apply all bt full" when the segfault comes. Thanks!
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!