From owner-freebsd-openoffice@FreeBSD.ORG Tue Dec 21 19:00:46 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C748B16A4CE for ; Tue, 21 Dec 2004 19:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8564543D2D for ; Tue, 21 Dec 2004 19:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBLJ0kUu097970 for ; Tue, 21 Dec 2004 19:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBLJ0kY2097969; Tue, 21 Dec 2004 19:00:46 GMT (envelope-from gnats) Date: Tue, 21 Dec 2004 19:00:46 GMT Message-Id: <200412211900.iBLJ0kY2097969@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Jason Bacon Subject: Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Bacon List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 19:00:46 -0000 The following reply was made to PR ports/75039; it has been noted by GNATS. From: Jason Bacon To: freebsd-gnats-submit@freebsd.org, bacon@smithers.neuro.mcw.edu Cc: Subject: Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup Date: Tue, 21 Dec 2004 12:51:44 -0600 Some followup info: Everything else on this system is working well, except that "dd" writing to a floppy is terribly slow. Ran openoffice on a Pentium II 350 system installed from the same CD - no problems. Also ran openoffice on a 5.3-RC1 system - again, no problems. Ran several passes of memtest86 on the K6-2, AND tried replacing memory chip. Javaldx and soffice still crash. Reassembled the machine to ensure all connections are secure and clean. Rebuilt the kernel. Tried to build openoffice from port: [snip] Making Module-Definitionfile : ../unxfbsd.pro/misc/sal.def just a dummy for UNIX cp -f /usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/solenv/src/default_description.xml ../unxfbsd.pro/misc/sal.xml xml2cmp -func ../unxfbsd.pro/misc/sal_description.cxx ../unxfbsd.pro/misc/sal.xml Segmentation fault (core dumped) dmake: Error code 139, while making '../unxfbsd.pro/misc/sal_description.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/sal/util dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice-1.1. <<>> /usr/ports/editors/openoffice-1.1 47 # Interestingly enough, the build process, like javaldx, crashed during a call to the pthread library: (gdb) where #0 0x2809f46c in pthread_setconcurrency () from /usr/lib/libpthread.so.1 #1 0x2809e9a6 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 #2 0x2809f84f in pthread_setconcurrency () from /usr/lib/libpthread.so.1 #3 0x280a2e76 in pthread_testcancel () from /usr/lib/libpthread.so.1 #4 0x280a3fee in __error () from /usr/lib/libpthread.so.1 #5 0x2808b792 in ?? () from /usr/lib/libpthread.so.1 #6 0x2805ffc9 in find_symdef () from /usr/libexec/ld-elf.so.1 #7 0x2805ed73 in _rtld () from /usr/libexec/ld-elf.so.1 #8 0x2805e836 in .rtld_start () from /usr/libexec/ld-elf.so.1 Could there be a problem with pthread specific to the K6-2?