From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 11 21:27:22 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 98CA116A4CE for ; Sat, 11 Dec 2004 21:27:22 +0000 (GMT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D4F43D5A for ; Sat, 11 Dec 2004 21:27:22 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id iBBLRL1x095681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Dec 2004 16:27:21 -0500 (EST) (envelope-from mi@aldan.algebra.com) Received: (from mi@localhost) by aldan.algebra.com (8.13.1/8.13.1/Submit) id iBBLRK15095680 for gnome@FreeBSD.org; Sat, 11 Dec 2004 16:27:20 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200412112127.iBBLRK15095680@aldan.algebra.com> To: gnome@FreeBSD.org Date: Sat, 11 Dec 2004 16:27:20 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w y+z3/UR{6SCQ X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: newly built AbiWord-2.2 dies on startup 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, 11 Dec 2004 21:27:22 -0000 Hello! The AbiWord-2.0 worked and, thankfully, continues to work with only occasional crashes. The newly built and installed next to the older brethren AbiWord-2.2, however, segfaults on startup (after showing the logo) with the following core: #0 0x2936d14f in kill () from /lib/libc.so.5 #1 0x2921fdd6 in raise () from /usr/lib/libpthread.so.1 #2 0x293e10b2 in abort () from /lib/libc.so.5 #3 0x08130929 in AP_UnixApp::catchSignals () #4 0x0813085a in signalWrapper () #5 0x2922524a in sigaction () from /usr/lib/libpthread.so.1 #6 0xbfbfff94 in ?? () #7 0x0000000a in ?? () #8 0xbfbfe520 in ?? () #9 0xbfbfe260 in ?? () #10 0x00000000 in ?? () #11 0x29224f30 in sigaction () from /usr/lib/libpthread.so.1 #12 0x0826ca9e in EV_UnixMenu::synthesizeMenu () #13 0x0826d63f in EV_UnixMenuBar::synthesizeMenuBar () #14 0x08236b6e in XAP_UnixFrameImpl::createTopLevelWindow () #15 0x081334a2 in AP_UnixFrameImpl::_createWindow () #16 0x08131a9b in AP_UnixFrame::initialize () #17 0x0812e2c6 in AP_UnixApp::newFrame () #18 0x08135e36 in AP_App::openCmdLineFiles () #19 0x08130125 in AP_UnixApp::main () #20 0x0812d996 in main () is this because the older version is still installed, or for some other reason? Thanks! -mi