From owner-freebsd-openoffice Sun Jul 21 11:46:14 2002 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 C6A3237B400 for ; Sun, 21 Jul 2002 11:46:12 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553B943E4A for ; Sun, 21 Jul 2002 11:46:12 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [67.114.252.235] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 21 Jul 2002 12:46:17 -0600 Message-ID: <3D3B0293.6000104@myrealbox.com> Date: Sun, 21 Jul 2002 11:50:59 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020714 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp Cc: freebsd-openoffice@FreeBSD.ORG Subject: Re: More about segfaults on -current References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martin Blapp wrote: > Please start it from gdb and show me a usable trace. I need just a small push in the right direction, if you would be so kind: If I run 'setup' from gdb it gives me a 'not an executable format' which I guess is because 'setup' is a shellscript? If I use gdb to do a backtrace on the coredump I get this: Core was generated by `setup.bin'. Program terminated with signal 11, Segmentation fault. #0 0x293c261e in ?? () (gdb) bt #0 0x293c261e in ?? () #1 0x293c33c5 in ?? () #2 0x293a0665 in ?? () #3 0x2939ec3e in ?? () #4 0x293a1c3b in ?? () #5 0x2939c1d4 in ?? () #6 0x28664c04 in ?? () #7 0x28665601 in ?? () #8 0x2866861a in ?? () #9 0x285f0592 in ?? () #10 0x285beb60 in ?? () #11 0x285becb2 in ?? () #12 0x28604b50 in ?? () #13 0x28604ded in ?? () #14 0x08060396 in ?? () #15 0x0805885b in ?? () #16 0x080601b7 in ?? () #17 0x08060191 in ?? () #18 0x0805776d in ?? () (gdb) quit This doesn't look very useful to me. I would guess that perhaps I would want to recompile openoffice with the -DWITH_DEBUG flag and try again? I will assume this is the right thing to do and start the recompile now. You can tell I have little debugging experience but I would like to learn. Any hints would be much appreciated. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message