[gstreamer-bugs] [Bug 450336] [libvisual] crash in JESS vis render_deformation()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Sep 12 11:00:03 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=450336

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|gst-plugins                 |gst-plugins-base
     Ever Confirmed|0                           |1
            Summary|crash in Movie Player:      |[libvisual] crash in JESS
                   |                            |vis render_deformation()
            Version|0.10.x                      |HEAD CVS




------- Comment #6 from Tim-Philipp Müller  2007-09-12 18:00 UTC -------
This looks like a problem with the JESS visualisation.  I can reproduce this
with GStreamer CVS and libvisual0.4 (gutsy packages) on x86-64 like this:


 gst-plugins-base/tests/check$ LIBVISUAL_UNIT_TEST_FACTORY=libvisual_jess make
elements/libvisual.gdb

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1077942608 (LWP 14247)]
0x00002adb0aaab36e in render_deformation (priv=0x2adb0acae010, defmode=1) at
renderer.c:356
356                             *(pix++) = *(aux++) ;
(gdb) bt
#0  0x00002adb0aaab36e in render_deformation (priv=0x2adb0acae010, defmode=1)
at renderer.c:356
#1  0x00002adb0aaaa77c in renderer (priv=0x2adb0acae010) at renderer.c:118
#2  0x00002adb0aaa9aa6 in act_jess_render (plugin=0x6a9cf0, video=0x6a9f40,
audio=0x6a2000) at jess.c:348
#3  0x00002adb0a86fcc9 in visual_actor_run () from /usr/lib/libvisual-0.4.so.0
#4  0x00002adb0a649236 in gst_visual_chain (pad=<value optimized out>,
buffer=<value optimized out>) at visual.c:715
#5  0x00002adb079510d9 in gst_pad_chain_unchecked (pad=0x674730,
buffer=0x701300) at gstpad.c:3503
#6  0x00002adb079516e7 in gst_pad_push (pad=0x6745c0, buffer=0x701300) at
gstpad.c:3671
#7  0x00002adb0999235b in gst_base_transform_chain (pad=<value optimized out>,
buffer=0x6b4930) at gstbasetransform.c:1605
#8  0x00002adb079510d9 in gst_pad_chain_unchecked (pad=0x674450,
buffer=0x6b4930) at gstpad.c:3503
#9  0x00002adb079516e7 in gst_pad_push (pad=0x6742e0, buffer=0x6b4930) at
gstpad.c:3671
#10 0x00002adb09dfc738 in gst_queue_loop (pad=<value optimized out>) at
gstqueue.c:932
#11 0x00002adb079697cd in gst_task_func (task=0x6ad8e0, tclass=<value optimized
out>) at gsttask.c:192
#12 0x00002adb08c42399 in ?? () from /usr/lib/libglib-2.0.so.0
#13 0x00002adb08c40864 in ?? () from /usr/lib/libglib-2.0.so.0
#14 0x00002adb08ec1317 in start_thread () from /lib/libpthread.so.0
#15 0x00002adb091aaccd in clone () from /lib/libc.so.6
#16 0x0000000000000000 in ?? ()
(gdb) print pix
$1 = (u_int8_t *) 0x2aaaac208b90 ""
(gdb) print aux
$2 = (u_int8_t *) 0xb0231010 <Address 0xb0231010 out of bounds>
(gdb) 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=450336.




More information about the Gstreamer-bugs mailing list