← Back to team overview

desktop-packages team mailing list archive

[Bug 884811] Re: totem crashes with command line options

 

This is the bug filling in totem's bugzilla
https://bugzilla.gnome.org/show_bug.cgi?id=666431

A patch has been committed

commit 71408a90d504b666c74e81260e8761387dc64ce5
Author: Estêvão Samuel Procópio <tevaum@xxxxxxxxx>
Date:   Sun Dec 18 19:29:41 2011 -0200

    totem-options: Should not free commands list data.

    In totem_options_process_for_server the commands GList holds
    integers and freeing those integers leads to a segfault.
    Only the GList needs to be freed.

    Closes: bgo#666431

that thread suggest Ubuntu packagers to apply the patch and push and
Update any ideas on how to contact the packagers??


** Bug watch added: GNOME Bug Tracker #666431
   https://bugzilla.gnome.org/show_bug.cgi?id=666431

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/884811

Title:
  totem crashes with command line options

Status in “totem” package in Ubuntu:
  Confirmed

Bug description:
  I am using ubuntu oneiric (11.10) with the latest updates (i.e. totem
  3.0.1-0ubuntu7.1)

  It seems totem crashes with almost any command line option.
  Unfortunately the --debug flag does not give much insight (still I am
  including it)

  [strix:pres]$ totem --fullscreen video.mpg
  Segmentation fault
  [strix:pres]$ totem --toggle-controls video.mpg 
  Segmentation fault
  [strix:pres]$ totem --debug --fullscreen video.mpg
  Segmentation fault
  [strix:pres]$ totem --debug --toggle-controls video.mpg

  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.totem'
  is not installed

  
  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.totem' is not installed

  
  (totem:30347): GLib-GIO-CRITICAL **: Settings schema 'org.gnome.desktop.lockdown' is not installed

  
  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info: assertion `settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info:
  assertion `settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (totem:30347): GLib-GIO-CRITICAL **: g_settings_get_key_info:
  assertion `settings->priv->schema != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_type: assertion `value
  != NULL' failed

  (totem:30347): GLib-CRITICAL **: g_variant_type_is_subtype_of:
  assertion `g_variant_type_check (type)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_get_boolean: assertion
  `g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed

  (totem:30347): GLib-CRITICAL **: g_variant_unref: assertion `value !=
  NULL' failed

  (process:30347): GLib-GIO-CRITICAL (recursed) **:
  g_settings_get_key_info: assertion `settings->priv->schema != NULL'
  failedAborted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/884811/+subscriptions


References