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 671708 - Banshee crashes when UPnP client plugin is enabled (Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at Mono.Upnp.Client.ClientServiceEvent)
Banshee crashes when UPnP client plugin is enabled (Unhandled Exception: Syst...
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Other Extensions
2.3.5
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-09 10:57 UTC by Chow Loong Jin
Modified: 2012-03-10 17:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chow Loong Jin 2012-03-09 10:57:38 UTC
Originally reported at:
  https://bugs.launchpad.net/bugs/945566

This is new bug since the latest updates in precise. 

If banshee if left in a paused state (e.g. playing songs and then pause the track to go make some tea) for sometime, a few minutes, the player crashes and needs to be restarted.

Log attached.
Comment 1 Chow Loong Jin 2012-03-09 10:58:13 UTC
Log can be found at https://launchpadlibrarian.net/95115401/banshee-debug-log.txt.
Comment 2 Bertrand Lorentz 2012-03-10 15:22:06 UTC
This was a bug in Mono.Upnp, and I've just committed a fix :
https://github.com/mono/mono-upnp/commit/f74895e22

The bug would only be triggered when the cache timeout expired for a UPnP service, which explains the strange timing of the crash.

We'll try to do a Mono.Upnp bugfix release at about the same time as the next Banshee release. Don't hesitate to remind us if we don't !
Comment 3 Chow Loong Jin 2012-03-10 17:28:47 UTC
Great, thanks!