X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 14 Apr 2002 22:46:14 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Bernd Becker Cc: djgpp AT delorie DOT com Subject: Re: GPP 3.04: unknown (to me) error in crash log In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 14 Apr 2002, Bernd Becker wrote: > On Sun, 14 Apr 2002 06:52:37 +0300, "Eli Zaretskii" > wrote: > > >You said: > > > > I searched in the 'info' directory and with 'Google' on the web for > > some information about the '___cxa_bad_typeid' error but neither was > > successful. Does anybody here know what this error message means ?? > > > >I understood ``this error message'' as a reference to the crashe > >message printed when the program segfaults. What other message was > >in your post? > ??Huh?? > Sorry, but no matter how I read that question, I ask what > ___cxa_bad_typeid means and nothing else. It's from libstdcxx.a and it's for C++ runtime internal use Download gcc304s.zip and see file gnu/gcc-3.04/libstdc++-v3/libsupc++/eh_aux_runtime.cc for more details (make sure You're unpacking archive on system which supports LFN!, and be warned that archive gcc304s.zip is large) Believe me, it's not very interesting, only throwing appropriate exception. Andris