[cl-xmpp-devel] Problem with TLS connection on Franz/ACL8.1

Jason S. Cornez jcornez at alum.mit.edu
Thu Oct 25 16:16:29 UTC 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi I know this is a small list and that this problem is likely not to do
specifically with CL-XMPP code, but with one of the libraries it uses.
So if you can help by even suggesting where better I might ask this, it
would be appreciated.  Thank you.

What follows is run using the latest cl-xmpp and cxml/closure-commons
from CVS along with other libraries from asdf-install tarballs.  I use
ACL8.1 on linux-x86.32.  The net result is that the lisp crashes and
dies with a segmentation violation.  Obviously that in itself is a Franz
issue, but this happens because (figure-encoding...) calls (read-byte
...) on a flexi-stream.  And I figure this doesn't make much sense.

I've traced figure-encoding to see that this is clear.  Perhaps there
should be a specialized method of figure-encoding for flexi-streams?

Again, if you can help me to direct this query to a better place, please
let me know.

Best,
- -Jason


CL-USER(6): (trace runes::figure-encoding)
(RUNES::FIGURE-ENCODING)
CL-USER(7): (xmpp:connect-tls :hostname "localhost")
<?xml version='1.0' ?><stream:stream to='localhost'
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
version='1.0'>
 0[2]: (RUNES::FIGURE-ENCODING #<MULTIVALENT stream socket connected
from localhost/56698 to localhost/5222 @ #x72766952>)
 0* #<STANDARD-METHOD RUNES::FIGURE-ENCODING (STREAM)>
 0[2]: returned :UTF-8 (60 115)
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
<?xml version='1.0' ?><stream:stream to='localhost'
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
version='1.0'>
 0[2]: (RUNES::FIGURE-ENCODING #<FLEX::FLEXI-LATIN-1-IO-STREAM @
#x722197ca>)
 0* #<STANDARD-METHOD RUNES::FIGURE-ENCODING (STREAM)>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHIMFdQlm6HDTMLyMRAmijAJ9abkgWpMAYHj/tYL52FcNRbFqqEgCfcy8l
LdkCI600CDVsLWGnZOuJ97I=
=81q8
-----END PGP SIGNATURE-----



More information about the cl-xmpp-devel mailing list