GNOME Bugzilla – Bug 331664
Need resource to authenticate
Last modified: 2006-03-15 21:37:03 UTC
LM_DEBUG=net, started in gdb: Going to connect to jabber.bettercom.de (no debugging symbols found) Trying 212.202.242.69 port 5223... SEND: ----------------------------------- <?xml version='1.0' encoding='UTF-8'?> ----------------------------------- SEND: ----------------------------------- <stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="jabber.bettercom.de" id="msg_1"> ----------------------------------- (no debugging symbols found) RECV [147]: ----------------------------------- '<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='43F706B9' xmlns='jabber:client' from='jabber.bettercom.de'>' ----------------------------------- ** CRITICAL **: lm_connection_authenticate: assertion `resource != NULL' failed aborting... Program received signal SIGABRT, Aborted. 0xffffe410 in __kernel_vsyscall () (gdb) bt
+ Trace 66295
same story when SSL is off. gossip-0.10 loudmouth-1.0
Thanks for raising this. I have sent an additional mail out to the gossip-dev list and gnome-announce list to let people know why this will happen. Basically, there have been some changes between 0.9 and 0.10 to the way accounts and chat rooms are saved/used. See the follow up mail for more information.
I've just recived your post to gossip-dev. Manually edited account.xml makes it work. But the problem is, it fails when new account is created (no ~/.gnome2/Gossip dir yet!).
OK, thanks. I will test this more thoroughly ASAP.
*** Bug 332295 has been marked as a duplicate of this bug. ***
*** Bug 332360 has been marked as a duplicate of this bug. ***
I just tested Gossip by removing my ~/.gnome2/Gossip directory and it worked perfectly.
Reopening to remind me to sort out the add-account assistant, see the conversation thread for more information: http://lists.imendio.com/pipermail/gossip-dev/2006-March/008567.html
*** Bug 334609 has been marked as a duplicate of this bug. ***
Fixed this up now.