From owner-freebsd-current@FreeBSD.ORG Mon Jun 2 23:11:14 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 BE74737B401; Mon, 2 Jun 2003 23:11:14 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8553C43F93; Mon, 2 Jun 2003 23:11:13 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h536B8EU084083; Tue, 3 Jun 2003 08:11:08 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 3 Jun 2003 08:11:08 +0200 (CEST) From: Martin Blapp To: "M. Warner Losh" In-Reply-To: <20030602.215220.73651879.imp@bsdimp.com> Message-ID: <20030603081010.M71313@cvs.imp.ch> References: <20030602180313.S71313@cvs.imp.ch> <20030602.215220.73651879.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 06:11:15 -0000 Hi, > -frtti is required for dynamic_cast(expr) to work. so if it is > broken, then you've got big problems. Lokks like you are definitly right: grep dynamic `find ./ -name "*.c*"` ./source/ary/cpp/c_class.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_define.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_enum.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_enuval.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_funct.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_macro.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* >(&o_rOut); ./source/ary/cpp/c_namesp.cxx: ary::cpp::Display * pD = dynamic_cast< ary::cpp::Display* Martin