Bug #543
Unhandled exception - System.ArgumentNullException
Status: | Closed | Start: | 11/07/2010 | |
Priority: | High | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Frontend GNOME | |||
Target version: | 0.8.9 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
Again an unhandled exception which I would assume is related to a lagging connection:
Inner-Exception Type:
System.ArgumentNullException
Inner-Exception Message:
Argument cannot be null.
Parameter name: key
Inner-Exception StackTrace:
at System.Collections.Generic.Dictionary`2[Smuxi.Frontend.Gnome.ChatView,Indicate.Indicator].TryGetValue (Smuxi.Frontend.Gnome.ChatView key, Indicate.Indicator& value) [0x00000] in <filename unknown>:0
at Smuxi.Frontend.Gnome.IndicateManager.DisposeIndicator (Smuxi.Frontend.Gnome.ChatView chatView) [0x00000] in <filename unknown>:0
at Smuxi.Frontend.Gnome.IndicateManager.OnMainWindowFocusInEvent (System.Object sender, Gtk.FocusInEventArgs e) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (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
Exception Type:
System.Reflection.TargetInvocationException
Exception Message:
Exception has been thrown by the target of an invocation.
Exception StackTrace:
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.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0
Related issues
duplicated by Smuxi - Bug #547 | Exception during reconnect try (hetzner had issues) | Closed | 11/15/2010 |
Associated revisions
Revision c6d2c7daeffb3a22773d9838aff6496e1f6c32c6
Fixed crash by guarding DisposeIndicator() with null checks as CurrentChatView is null before the frontend is synced. (closes: #543)
History
Updated by Mirco Bauer 5044 days ago
- Category set to Frontend GNOME
- Assigned to set to Mirco Bauer
- Priority changed from Normal to High
- Target version set to 0.8.9
- Complexity set to Low
Updated by Mirco Bauer 5044 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c6d2c7daeffb3a22773d9838aff6496e1f6c32c6.