[ubuntu-mono] [Bug 778128] [NEW] banshee crashes on open

eimajenathat 778128 at bugs.launchpad.net
Thu May 5 20:55:01 UTC 2011


Public bug reported:

Binary package hint: banshee

Looks a little like:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/85302

but might be different.

Whenever I open Banshee, it loads the window and immediately crashes.
Output is below.  Might make more sense to someone else, but it confused
me a bit.  Looks like there's a Python stack trace, and then another
stack trace, possibly from Mono?

jamie at jamie-desktop:~$ banshee
[Info  15:37:41.705] Running Banshee 2.0.0: [Ubuntu Natty (development branch) (linux-gnu, i686) @ 2011-04-18 16:21:33 UTC]
[Info  15:37:42.972] Updating web proxy from GConf
[Info  15:37:42.990] All services are started 1.108934
** (Banshee:4244): DEBUG: SyncDaemon already running, initializing SyncdaemonDaemon object

(Banshee:4244): libsoup-WARNING **: No feature manager for feature of
type 'U1RequestChrome'

** (Banshee:4244): WARNING **: Error calling get_info: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py", line 992, in get_info
    return self.syncdaemon_folders.get_info(path)
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py", line 634, in get_info
    mdobj = self.fs.get_by_path(path.encode('utf-8'))
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py", line 773, in get_by_path
    mdid = self._idx_path[path]
KeyError: '/home/jamie/.ubuntuone/Purchased from Ubuntu One'


** (Banshee:4244): CRITICAL **: syncdaemon_folder_info_get_subscribed: assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed

** (Banshee:4244): WARNING **: Error rescanning Purchased Music: No such file or directory
** (Banshee:4244): DEBUG: Loading the real store page

** (Banshee:4244): WARNING **: Got less number of items in credentials hash table than expected!
[Info  15:37:44.109] nereid Client Started
[Info  15:37:44.175] GStreamer version 0.10.32.0, gapless: True, replaygain: False
[Info  15:37:44.199] AppleDeviceSource is ignoring unmounted volume SYSTEM

Native stacktrace:

	banshee() [0x80dbc5b]
	banshee() [0x805e92f]
	[0xb785d40c]
	/lib/libnss_wins.so.2(_nss_wins_gethostbyname2_r+0x3f) [0xa586491f]
	/lib/i386-linux-gnu/libc.so.6(gethostbyname2_r+0x162) [0xb76a45b2]
	/lib/i386-linux-gnu/libc.so.6(+0xa9079) [0xb7665079]
	/lib/i386-linux-gnu/libc.so.6(getaddrinfo+0x15b) [0xb766584b]
	/usr/lib/i386-linux-gnu/libgio-2.0.so.0(+0x6e451) [0xb5a45451]
	/usr/lib/i386-linux-gnu/libgio-2.0.so.0(+0x6dd86) [0xb5a44d86]
	/lib/i386-linux-gnu/libglib-2.0.so.0(+0x6ca39) [0xb77d6a39]
	/lib/i386-linux-gnu/libglib-2.0.so.0(+0x6a2df) [0xb77d42df]
	/lib/i386-linux-gnu/libpthread.so.0(+0x5e99) [0xb7748e99]
	/lib/i386-linux-gnu/libc.so.6(clone+0x5e) [0xb768c73e]

Debug info from gdb:

Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Aborted

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: banshee 2.0.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Thu May  5 15:42:20 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: banshee
UpgradeStatus: Upgraded to natty on 2011-04-28 (7 days ago)

** Affects: banshee (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/778128

Title:
  banshee crashes on open

Status in “banshee” package in Ubuntu:
  New

Bug description:
  Binary package hint: banshee

  Looks a little like:
  https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/85302

  but might be different.

  Whenever I open Banshee, it loads the window and immediately crashes.
  Output is below.  Might make more sense to someone else, but it
  confused me a bit.  Looks like there's a Python stack trace, and then
  another stack trace, possibly from Mono?

  jamie at jamie-desktop:~$ banshee
  [Info  15:37:41.705] Running Banshee 2.0.0: [Ubuntu Natty (development branch) (linux-gnu, i686) @ 2011-04-18 16:21:33 UTC]
  [Info  15:37:42.972] Updating web proxy from GConf
  [Info  15:37:42.990] All services are started 1.108934
  ** (Banshee:4244): DEBUG: SyncDaemon already running, initializing SyncdaemonDaemon object

  (Banshee:4244): libsoup-WARNING **: No feature manager for feature of
  type 'U1RequestChrome'

  ** (Banshee:4244): WARNING **: Error calling get_info: Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
      retval = candidate_method(self, *args, **keywords)
    File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py", line 992, in get_info
      return self.syncdaemon_folders.get_info(path)
    File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py", line 634, in get_info
      mdobj = self.fs.get_by_path(path.encode('utf-8'))
    File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py", line 773, in get_by_path
      mdid = self._idx_path[path]
  KeyError: '/home/jamie/.ubuntuone/Purchased from Ubuntu One'

  
  ** (Banshee:4244): CRITICAL **: syncdaemon_folder_info_get_subscribed: assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed

  ** (Banshee:4244): WARNING **: Error rescanning Purchased Music: No such file or directory
  ** (Banshee:4244): DEBUG: Loading the real store page

  ** (Banshee:4244): WARNING **: Got less number of items in credentials hash table than expected!
  [Info  15:37:44.109] nereid Client Started
  [Info  15:37:44.175] GStreamer version 0.10.32.0, gapless: True, replaygain: False
  [Info  15:37:44.199] AppleDeviceSource is ignoring unmounted volume SYSTEM

  Native stacktrace:

  	banshee() [0x80dbc5b]
  	banshee() [0x805e92f]
  	[0xb785d40c]
  	/lib/libnss_wins.so.2(_nss_wins_gethostbyname2_r+0x3f) [0xa586491f]
  	/lib/i386-linux-gnu/libc.so.6(gethostbyname2_r+0x162) [0xb76a45b2]
  	/lib/i386-linux-gnu/libc.so.6(+0xa9079) [0xb7665079]
  	/lib/i386-linux-gnu/libc.so.6(getaddrinfo+0x15b) [0xb766584b]
  	/usr/lib/i386-linux-gnu/libgio-2.0.so.0(+0x6e451) [0xb5a45451]
  	/usr/lib/i386-linux-gnu/libgio-2.0.so.0(+0x6dd86) [0xb5a44d86]
  	/lib/i386-linux-gnu/libglib-2.0.so.0(+0x6ca39) [0xb77d6a39]
  	/lib/i386-linux-gnu/libglib-2.0.so.0(+0x6a2df) [0xb77d42df]
  	/lib/i386-linux-gnu/libpthread.so.0(+0x5e99) [0xb7748e99]
  	/lib/i386-linux-gnu/libc.so.6(clone+0x5e) [0xb768c73e]

  Debug info from gdb:

  Could not attach to process.  If your uid matches the uid of the target
  process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
  ptrace: Operation not permitted.

  =================================================================
  Got a SIGSEGV while executing native code. This usually indicates
  a fatal error in the mono runtime or one of the native libraries 
  used by your application.
  =================================================================

  Aborted

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: banshee 2.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Thu May  5 15:42:20 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to natty on 2011-04-28 (7 days ago)



More information about the Ubuntu-mono mailing list