Bug #827
NullReferenceException in CampfireProtocolManager.Dispose()
Status: | Closed | Start: | 04/01/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Carlos Martín Nieto | % Done: | 100% |
|
Category: | Engine Campfire | |||
Target version: | 0.8.11 | |||
Complexity: | Found in Version: | 0.8.11-dev (e364a2e) |
||
Votes: | 0 |
Description
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object 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.ToString(): System.NullReferenceException: Object reference not set to an instance of an object Server stack trace: at Smuxi.Engine.CampfireProtocolManager.Dispose () [0x00000] in <filename unknown>:0 at Smuxi.Engine.Session.CommandShutdown (Smuxi.Engine.CommandModel cmd) [0x00060] in /usr/local/src/smuxi/src/Engine/Session.cs:657 at Smuxi.Engine.Session.Command (Smuxi.Engine.CommandModel cd) [0x0014e] in /usr/local/src/smuxi/src/Engine/Session.cs:389 at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject target, IMethodCallMessage reqMsg) [0x000a4] in /tmp/buildd/mono-2.6.7/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:147 Exception rethrown at [0]: 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
Related issues
duplicated by Smuxi - Bug #832 | Exception: Object reference not set to an instance of an object | Closed | 04/16/2013 |
Associated revisions
Revision 8afe12f6e770152826c5600715d8e114752a6904
[Engine-Campfire] Keep better track of the event streams
Keep a chat-stream mapping and dispose the event stream when the chat
is closed to clean up the network connection (closes: #827).
History
Updated by Mirco Bauer 4252 days ago
Side note: engine-campfire does either not generated debug symbols or they are not installed, thus no line number in the stack trace...
Updated by Anonymous 4248 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 8afe12f6e770152826c5600715d8e114752a6904.