GNOME Bugzilla – Bug 318937
Pointer truncated on Alpha
Last modified: 2006-04-09 16:14:51 UTC
[forwarded from http://bugs.debian.org/294279] 0x0000000120048dbc in startup_druid_get_account_info ( startup_druid=0x12017d570, account=0x11fce3508) at gossip-startup-druid.c:211 211 server = server_entry->address; (gdb) bt
+ Trace 63550
server_entry = (ServerEntry *) 0x2009a130 username = (const gchar *) 0x1201c4d10 "mellum" server = (const gchar *) 0x12007929a "" toggle = (GtkToggleButton *) 0x120270dc0 has_account = 0 predefined_server = 1 option_menu = (GtkOptionMenu *) 0x12022c270 (gdb) print *server_entry Cannot access memory at address 0x2009a130 (gdb) print *((ServerEntry *) 0x12009a130) $2 = {label = 0x12007926e "Jabber.org", address = 0x120079279 "jabber.org"} Clearly, server_entry has been cropped to 32 bit somewhere.
Could you try this with 0.10? The startup code has been rewritten so that file doesn't exist anymore.
Almost a month has past with no reply here... I am marking this as OBSOLETE unless the bug reporter wants to reopen it.
I'm slacking. The reporter says it doesn't crash any more but doesn't connect. Debug log: falk@juist:~% LM_DEBUG=NET gossip Going to connect to jabber.org Trying 208.245.212.98 port 5222... SEND: ----------------------------------- <?xml version='1.0' encoding='UTF-8'?> ----------------------------------- SEND: ----------------------------------- <stream:stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" to="jabber.org" id="msg_1"> ----------------------------------- RECV [153]: ----------------------------------- '<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='588519973' from='jabber.org' xml:lang='en'>' ----------------------------------- SEND: ----------------------------------- <iq type="set" to="jabber.org" id="msg_2"> <query xmlns="jabber:iq:register"> <username>testasdf123@jabber.org/foo</username> <password>foobar</password> </query> </iq> ----------------------------------- RECV [271]: ----------------------------------- '<iq from='jabber.org' id='msg_2' type='error'><query xmlns='jabber:iq:register'> <username>testasdf123@jabber.org/foo</username> <password>foobar</password> </query><error code='400' type='modify'><bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>' ----------------------------------- I'm tempted to say "wrong password" but I don't understand the jabber protocol well enough to say that for sure.
Why are you reusing the bug for something completely different? :)
I agree with Richard, can you open a new bug for this - if it still exists :)