This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Segmentation fault /SGI/ ios::init()



I am porting to Sgi (irix64) an application that has been compiled in AIX,
Linux and Solaris using g++. However, I am getting a segmentation fault at
ios::init() during the code initialization. Is this a known g++/sgi 2.95.2
problem of the g++ distributed by freeware.sgi.com?

#0  ios::init () at stream.cxx:43
43      stream.cxx: No such file or directory.
(gdb) up
#1  0xac92b2c in ostream_withassign::operator= () at stream.cxx:290
290     in stream.cxx
(gdb) up
#2  0xac852c0 in Iostream_init::__ct () at cstreams.cxx:63
63      cstreams.cxx: No such file or directory.

Cheers -- ulisses.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]