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]
Other format: [Raw text]

[Bug c++/11642] New: Segment violation when compiling


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11642

           Summary: Segment violation when compiling
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: guy dot voncken at waagner-biro dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

Dear gcc team,

when compiling a file (that I will attach to this message later on), I get a
segment violation. I tested many times, on 2 different computers and the error
was reproducible by 100%.

Some useful information:

1) When entering "c++ my_cpp_after_preprocessor.ii" on the command line, I get
the following error:
   drivedialog.cpp:36: internal error: Segmentation fault
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <URL:http://gcc.gnu.org/bugs.html> for instructions.

2) g++ information (by entering "g++ -v"):
   Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
   Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada   
   --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
   --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared 
   --with-system-zlib --enable-nls --without-included-gettext 
   --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux
   Thread model: posix
   gcc version 3.2.3 (Debian)


Many thanks for your help!

Guy Voncken
Luxembourg


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