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 664686 - Playing Randomly Crashes and Closes
Playing Randomly Crashes and Closes
Status: RESOLVED DUPLICATE of bug 662309
Product: banshee
Classification: Other
Component: general
2.2.1
Other Linux
: Normal major
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-23 23:21 UTC by Carlos Lopez
Modified: 2011-11-28 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Lopez 2011-11-23 23:21:04 UTC
Happens Randomly, no matter what it's happening, Here the Console Problem:


[Info  17:09:08.764] Updating web proxy from GConf
[Info  17:09:08.839] All services are started 0.815821
** (Banshee:25797): DEBUG: SyncDaemon already running, initializing SyncdaemonDaemon object

(Banshee:25797): libsoup-WARNING **: No feature manager for feature of type 'U1RequestChrome'
[Info  17:09:09.727] AmazonMP3 store redirect URL: https://one.ubuntu.com/music/store/amz/
[Info  17:09:10.240] nereid Client Started
[Info  17:09:10.366] GStreamer version 0.10.35.0, gapless: True, replaygain: False
[Info  17:09:10.415] AppleDeviceSource is ignoring unmounted volume OS
[Info  17:09:11.909] Uncached artwork size 41 requested

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


** (Banshee:25797): CRITICAL **: syncdaemon_folder_info_get_subscribed: assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed
** (Banshee:25797): DEBUG: Loading the real store page

** (Banshee:25797): WARNING **: Error rescanning Purchased Music: No such file or directory
[Info  17:13:03.600] Uncached artwork size 41 requested

Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object
  at Mono.Zeroconf.Providers.AvahiDBus.BrowseService.DisposeResolver () [0x00000] in <filename unknown>:0 
  at Mono.Zeroconf.Providers.AvahiDBus.BrowseService.Dispose () [0x00000] in <filename unknown>:0 
  at Mono.Zeroconf.Providers.AvahiDBus.ServiceBrowser.OnItemRemove (Int32 interface, Protocol protocol, System.String name, System.String type, System.String domain, LookupResultFlags flags) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 
  at NDesk.DBus.Connection.HandleSignal (NDesk.DBus.Message msg) [0x00000] in <filename unknown>:0 
  at NDesk.DBus.Connection.DispatchSignals () [0x00000] in <filename unknown>:0 
  at NDesk.DBus.Connection.Iterate () [0x00000] in <filename unknown>:0 
  at Mono.Zeroconf.Providers.AvahiDBus.DBusManager.IterateThread (System.Object o) [0x00000] in <filename unknown>:0
Comment 1 Bertrand Lorentz 2011-11-28 15:17:03 UTC
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.

The problem is with an underlying library we're using to detect DAAP shares. An update to that library should become available soon and fix this issue. In the meantime you can work around the problem by disabling the DAAP extension (Go to Edit > Preferences, in the Extensions tab).

*** This bug has been marked as a duplicate of bug 662309 ***