This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
help : SEGV in libstdc++-v3 in RedHat 8.0
- From: Arul Wilson <arulw at us dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 22 Jan 2003 18:15:00 -0800
- Subject: help : SEGV in libstdc++-v3 in RedHat 8.0
Hello,
I have used Intel Compiler Version 7.0 in RedHat 8.0 and compiled
our programs.
While running the program I get "Segmentation violation". I have given
below the Stack Trace.
When I tried the same program with same compiler in RedHat 7.2, It worked
fine.
Could anyone please help me to understand what the problems is and advise
me to fix this.
0x41f85759 in std::ctype<char> const& std::use_facet<std::ctype<char>
>(std::loc
ale const&) (__loc=@0xc) at ../../../../libstdc++-v3/src/locale.cc:512
512 ../../../../libstdc++-v3/src/locale.cc: No such file or directory.
in ../../../../libstdc++-v3/src/locale.cc
(gdb) bt
#0 0x41f85759 in std::ctype<char> const& std::use_facet<std::ctype<char>
>(std:
:locale const&) (__loc=@0xc) at ../../../../libstdc++-v3/src/locale.cc:512
#1 0x0805bc79 in std::endl (_Ostr=@0x80c4558) at ostream:849
#2 0x08057980 in operator<< (this=0x80c4558, _Pfn=0x805bc48 <std::endl>)
at ostream:119
#3 0x08054604 in main (argc=1, argv=0xbffff774) at
test/mdapiclient.cpp:328
#4 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
thanks
wilson