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 335323 - Crash when starting totem
Crash when starting totem
Status: RESOLVED DUPLICATE of bug 316596
Product: totem
Classification: Core
Component: xine-lib backend
1.0.x
Other Linux
: Normal critical
: ---
Assigned To: Maintainer alias for xine-lib component of Totem
Maintainer alias for xine-lib component of Totem
: 458136 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-21 08:20 UTC by Christian Nolte
Modified: 2007-07-19 06:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Nolte 2006-03-21 08:20:35 UTC
During the startup-phase of totem the player crashes.

Steps to Reproduce: 

  1) Start totem via GNOME-Menu or from command-line
                 
Actual Results: 

   Totem crashes with SIGSEGV

Expected Results: 

   Totem should not crash.

Build Date & Platform: 

   totem-xine-1.0.4-4 (livna-RPM, Fedora Core 5)

Additional Information:

   The problem is in totem-time-label.c:57, label->priv is not initialized and
   on access totem crashes.

   GDB output:

...
Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 22810)

  • #0 totem_time_label_set_time
    at totem-time-label.c line 57
  • #1 baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN
    at baconvideowidget-marshal.c line 93
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_signal_override_class_closure
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #6 bacon_video_widget_tick_send
    at bacon-video-widget-xine.c line 1799
  • #7 g_source_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #8 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #9 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_context_iteration
    from /usr/lib/libglib-2.0.so.0
  • #11 gtk_main_iteration
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 long_action
    at totem.c line 123
  • #13 main
    at totem.c line 3593
  • #14 __libc_start_main
    from /lib/libc.so.6
  • #15 _start

Comment 1 Bastien Nocera 2006-03-21 10:57:07 UTC
You probably got some other warnings on the command-line before the crash.
Please try with a more recent version of Totem (such as the current 1.4.0).

Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 316596 ***
Comment 2 Philip Withnall 2007-07-19 06:33:43 UTC
*** Bug 458136 has been marked as a duplicate of this bug. ***