GNOME Bugzilla – Bug 692424
Fix error source for a SIGSEGV crash around positioning in a track
Last modified: 2013-08-16 14:11:48 UTC
I stumble on an open issue during listening to Jamendo music with Amarok 2.6.0-175.2 in a KDE 4.9.5 session. See also the bug report "Fix error source for a SIGSEGV crash after position selection in a track". https://bugs.kde.org/show_bug.cgi?id=313688 I have found a little bit more information. elfring@Sonne:~> gdb amarok GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2) ... (gdb) set args --nofork (gdb) run ... Program received signal SIGSEGV, Segmentation fault. 0x00007fff9e14058e in gst_ogg_pad_src_query (pad=<optimized out>, query=0x22fea40 [GstQuery]) at gstoggdemux.c:336 336 } else if (ogg->current_chain->streams->len) { Can a null pointer access still happen in the current source file? http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/ext/ogg/gstoggdemux.c?id=5f59b4f7eee9d07531e2784b9ebb21ab325b6162#n323
Is my observation related to the bug report "oggdemux: Amarok crashes when seeking in a Jamendo or Magnatune stream"? https://bugzilla.gnome.org/show_bug.cgi?id=675609
Is this still a problem with GStreamer 1.0? How can it be reproduced, with which file? Can you provide a backtrace of the crash?
(In reply to comment #2) Would you like to review any corresponding bug reports in the KDE issue tracker?
I believe this has been fixed. Please re-open or file a new bug if this is still an issue with current versions of GStreamer (1.x), thanks! *** This bug has been marked as a duplicate of bug 675609 ***