public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/29883]  New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
@ 2006-11-18  6:00 mtrojanovich at doubleclick dot net
  2006-11-18  6:02 ` [Bug c++/29883] " mtrojanovich at doubleclick dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mtrojanovich at doubleclick dot net @ 2006-11-18  6:00 UTC (permalink / raw)
  To: gcc-bugs

29258 looks similar but is unconfirmed.  Perhaps this will be straightforward
to confirm.

COMMAND THAT GENERATED THE ERROR. COMPILING WITH...
$ g++ -Wall -o Employee.h Employee.h -mno-cygwin
Employee.h:169: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

CODE THAT GENERATED THE ERROR...
(attached)

MY g++ VERSION AND INSTALLATION DETAILS...
$ g++ -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr
--exec-pre
fix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib
--mandir=/usr/share/m
an --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc
--enable-nls -
-without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-li
bgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug -
-enable-threads=posix --enable-java-gc=boehm --disable-win32-registry
--enable-sjlj-exce
ptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)

MY ENVIRONMENT...
Time of this report: 11/17/2006, 22:44:19
       Machine name: xxxxx
   Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 2
(2600.xpsp_sp2_gdr.050301-1519)
           Language: English (Regional Setting: English)
System Manufacturer: IBM
       System Model: 2373KRU
               BIOS: Phoenix FirstBIOS(tm) Notebook Pro Version 2.0 for IBM
ThinkPad
          Processor: Intel(R) Pentium(R) M processor 1.70GHz
             Memory: 1534MB RAM
          Page File: 436MB used, 2997MB available
        Windows Dir: C:\WINDOWS
    DirectX Version: DirectX 9.0c (4.09.0000.0904)
DX Setup Parameters: Not found
     DxDiag Version: 5.03.2600.2180 32bit Unicode


-- 
           Summary: i686-pc-cygwin/3.4.4 - internal compiler error:
                    Segmentation fault
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mtrojanovich at doubleclick dot net


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
@ 2006-11-18  6:02 ` mtrojanovich at doubleclick dot net
  2006-11-18  6:31 ` mtrojanovich at doubleclick dot net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mtrojanovich at doubleclick dot net @ 2006-11-18  6:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mtrojanovich at doubleclick dot net  2006-11-18 06:02 -------
Created an attachment (id=12636)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12636&action=view)
Employee base class that caused the error.

No other files related.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
  2006-11-18  6:02 ` [Bug c++/29883] " mtrojanovich at doubleclick dot net
@ 2006-11-18  6:31 ` mtrojanovich at doubleclick dot net
  2006-11-18 11:11 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mtrojanovich at doubleclick dot net @ 2006-11-18  6:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mtrojanovich at doubleclick dot net  2006-11-18 06:31 -------
My first error is in how I'm compiling the library file...  Since that in
itself is faulted I'm dropping severity.  It's user error, but it is also user
error that causes an internal compiler error.


-- 

mtrojanovich at doubleclick dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |trivial


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
  2006-11-18  6:02 ` [Bug c++/29883] " mtrojanovich at doubleclick dot net
  2006-11-18  6:31 ` mtrojanovich at doubleclick dot net
@ 2006-11-18 11:11 ` pinskia at gcc dot gnu dot org
  2006-11-24  2:17 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-18 11:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|trivial                     |normal


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
                   ` (2 preceding siblings ...)
  2006-11-18 11:11 ` pinskia at gcc dot gnu dot org
@ 2006-11-24  2:17 ` pinskia at gcc dot gnu dot org
  2006-11-24  7:44 ` dannysmith at users dot sourceforge dot net
  2009-01-23 16:22 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-24  2:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-11-24 02:17 -------
This works for me in 4.0.4 on i686-linux-gnu.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
                   ` (3 preceding siblings ...)
  2006-11-24  2:17 ` pinskia at gcc dot gnu dot org
@ 2006-11-24  7:44 ` dannysmith at users dot sourceforge dot net
  2009-01-23 16:22 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2006-11-24  7:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dannysmith at users dot sourceforge dot net  2006-11-24 07:43 -------
This works for me too, using same cygwin distro of gcc-3.4.4, same command line
 (g++ -Wall -o Employee.h Employee.h -mno-cygwin), cygwin version 1.5.22. 

Could it be a mmap vs .pch problem that is now fixed in cygwin1.dll?

Also works with mingw (3.4.5, 4.1.2, 4.2.0), but my text editor surely does
have problems with the 6+MB pch file now disguising itself as the input header
file :(.

Danny


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/29883] i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault
  2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
                   ` (4 preceding siblings ...)
  2006-11-24  7:44 ` dannysmith at users dot sourceforge dot net
@ 2009-01-23 16:22 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-01-23 16:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-01-23 16:22 -------
GCC 3.4.4 is no longer maintained.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-23 16:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-18  6:00 [Bug c++/29883] New: i686-pc-cygwin/3.4.4 - internal compiler error: Segmentation fault mtrojanovich at doubleclick dot net
2006-11-18  6:02 ` [Bug c++/29883] " mtrojanovich at doubleclick dot net
2006-11-18  6:31 ` mtrojanovich at doubleclick dot net
2006-11-18 11:11 ` pinskia at gcc dot gnu dot org
2006-11-24  2:17 ` pinskia at gcc dot gnu dot org
2006-11-24  7:44 ` dannysmith at users dot sourceforge dot net
2009-01-23 16:22 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).