[Bug 739312] New: gst_init segmentation fault

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 28 11:22:15 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739312
  GStreamer | gstreamer (core) | 1.4.3

           Summary: gst_init segmentation fault
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: memory
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: carl at boeckeler.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


gst_init is generating a segmentation fault when I attempt to incorporate
gstreamer into a much larger application.

It works fine if gst_init is used in a much smaller application.

With GST_DEBUG=9 I get the following GST messages:

0:00:00.007413074  1381  0x2422600 INFO                GST_INIT
gst.c:499:init_pre: (null)
0:00:00.014728296  1381  0x2422600 INFO                GST_INIT
gst.c:500:init_p
re: (null)
0:00:00.015514185 @0 1381  0x2422600 INFO                GST_INIT
gst.c:511:init_pre: (null)
0:00:00.031426148  1381  0x2422600 DEBUG             GST_MEMORY
gstallocator.c:5
85:_priv_gst_allocator_initialize: (null)
Aborted

As you can see instead of the normal debug messages after the routine name you
see (null).

It looks to me as if the memory associated with gstreamer has been corrupted in
some manner so that even debug messages cannot display correctly.

Has anybody seen something like this before?  I'm stumped right now.

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