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 724645 - NullReferenceException on shutdown if DAP.MTP device was mounted
NullReferenceException on shutdown if DAP.MTP device was mounted
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Device - MTP
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-18 14:10 UTC by Andrés G. Aragoneses (IRC: knocte)
Modified: 2014-02-18 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrés G. Aragoneses (IRC: knocte) 2014-02-18 14:10:32 UTC
This is the exception:

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at Banshee.Dap.DapService.Unmap (System.String uuid) [0x00027] in /home/knocte/Documents/Code/OpenSource/banshee3NATIVE/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs:264 
  at Banshee.Dap.DapService+<UnmapDevice>c__AnonStorey5.<>m__D () [0x0000c] in /home/knocte/Documents/Code/OpenSource/banshee3NATIVE/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs:257 
  at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at Banshee.Dap.DapService.Unmap (System.String uuid) [0x00027] in /home/knocte/Documents/Code/OpenSource/banshee3NATIVE/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs:264 
  at Banshee.Dap.DapService+<UnmapDevice>c__AnonStorey5.<>m__D () [0x0000c] in /home/knocte/Documents/Code/OpenSource/banshee3NATIVE/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs:257 
  at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0 
make: *** [run] Error 1

Happened on the stable-2.6 branch.
Comment 1 Andrés G. Aragoneses (IRC: knocte) 2014-02-18 14:28:34 UTC
Fixed in master and stable.