From owner-freebsd-current@FreeBSD.ORG Mon Jun 2 20:52:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9093B37B401; Mon, 2 Jun 2003 20:52:37 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37BA43FB1; Mon, 2 Jun 2003 20:52:36 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h533qZkA009320; Mon, 2 Jun 2003 21:52:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Jun 2003 21:52:20 -0600 (MDT) Message-Id: <20030602.215220.73651879.imp@bsdimp.com> To: mb@imp.ch From: "M. Warner Losh" In-Reply-To: <20030602180313.S71313@cvs.imp.ch> References: <20030602180313.S71313@cvs.imp.ch> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: kan@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: OpenOffice-devel: repeatable coredump with sun autodoc in libstd++ X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 03:52:37 -0000 In message: <20030602180313.S71313@cvs.imp.ch> Martin Blapp writes: : I'm still working to get OpenOffice1.1Beta2 ready, but am now stuck with : a segfault. The compile currently aborts on many places where -frtti is : used, so everybody is using -fno-rtti these days. But here I get serious : trouble with autodoc ... : : For some strange reason it didn't happen with -frtti, it happens only with : -fno-rtti. -frtti is required for dynamic_cast(expr) to work. so if it is broken, then you've got big problems. Warner