This is the mail archive of the gcc-bugs@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]

c++/1035: internal error (seg fault) in bits/std_iostream.h



>Number:         1035
>Category:       c++
>Synopsis:       internal error (seg fault) in bits/std_iostream.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 11 04:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     ritzert@linux.globe-tec.de
>Release:        2.97 CVS 2000-12-10 (2000CET)
>Organization:
>Environment:
Linux 2.2.14
i686-pc-linux-gnu
>Description:
full output from gcc -v:
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.97/specs
Configured with: ../gcc/configure --enable-languages=c++ --enable-threads --prefix=/usr
gcc version 2.97 20001210 (experimental)

When compiling ORBacus 4.0.3 (http://www.ooc.com) I receive the following error:
c++ -c -I. -I../../include -I/opt/JTC-gcc/include  -I/usr/include/g++-v3/backward  -fPIC -Wall -fpermissive IFR3.cpp
/usr/include/g++-v3/bits/std_iostream.h: In destructor `virtual
   CORBA::StructDef::~StructDef()':
/usr/include/g++-v3/bits/std_iostream.h:55: Internal error:
   Speicherzugriffsfehler.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

I'm afraid I can't provide a code sample to reproduce the error since it happens somewhere deep in the include hierachy and so far I wasn't able to reproduce it in a more simple environment.
A note: OB 4.0.3 need an additional -I/usr/include/g++-v3/backward to compile.

If it would be helpful I can compile gcc with debug enabled and try to get a stack trace after the seg fault.
>How-To-Repeat:
Compiling ORBacus 4.0.3 produces the bug repeatedly here.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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