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 574679 - Crash when using newer libnotify-sharp
Crash when using newer libnotify-sharp
Status: RESOLVED DUPLICATE of bug 545664
Product: banshee
Classification: Other
Component: general
1.4.3
Other Linux
: Normal critical
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-09 20:09 UTC by Wouter Bolsterlee (uws)
Modified: 2009-03-09 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2009-03-09 20:09:36 UTC
Banshee crashes when I use libnotify0.4-cil 0.4.0~r3032-1. After downgrading to 0.4.0~r2998-1 the problem is gone.

The warning shown is:

[Warn  21:03:12.807] Kan notificatie niet tonen - Array index is out of range.

(The Dutch part means "Cannot show notification")

The backtrace:

Array index is out of range.
System.IndexOutOfRangeException: Array index is out of range.
at NDesk.DBus.MessageReader.MarshalUInt (byte*) <0x0002d>
at NDesk.DBus.MessageReader.ReadUInt32 () <0x00011>
at NDesk.DBus.MessageReader.ReadValue (NDesk.DBus.DType) <0x00113>
at NDesk.DBus.MessageReader.ReadValue (System.Type) <0x00235>
at NDesk.DBus.MessageHelper.GetDynamicValues (NDesk.DBus.Message,System.Reflection.ParameterInfo[]) <0x000d5>
at NDesk.DBus.Connection.HandleSignal (NDesk.DBus.Message) <0x000f4>
at NDesk.DBus.Connection.DispatchSignals () <0x0003c>
at NDesk.DBus.Connection.Iterate () <0x0002c>
at <Init>c__AnonStorey0.<>m__0 (intptr,NDesk.GLib.IOCondition,intptr) <0x0002a>
at (wrapper native-to-managed) <Init>c__AnonStorey0.<>m__0 (intptr,NDesk.GLib.IOCondition,intptr) <0x00049>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004>
at Gtk.Application.Run () <0x00007>
at Banshee.Gui.GtkBaseClient.Run () <0x00035>
at Banshee.Gui.GtkBaseClient.Startup () <0x00031>
at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.CleanRoomStartup/StartupInvocationHandler) <0x000a2>
Comment 1 Wouter Bolsterlee (uws) 2009-03-09 20:11:03 UTC
It seems this is also occurring with Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=254235
Comment 2 Wouter Bolsterlee (uws) 2009-03-09 20:17:17 UTC
Aaaaah... incompatible changes in notification-daemon.

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