From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 19 19:43:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B2016A4CE for ; Fri, 19 Mar 2004 19:43:02 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id AB6CB43D31 for ; Fri, 19 Mar 2004 19:43:01 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 26950 invoked from network); 20 Mar 2004 03:44:38 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 20 Mar 2004 03:44:38 -0000 From: Tom McLaughlin To: freebsd-gnome@freebsd.org Content-Type: text/plain Message-Id: <1079754571.8901.20.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.5.5FreeBSD GNOME Team Port Date: Fri, 19 Mar 2004 22:49:32 -0500 Content-Transfer-Encoding: 7bit Subject: evolution 1.5.5 crashses with imaps mailboxes X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 03:43:02 -0000 Hi all, I just did a marcusmerge and gnome_upgrade today and well, I've kinda run into a problem with evolution and imap mailboxes using SSL. At this point, I can't even start up evolution anymore using my regular user account on this machine. Evolution with crash immediately on startup. I did get it to start once and disable SSL before evolution crashed but I don't know how I did that. Of course, in order to get some debugging info, I set the mailbox back to using SSL and now I can't get it to start again. Anyone know possibly where I can disable the SSL setting outside of running evolution so I can get evo to start? Thanks! Tom To recreate this: 1. Create an email account. 2. Select IMAP as the mailbox type. 3. Select "Use SSL Always" and finish account setup. 4. Exit evolution (Setting the Use SSL setting didn't always seem to take w/o restarting.) 5. Restart evolution Below is what I get now when starting evolution with gdb: (gdb) run asked to activate component_id `OAFIID:GNOME_Evolution_Addressbook_Component:1.5' Program received signal SIGSEGV, Segmentation fault. 0x2977e4a0 in MD5_Update () from /usr/lib/libcrypto.so.3 (gdb) bt #0 0x2977e4a0 in MD5_Update () from /usr/lib/libcrypto.so.3 #1 0x2990344d in NSC_DigestUpdate () from /usr/local/lib/libsoftokn3.so.1 #2 0x298a2754 in PK11_DigestOp () from /usr/local/lib/libnss3.so.1 #3 0x29827a24 in SSL3_SendAlert () from /usr/local/lib/libssl3.so.1 #4 0x298282f7 in ssl3_StartHandshakeHash () from /usr/local/lib/libssl3.so.1 #5 0x298335e4 in ssl2_BeginClientHandshake () from /usr/local/lib/libssl3.so.1 #6 0x298353ac in ssl_Do1stHandshake () from /usr/local/lib/libssl3.so.1 #7 0x2983584b in SSL_ForceHandshake () from /usr/local/lib/libssl3.so.1 #8 0x29658157 in camel_tcp_stream_ssl_enable_ssl (ssl=0x81c7300) at camel-tcp-stream-ssl.c:301 #9 0x29b2c23d in connect_to_server (service=0x81b2000, ssl_mode=1, try_starttls=1, ex=0x81bce58) at camel-imap-store.c:713 #10 0x29b2c8a4 in connect_to_server_wrapper (service=0x81b2000, ex=0x81bce58) at camel-imap-store.c:956 #11 0x29b2d4be in imap_connect_online (service=0x81b2000, ex=0x81bce58) at camel-imap-store.c:1377 #12 0x29614b5f in disco_connect (service=0x81b2000, ex=0x81bce58) at camel-disco-store.c:155 #13 0x2964a728 in camel_service_connect (service=0x81b2000, ex=0x81bce58) at camel-service.c:374 #14 0x29614f28 in disco_get_folder_info (store=0x81b2000, top=0x0, flags=6, ex=0x81bce58) at camel-disco-store.c:245 #15 0x2964f74d in camel_store_get_folder_info (store=0x81b2000, top=0x0, flags=6, ex=0x81bce58) at camel-store.c:774 #16 0x2957cfd4 in get_folderinfo_get (mm=0x81bce40) at mail-ops.c:1117 #17 0x29579f67 in mail_msg_received (e=0x80f97c0, msg=0x81bce40, data=0x0) at mail-mt.c:506 #18 0x280eaade in thread_received_msg (e=0x80f97c0, m=0x81bce40) at e-msgport.c:826 #19 0x280eac6d in thread_dispatch (din=0x80f97c0) at e-msgport.c:907 #20 0x2931a11c in _thread_start () from /usr/lib/libc_r.so.4 #21 0x0 in ?? () (gdb)