Bug #249
/reconnect crashes after failed connect attempt
Status: | Closed | Start: | 12/25/2009 | |
Priority: | High | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.7 | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
Exception Type:
System.NullReferenceException
Exception Message:
Object reference not set to an instance of an object
Exception StackTrace:
at Smuxi.Engine.IrcProtocolManager.Connect (Smuxi.Engine.FrontendManager fm) [0x001bb] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs:309
at Smuxi.Engine.IrcProtocolManager.Reconnect (Smuxi.Engine.FrontendManager fm) [0x000af] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs:374
at Smuxi.Engine.Session.CommandReconnect (Smuxi.Engine.CommandModel cd) [0x00027] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine/Session.cs:524
at Smuxi.Engine.Session.Command (Smuxi.Engine.CommandModel cd) [0x00102] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine/Session.cs:361
at (wrapper remoting-invoke-with-check) Smuxi.Engine.Session:Command (Smuxi.Engine.CommandModel)
at Smuxi.Frontend.Gnome.Entry.ExecuteCommand (System.String cmd) [0x0004b] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Frontend-GNOME/Entry.cs:435
at Smuxi.Frontend.Gnome.Entry._OnActivated (System.Object sender, System.EventArgs e) [0x000e1] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Frontend-GNOME/Entry.cs:404
Exception Type:
System.NullReferenceException
Exception Message:
Object reference not set to an instance of an object
Exception StackTrace:
at Smuxi.Engine.IrcProtocolManager.Connect (Smuxi.Engine.FrontendManager fm) [0x001bb] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs:309
at Smuxi.Engine.IrcProtocolManager.Reconnect (Smuxi.Engine.FrontendManager fm) [0x000af] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs:374
at Smuxi.Engine.Session.CommandReconnect (Smuxi.Engine.CommandModel cd) [0x00027] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine/Session.cs:524
at Smuxi.Engine.Session.Command (Smuxi.Engine.CommandModel cd) [0x00102] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Engine/Session.cs:361
at (wrapper remoting-invoke-with-check) Smuxi.Engine.Session:Command (Smuxi.Engine.CommandModel)
at Smuxi.Frontend.Gnome.Entry.ExecuteCommand (System.String cmd) [0x0004b] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Frontend-GNOME/Entry.cs:435
at Smuxi.Frontend.Gnome.Entry._OnActivated (System.Object sender, System.EventArgs e) [0x000e1] in /home/meebey/data/projects/c-sharp/smuxi/git/src/Frontend-GNOME/Entry.cs:404
Associated revisions
Revision cb7d7a7a6a659111a7fb957971d63927f2c10d9a
Fixed NullReferenceException when using /reconnect after failed /connect. (closes: #249)
History
Updated by Mirco Bauer 5439 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset cb7d7a7a6a659111a7fb957971d63927f2c10d9a.