public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11
@ 2003-11-29 18:43 cottrell at wfu dot edu
  2003-11-29 18:45 ` [Bug c++/13235] " cottrell at wfu dot edu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: cottrell at wfu dot edu @ 2003-11-29 18:43 UTC (permalink / raw)
  To: gcc-bugs

g++: Internal error: Segmentation fault (program cc1plus)

The above is generated on compiling the sshfs module for lufs,
version 0.9.7, on Linux kernel 2.6.0-test11
http://sourceforge.net/project/showfiles.php?group_id=57332

-- 
           Summary: segfault on compiling lufs modules for linux 2.6.0-
                    test11
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cottrell at wfu dot edu
                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


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


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

* [Bug c++/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
@ 2003-11-29 18:45 ` cottrell at wfu dot edu
  2003-11-29 18:55 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cottrell at wfu dot edu @ 2003-11-29 18:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cottrell at wfu dot edu  2003-11-29 18:45 -------
Created an attachment (id=5235)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5235&action=view)
Preprocessor output


-- 


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


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

* [Bug c++/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
  2003-11-29 18:45 ` [Bug c++/13235] " cottrell at wfu dot edu
@ 2003-11-29 18:55 ` pinskia at gcc dot gnu dot org
  2003-11-29 19:09 ` cottrell at wfu dot edu
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-29 18:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-29 18:55 -------
What options did you supply?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug c++/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
  2003-11-29 18:45 ` [Bug c++/13235] " cottrell at wfu dot edu
  2003-11-29 18:55 ` pinskia at gcc dot gnu dot org
@ 2003-11-29 19:09 ` cottrell at wfu dot edu
  2003-11-30  8:15 ` [Bug optimization/13235] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cottrell at wfu dot edu @ 2003-11-29 19:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cottrell at wfu dot edu  2003-11-29 19:09 -------
(In reply to comment #2)
> What options did you supply?

Initially I configured lufs with "CFLAGS=-O2 --prefix=/usr".  When
the build failed I reconfigured with plain "./configure" and tried
again, with the same result.  The command that produced the error is
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../
-I/usr/src/kernel-devel/modules-extra-2.6/sources/lufs-0.9.7/include -O2 -Wall
-DSSHPROG=\"/usr/local/bin/ssh\" -O2 -Wall -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -MT sshfs.lo -MD -MP -MF .deps/sshfs.Tpo -c sshfs.cpp 
-fPIC -DPIC -o .libs/sshfs.o




-- 


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (2 preceding siblings ...)
  2003-11-29 19:09 ` cottrell at wfu dot edu
@ 2003-11-30  8:15 ` pinskia at gcc dot gnu dot org
  2003-11-30  8:16 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-30  8:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-30 08:15 -------
Marking as invalid to mark it as ....

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
          Component|c++                         |optimization
         Resolution|                            |INVALID


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (3 preceding siblings ...)
  2003-11-30  8:15 ` [Bug optimization/13235] " pinskia at gcc dot gnu dot org
@ 2003-11-30  8:16 ` pinskia at gcc dot gnu dot org
  2003-12-05 13:10 ` bangerth at dealii dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-30  8:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-30 08:16 -------
unconfirmed.
Also most likely this really a target problem.

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


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (4 preceding siblings ...)
  2003-11-30  8:16 ` pinskia at gcc dot gnu dot org
@ 2003-12-05 13:10 ` bangerth at dealii dot org
  2003-12-05 23:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bangerth at dealii dot org @ 2003-12-05 13:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2003-12-05 13:10 -------
This takes an awful lot of memory, so it may be a problem with that. I
don't have the time right now to track this down, though...

W.

-- 


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (5 preceding siblings ...)
  2003-12-05 13:10 ` bangerth at dealii dot org
@ 2003-12-05 23:12 ` pinskia at gcc dot gnu dot org
  2003-12-05 23:59 ` pinskia at gcc dot gnu dot org
  2003-12-08  0:57 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-05 23:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-05 23:12 -------
*** Bug 13327 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |forsberg+gccbugzilla at
                   |                            |lysator dot liu dot se


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (6 preceding siblings ...)
  2003-12-05 23:12 ` pinskia at gcc dot gnu dot org
@ 2003-12-05 23:59 ` pinskia at gcc dot gnu dot org
  2003-12-08  0:57 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-05 23:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |memory-hog


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


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

* [Bug optimization/13235] segfault on compiling lufs modules for linux 2.6.0-test11
  2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
                   ` (7 preceding siblings ...)
  2003-12-05 23:59 ` pinskia at gcc dot gnu dot org
@ 2003-12-08  0:57 ` reichelt at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-12-08  0:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-12-08 00:57 -------
This is already fixed for gcc 3.3.3.


*** This bug has been marked as a duplicate of 12726 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |3.3.3


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


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

end of thread, other threads:[~2003-12-08  0:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-29 18:43 [Bug c++/13235] New: segfault on compiling lufs modules for linux 2.6.0-test11 cottrell at wfu dot edu
2003-11-29 18:45 ` [Bug c++/13235] " cottrell at wfu dot edu
2003-11-29 18:55 ` pinskia at gcc dot gnu dot org
2003-11-29 19:09 ` cottrell at wfu dot edu
2003-11-30  8:15 ` [Bug optimization/13235] " pinskia at gcc dot gnu dot org
2003-11-30  8:16 ` pinskia at gcc dot gnu dot org
2003-12-05 13:10 ` bangerth at dealii dot org
2003-12-05 23:12 ` pinskia at gcc dot gnu dot org
2003-12-05 23:59 ` pinskia at gcc dot gnu dot org
2003-12-08  0:57 ` reichelt 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).