After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 435751 - gstmp4vplugin.c: crash in gst_plugin_template_sink_event
gstmp4vplugin.c: crash in gst_plugin_template_sink_event
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.10.x
Other All
: High critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-04 08:16 UTC by crisman
Modified: 2007-05-04 23:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description crisman 2007-05-04 08:16:50 UTC
Version: 2.18.0

What were you doing when the application crashed?
nothing



Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.3 2007-01-31 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 10:42:48 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: Enforcing
Accessibility: Disabled

Memory status: size: 181141504 vsize: 0 resident: 181141504 share: 0 rss: 26030080 rss_rlim: 0
CPU usage: start_time: 1178035957 rtime: 0 utime: 80 stime: 0 cutime:35 cstime: 0 timeout: 45 it_real_value: 0 frequency: 1

Backtrace was generated from '/usr/local/bin/totem'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1209108048 (LWP 4664)]
[New Thread 27077520 (LWP 4669)]
[New Thread -1305887856 (LWP 4668)]
[New Thread -1290646640 (LWP 4667)]
[New Thread -1280156784 (LWP 4666)]
0x00a5d402 in __kernel_vsyscall ()

Thread 2 (Thread 27077520 (LWP 4669))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gst_plugin_template_sink_event
    at gstmp4vplugin.c line 1066
  • #5 gst_pad_send_event
    at gstpad.c line 4205
  • #6 gst_pad_push_event
    at gstpad.c line 4062
  • #7 gst_queue_loop
    at gstqueue.c line 837
  • #8 gst_task_func
    at gsttask.c line 192
  • #9 g_thread_pool_push
    from /lib/libglib-2.0.so.0
  • #10 g_thread_create_full
    from /lib/libglib-2.0.so.0
  • #11 start_thread
    from /lib/libpthread.so.0
  • #12 clone
    from /lib/libc.so.6


----------- .xsession-errors (15202 sec old) ---------------------
SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/2709
** (eggcups:2828): WARNING **: IPP request failed with status 1030
** (eggcups:2828): WARNING **: IPP request failed with status 1030
You can not run beagle as root.  Beagle is designed to run from your own
user account.  If you want to create multiuser or system-wide indexes, use
the beagle-build-index tool.
You can override this setting using the beagle-config or beagle-settings tools.
(gnome-terminal:2946): Vte-WARNING **: No handler for control sequence `device-control-string' defined.
(gnome-terminal:2946): Vte-WARNING **: No handler for control sequence `device-control-string' defined.
--------------------------------------------------
Comment 1 Philip Withnall 2007-05-04 21:20:11 UTC
Could you provide a link to the file you were playing at the time please?
Comment 2 Tim-Philipp Müller 2007-05-04 23:30:20 UTC
> #2  0x44f25cf6 in gnome_gtk_module_info_get () from /usr/lib/libgnomeui-2.so.0
> No symbol table info available.
> #3  <signal handler called>
> No symbol table info available.
> #4  0x0077a655 in gst_plugin_template_sink_event (pad=0x8720f10,
> event=0x8749ac8) at gstmp4vplugin.c:1066
>         tb = {time = 1178035963, millitm = 8, timezone = -540, dstflag = 0}
>         __func__ = "gst_plugin_template_sink_event"
> #5  0x008918a9 in gst_pad_send_event (pad=0x8720f10, event=0x8749ac8) at
> gstpad.c:4205
>         result = <value optimized out>
>         eventfunc = (GstPadEventFunction) 0x77a520
> <gst_plugin_template_sink_event>
>         serialized = <value optimized out>
>         need_unlock = <value optimized out>
>         __PRETTY_FUNCTION__ = "gst_pad_send_event"

The crash looks awfully similar to the situation in bug #420106.

However, the crash seems to be in a gstmp4vplugin.c plugin (with a somewhat misnamed event function too). This is not a plugin that ships as part of GStreamer, hence closing as NOTGNOME. Please file the bug with whoever provided that plugin.