[Bug 677560] New: copy_into_unchecked

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 6 08:58:10 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677560
  GStreamer | gstreamer (core) | 0.10.x

           Summary: copy_into_unchecked
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: allopez at gmv.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Segmentation fault on streaming application.

GstPipelines initialized using:

gst_parse_launch(
"rtspsrc name=rtspsrc ! queue ! rtpjpegdepay ! ffdec_mjpeg ! ffmpegcolorspace !
xvimagesink name=videosink",NULL);

gdb backtrace:
(gdb) backtrace
#0  copy_into_unchecked (adapter=<value optimized out>, dest=0xb2dfef2e
"f\266", skip=4294967294, size=2) at gstadapter.c:250
#1  0xb6520727 in gst_rtp_jpeg_depay_process (depayload=0x8226708,
buf=0x8310308) at gstrtpjpegdepay.c:643
#2  0xb667249b in gst_base_rtp_depayload_chain (pad=0xa4c4c258, in=0x8310308)
at gstbasertpdepayload.c:345
#3  0xb7146e05 in gst_pad_chain_data_unchecked (pad=0xa4c4c258,
is_buffer=<value optimized out>, data=0x8310308) at gstpad.c:4122
#4  0xb7147864 in gst_pad_push_data (pad=0xa4c4c320, is_buffer=<value optimized
out>, data=0x8310308) at gstpad.c:4351
#5  0xb656355d in gst_queue_push_one (pad=0xa4c4c320) at gstqueue.c:1083
#6  gst_queue_loop (pad=0xa4c4c320) at gstqueue.c:1185
#7  0xb7172d6b in gst_task_func (task=0x8304238) at gsttask.c:238
#8  0xb7174377 in default_func (tdata=0x828cf50, pool=0x80991c0) at
gsttaskpool.c:70
#9  0xb6f13d0c in g_thread_pool_thread_proxy (data=0x80cea60) at
/build/buildd/glib2.0-2.24.1/glib/gthreadpool.c:315
#10 0xb6f11def in g_thread_create_proxy (data=0x82ddb60) at
/build/buildd/glib2.0-2.24.1/glib/gthread.c:1893
#11 0xb6d5f830 in __pthread_initialize_minimal_internal () from
/lib/libpthread.so.0
#12 0xb6cd715e in tcsetattr () from /lib/libc.so.6

-- 
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