Bug #581
Smuxi crash - possibly when repeat-closing a tab
Status: | Closed | Start: | 04/05/2011 | |
Priority: | High | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
I think this occurs when I accidentally close a tab twice - there seems to be a window of time where this is possible.
Inner-Exception Type:
System.NullReferenceException
Inner-Exception Message:
Object reference not set to an instance of an object
Inner-Exception StackTrace:
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [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.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
duplicates Smuxi - Bug #518 | Crash when closing multiple chats using ctrl+w | Closed | 10/07/2010 |
History
Updated by Mirco Bauer 4974 days ago
- Category set to Frontend GNOME
- Priority changed from Normal to High
- Target version set to 0.8.9
Yes, IIRC there is a race condition that allows to close the same tab twice but the 2nd attempt leads to a crash.
Updated by Mirco Bauer 4922 days ago
- Target version deleted (
0.8.9)