weirdo problem: segfault in locale::_Impl
Rob Taylor
robt@flyingpig.com
Thu Jun 15 08:47:00 GMT 2000
I discovered the problem - there was an error in one of my static ctors. However
the error did manifest itself in a *very* odd way - it only became apparent that
the system had SIG'd itself after configuring libstdc++ with --enable-debug!
Rob
> this must be some configuration problem I'm having here, but I cant figure out
> what's happeing at all..
>
> the program I'm compiling is
>
> #include <iostream>
> #include <stdlib.h>
>
> int main(int argc, char *argv[])
> {
> std::cout << "Hello World\n" << std::endl;
> return 1;
> }
>
> with
> g++ main.c -o main
> (doent get more simple a case, huh?!)
>
> and i get a segfault in locale::_Impl::facet::_M_install_facet(const
> locale::id
> *__idp, facet *__fp)
> due to __index into (*_M_facets) being out of range. __index =
> ++locale::id::_S_highwater.
> anyone got any clue what I've done to break things so badly??!
>
More information about the Libstdc++
mailing list