Mail Archives: djgpp/2002/04/14/15:46:25
On Sun, 14 Apr 2002, Bernd Becker wrote:
> On Sun, 14 Apr 2002 06:52:37 +0300, "Eli Zaretskii"
> <eliz AT is DOT elta DOT co DOT il> 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
- Raw text -