[7416] in testers
jwgc crashes if I send to "jmorzins"
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Fri Mar 17 14:08:51 2006
To: testers@mit.edu
From: Jacob Morzinski <jmorzins@MIT.EDU>
Date: Fri, 17 Mar 2006 14:01:50 -0500
Message-ID: <w6mbqw4lwtd.fsf@horobi.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Hi,
If I send a message to "jmorzins" (no "@mit.edu"), I kill jwgc:
$ jwgc -u jmorzins
$ jwrite jmorzins@mit.edu -m test
[works, but goes to one of my other Jabber clients]
$ jwrite jmorzins@mit.edu/jwgc -m test
[works, displays in a windowgram]
$ jwrite jmorzins -m test
[kills jwgc; all windowgrams vanish]
I can show output from "jwgc -u jmorzins -debug all", if it helps.
Thanks,
-Jacob
[jwg] in piece[39]: <message to='jmorzins'>test
</message>
[jwg] in[39]: <message to='jmorzins'>test
</message>
[execution] JWGC event handler called...
[execution] Received event: 1.
[execution] Received message
[execution] Target jmorzins
[execution] Trim start position at 5.
[execution] Trimming position 5.
[execution] Trimming position 4.
[execution] To: jmorzins
Msg: test
[jab] out: <message type='chat' to='jmorzins'><x xmlns='jabber:x:event'><composing/></x><body>test</body></message>
[jwg] out[50]: <success>Successfully sent to jmorzins.</success>
[jwg] sent 50 bytes, 50 wrote out of 50
[parser] parser index 38, line 3, col 10
[parser] parser complete
[poll] mux_loop...activity on fd 6, calling 8061c9e(8990af0)
[jab] in: <message xmlns='jabber:client' from='jmorzins' to='jmorzins@mit.edu/jwgc' type='error'><error type='cancel' code='404'><remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error><x xmlns='jabber:x:event'><composing/></x><body>test</body></message>
[execution] Jabber packet handler called...
[execution] Packet: message
[execution] Received MESSAGE
[execution] Trim start position at 4.
[execution] Trimming position 4.
[xml] Decoding Notice [1,2]:
<message xmlns='jabber:client' from='jmorzins' to='jmorzins@mit.edu/jwgc' type='error'>
<error type='cancel' code='404'>
<remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>
</remote-server-not-found>
</error>
<x xmlns='jabber:x:event'>
<composing>
</composing>
</x>
<body>
test
</body>
</message>