GNOME Bugzilla – Bug 528481
org.freedesktop.Hal.NoSuchProperty exception on startup
Last modified: 2010-06-02 19:04:29 UTC
Please describe the problem: When starting banshee from a terminal, the following exception occurs (banshee starts up fine) : System.Exception: org.freedesktop.Hal.NoSuchProperty: No property volume.is_mounted on device with id /org/freedesktop/Hal/devices/platform_floppy_0_storage at IDeviceProxy.GetPropertyBoolean (System.String ) [0x00000] at Hal.Device.GetPropertyBoolean (System.String key) [0x00000] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Hal/Device.cs:227 at Banshee.HalBackend.Volume.get_IsMounted () [0x00000] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/Volume.cs:87 at Banshee.HalBackend.Volume.CheckVolumeMounted (Banshee.HalBackend.Volume volume) [0x0006c] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/Volume.cs:168 at Banshee.HalBackend.Volume.Resolve (Banshee.HalBackend.BlockDevice parent, Hal.Manager manager, Hal.Device device) [0x00044] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/Volume.cs:55 at Banshee.HalBackend.HardwareManager.Resolve (Hal.Device hal_device) [0x00035] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/HardwareManager.cs:105 at Banshee.HalBackend.HardwareManager+<>c__CompilerGenerated1.MoveNext () [0x0007e] in /home/lorentz/Projets/banshee/banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/HardwareManager.cs:61 at Banshee.Dap.DapService.OnExtensionChanged (System.Object o, Mono.Addins.ExtensionNodeEventArgs args) [0x00064] in /home/lorentz/Projets/banshee/banshee/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs:74 at Mono.Addins.ExtensionNode.add_ExtensionNodeChanged (Mono.Addins.ExtensionNodeEventHandler value) [0x00034] in /var/tmp/portage/dev-dotnet/mono-addins-0.3/work/mono-addins-0.3/Mono.Addins/Mono.Addins/ExtensionNode.cs:110 Steps to reproduce: 1. Start banshee Actual results: Exception occurs and banshee starts up Expected results: No exception Does this happen every time? Yes Other information: I do have a floppy drive, and I'm using hal 0.5.10.
I have a floppy drive too, and I'm using hal 0.5.11rc2. Distro is Archlinux. When I rmmod the "floppy" module, this exception doesn't appear.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
This problem appears for me once again with the 1.7.1 beta. Also, 'rmmod floppy' solves the issue.
Denis, is it actually causing a crash? Because it's expected that the exception can still be thrown and be logged, but it shouldn't cause the crash anymore.