Bug #910

avatar

NullReferenceException thrown in XmppPersonModel.GetResourcesWithHighestPriority()

Added by Jamie Bliss 3791 days ago. Updated 3785 days ago.

Status:Closed Start:12/09/2013
Priority:Normal Due date:
Assigned to:avatarOliver Schneider % Done:

100%

Category:Engine XMPP (Jabber)
Target version:-
Complexity:

Found in Version:

Votes: 0

Description

Just chatting through Facebook XMPP

Exception Type:
System.NullReferenceException

Exception Message:
Object reference not set to an instance of an object

Exception StackTrace:
  at Smuxi.Engine.XmppPersonModel.GetResourcesWithHighestPriority () [0x00000] in <filename unknown>:0 
  at Smuxi.Engine.XmppProtocolManager.SendPrivateMessage (Smuxi.Engine.XmppPersonModel person, System.String text) [0x00000] in <filename unknown>:0 
  at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text, Boolean send, Boolean display) [0x00000] in <filename unknown>:0 
  at (wrapper synchronized) Smuxi.Engine.XmppProtocolManager:_Say (Smuxi.Engine.ChatModel,string,bool,bool)
  at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text, Boolean send) [0x00000] in <filename unknown>:0 
  at Smuxi.Engine.XmppProtocolManager._Say (Smuxi.Engine.ChatModel chat, System.String text) [0x00000] in <filename unknown>:0 
  at Smuxi.Engine.XmppProtocolManager.Command (Smuxi.Engine.CommandModel command) [0x00000] in <filename unknown>:0 
  at Smuxi.Frontend.CommandManager.DoExecute (Smuxi.Engine.CommandModel cmd) [0x000f2] in /build/buildd/smuxi-0.10 dev.bzr369~ubuntu12.10.1/src/Frontend/CommandManager.cs:156 
  at Smuxi.Frontend.CommandManager <Execute>c__AnonStorey2.<>m__3 () [0x00000] in /build/buildd/smuxi-0.10 dev.bzr369~ubuntu12.10.1/src/Frontend/CommandManager.cs:116 
  at Smuxi.Common.TaskQueue <Queue>c__AnonStorey3.<>m__3 () [0x00000] in <filename unknown>:0 
  at Smuxi.Common.TaskQueue DelegateTask.Execute () [0x00000] in <filename unknown>:0 

History

Updated by Mirco Bauer 3788 days ago

avatar

Which exact version of Smuxi is this? Check Help -> About dialog and copy/paste the vendor line

Updated by Mirco Bauer 3788 days ago

avatar
  • Category set to Engine XMPP (Jabber)
  • Assigned to set to Oliver Schneider

Updated by Mirco Bauer 3788 days ago

avatar
  • Subject changed from Exception: Object reference not set to an instance of an object to NullReferenceException thrown in XmppPersonModel.GetResourcesWithHighestPriority()

Updated by Jamie Bliss 3788 days ago

avatar

Mirco Bauer wrote:

Which exact version of Smuxi is this? Check Help -> About dialog and copy/paste the vendor line

Unfortunately, I've updated since this.

I can tell you it's less than Debian 2:0.10+dev.bzr377~ubuntu12.10.1

Updated by Oliver Schneider 3787 days ago

avatar

i fixed this already. current master doesn't have this bug

Updated by Mirco Bauer 3787 days ago

avatar

Which commit though? I don't see one that sounds like it.

Updated by Oliver Schneider 3786 days ago

avatar

https://github.com/meebey/smuxi/commit/d4dcc3132907bbb431492223ba00a4d4566072fb

Engine-XMPP: regression from fc69d82cead caused NRE when sending messages to bare Jids

Updated by Mirco Bauer 3785 days ago

avatar
  • Status changed from New to Closed
  • % Done changed from 0 to 100

Fixed in d4dcc3132907bbb431492223ba00a4d4566072fb (master-only issue)

Also available in: Atom PDF