[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-10-12 Thread Tobias Brunner
** Changed in: strongswan (Ubuntu) Status: New => Fix Released -- strongswan's charon crashes shortly after authentication https://bugs.launchpad.net/bugs/574664 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-09-29 Thread Georg Müller
updating openssl/libssl with packages from lucid-proposed (see bug #590639) fixes my crashes. -- strongswan's charon crashes shortly after authentication https://bugs.launchpad.net/bugs/574664 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-09-29 Thread Georg Müller
I added some ssl debugging code and get these errors: 140737079842576:error:260B9092:engine routines:ENGINE_get_cipher:unimplemented cipher:tb_cipher.c:126: 140737079842576:error:0608C086:digital envelope routines:DO_EVP_ENC_ENGINE:initialization error:enc_min.c:172: -- strongswan's charon cra

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-09-29 Thread Georg Müller
I installed the debug packages for libssl0.9.8 and added some debugging code. EVP_CipherInit_ex fails (returns 0) ctx->cipher is null, which causes the segfault. (gdb) p *this->cipher $2 = {nid = 419, block_size = 16, key_len = 16, iv_len = 16, flags = 5122, init = 0x75cf47b0 , do_cipher = 0

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-09-29 Thread Georg Müller
I recompiled the package like suggested in comment #2 (and an additional change to "-O0" and reran the test: Here is the data: 0x75cf2c27 in EVP_CIPHER_CTX_set_key_length () from /lib/libcrypto.so.0.9.8 (gdb) bt #0 0x75cf2c27 in EVP_CIPHER_CTX_set_key_length () from /lib/libcryp

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-09-29 Thread Georg Müller
I have the same problem. When starting "/usr/lib/ipsec/starter --nofork --debug-all" I get the following output : 10[DMN] thread 1005078288 received 11 dumping 12 stack frame addresses: /lib/libpthread.so.0 @ 0x7fbc48d21000 [0x7fbc48d308f0] -> ??:0 /lib/libcrypto.so.0.9.8 @ 0x7fbc47021000

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-05-28 Thread Dan Kegel
Sorry, I gave up, went to gentoo. (It hurts to say that.) But I heard a rumor that ipsec.conf - cachecrls=no (instead of yes) solves the crash on debian. -- strongswan's charon crashes shortly after authentication https://bugs.launchpad.net/bugs/574664 You received this bug notification becau

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-05-06 Thread Martin Willi
To build strongSwan with debug symbols, do: # apt-get build-dep strongswan # apt-get install devscripts # apt-get source strongswan # cd strongswan-4.3.2 # DEB_BUILD_OPTIONS=nostrip debuild after installing it, you can invoke strongswan with # ipsec start --attach-gdb to attach the debugger. -

[Bug 574664] Re: strongswan's charon crashes shortly after authentication

2010-05-03 Thread Dan Kegel
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47612489/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/47612490/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/47612491/ProcStatus.txt -- strong