From owner-freebsd-openoffice@FreeBSD.ORG Sat Jul 8 12:11:06 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org 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 7B96E16A4DF for ; Sat, 8 Jul 2006 12:11:06 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.imap.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4F343D4C for ; Sat, 8 Jul 2006 12:11:00 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-44-156-246.hsd1.nj.comcast.net [68.44.156.246]) by b.mx.visualtech.com (Postfix) with ESMTP id 9F6E84EEC for ; Sat, 8 Jul 2006 08:10:57 -0400 (EDT) Message-ID: <44AFA0CA.2060707@voicenet.com> Date: Sat, 08 Jul 2006 08:10:50 -0400 From: Adam K Kirchhoff User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Core dump with 2.0.3rc7 + -CURRENT X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 12:11:06 -0000 Hello all, I have two separate machines running 7.0-CURRENT: a dual Xeon and an Athlon XP laptop. I've grabbed the 2.0.3rc7 openoffice build (for 6.1-RELEASE) and installed it on both machines. It works great on the dual Xeon, but segfaults on the laptop. After the core dump, I have two core files left in my home directory: javaldx.core and soffice.bin.core. It sounds much like http://www.monkey.org/freebsd/archive/freebsd-ports-bugs/200412/msg00862.html, but with a much newer version of openoffice. Out of curiousity, I tried running soffice.bin directly through gdb (after setting the LD_LIBRARY_PATH variable to /usr/local/openoffice.org-2.0.3rc7/program). This is what I get: [ adamk@scroll - /usr/local/openoffice.org-2.0.3rc7/program ]: gdb ./soffice.bin GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... (gdb) run Starting program: /usr/local/openoffice.org-2.0.3rc7/program/soffice.bin (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100096] (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 100096] 0x28ff54a6 in pthread_setcancelstate () from /lib/libpthread.so.2 (gdb) bt #0 0x28ff54a6 in pthread_setcancelstate () from /lib/libpthread.so.2 #1 0x28fe6710 in pthread_create () from /lib/libpthread.so.2 #2 0x28ff22de in pthread_join () from /lib/libpthread.so.2 #3 0x28ff61e2 in pthread_testcancel () from /lib/libpthread.so.2 #4 0x28ff7971 in __error () from /lib/libpthread.so.2 #5 0x28fddc19 in ?? () from /lib/libpthread.so.2 #6 0xbfbfe8b8 in ?? () #7 0x280ab118 in ?? () from /libexec/ld-elf.so.1 #8 0xbfbfe868 in ?? () #9 0x2808b0d5 in _rtld_error () from /libexec/ld-elf.so.1 #10 0x2808ea93 in _rtld () from /libexec/ld-elf.so.1 #11 0x2808a8f2 in .rtld_start () from /libexec/ld-elf.so.1 Any ideas on what's wrong? Adam