public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11735] New: internal compiler error: Segmentation fault
@ 2003-07-30 21:13 sapdb at komadev dot de
  2003-07-30 21:39 ` [Bug c++/11735] [3.3 Regression] " pinskia at physics dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sapdb at komadev dot de @ 2003-07-30 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sapdb at komadev dot de
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: freebsd5-CURRENT

- I am porting sapdb on FreeBSD, on a FreeBSD 5-CURRENT from July 30th.
- In there i have gcc version 3.3.1 [FreeBSD] 20030711 (prerelease).
- While compiling i get an "internal compiler error: Segmentation fault",
making it impossible to compile the complete project. 
- The bug has been reported on another machine too.
- On gcc 3.2 it worked fine.

To compile i do :

[root@devil:/usr/sapdb/src/FreeBSD/sys/wrk/fast/tmp] # c++ -D_THREAD_SAFE -
DFREEBSD_DEBUG -DPTHREADS -DFREEBSD_THREADS -DREL30 -DFREEBSD -DI386 -DSAG -
I/usr/local/sapdb/depend/incl -I/projects/sapdb/FreeBSD/sys/wrk/incl -
I/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB -DSYSV -D_SVID -
I/usr/include/ncurses -w -Wall -D_FILE_OFFSET_BITS=64 -DSAPDB_FAST -
D_REENTRANT -O3 -march=pentium -mcpu=pentiumpro -I/usr/sapdb/DevTools.74/incl -
D_THREAD_SAFE -DFREEBSD_DEBUG -DPTHREADS -DFREEBSD_THREADS -c vkb641.cpp -v -
save-temps
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.1 [FreeBSD] 20030711 (prerelease)
 /usr/libexec/cc1plus -E -D__GNUG__=3 -quiet -v -I/usr/local/sapdb/depend/incl -
I/projects/sapdb/FreeBSD/sys/wrk/incl -
I/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB -I/usr/include/ncurses -
I/usr/sapdb/DevTools.74/incl -D__GNUC__=3 -D__GNUC_MINOR__=3 -
D__GNUC_PATCHLEVEL__=1 -D_LONGLONG -D_THREAD_SAFE -DFREEBSD_DEBUG -DPTHREADS -
DFREEBSD_THREADS -DREL30 -DFREEBSD -DI386 -DSAG -DSYSV -D_SVID -
D_FILE_OFFSET_BITS=64 -DSAPDB_FAST -D_REENTRANT -D_THREAD_SAFE -DFREEBSD_DEBUG -
DPTHREADS -DFREEBSD_THREADS vkb641.cpp -march=pentium -mcpu=pentiumpro -Wall -
w -O3 vkb641.ii
ignoring nonexistent directory "/usr/include/ncurses"
ignoring duplicate directory "/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/sapdb/depend/incl
 /projects/sapdb/FreeBSD/sys/wrk/incl
 /projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB
 /usr/sapdb/DevTools.74/incl
 /usr/include/c++/3.3
 /usr/include/c++/3.3/backward
 /usr/include
End of search list.
 /usr/libexec/cc1plus -fpreprocessed vkb641.ii -quiet -dumpbase vkb641.cpp -
march=pentium -mcpu=pentiumpro -auxbase vkb641 -O3 -Wall -w -version -o vkb641.s
GNU C++ version 3.3.1 [FreeBSD] 20030711 (prerelease) (i386-undermydesk-freebsd)
        compiled by GNU C version 3.3.1 [FreeBSD] 20030711 (prerelease).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
In file included 
from /projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB/Logging/Log_Transaction.hpp:69,
                 from vkb641.cpp:50:
/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB/DataAccess/Data_SplitSpace.hpp: In 
   member function `void Data_SplitSpace<T>::Deassign(bool) [with T = 
   Log_UndoPage]':
/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB/DataAccess/Data_ChainSplitSpaceBackwa
rdRead.hpp:168:   instantiated from `void 
Data_ChainSplitSpaceBackwardRead<PAGE>::Iterator::Invalidate(bool) [with PAGE = 
Log_UndoPage]'
/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB/Logging/Log_UndoFile.hpp:304:   
instantiated from here
/projects/sapdb/FreeBSD/sys/wrk/incl/SAPDB/DataAccess/Data_SplitSpace.hpp:319: 
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.
[root@devil:/usr/sapdb/src/FreeBSD/sys/wrk/fast/tmp] # 
[root@devil:/usr/sapdb/src/FreeBSD/sys/wrk/fast/tmp] # gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.1 [FreeBSD] 20030711 (prerelease)

It might be pretty hard to send all used files, because the complete projects 
is ~100mb source.

If you need the precompiled code or any of the headers, please contact me.


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

* [Bug c++/11735] [3.3 Regression] internal compiler error: Segmentation fault
  2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
@ 2003-07-30 21:39 ` pinskia at physics dot uc dot edu
  2003-07-30 23:34 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30 21:39 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
 GCC target triplet|freebsd5-CURRENT            |i386-pc-freebsd5
           Keywords|                            |ice-on-valid-code
            Summary|internal compiler error:    |[3.3 Regression] internal
                   |Segmentation fault          |compiler error: Segmentation
                   |                            |fault
   Target Milestone|3.4                         |3.3.2


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 21:39 -------
We need the preprocessed file.


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

* [Bug c++/11735] [3.3 Regression] internal compiler error: Segmentation fault
  2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
  2003-07-30 21:39 ` [Bug c++/11735] [3.3 Regression] " pinskia at physics dot uc dot edu
@ 2003-07-30 23:34 ` pinskia at physics dot uc dot edu
  2003-07-30 23:35 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30 23:34 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
           Priority|P2                          |P1
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 23:34 -------
I can confirm this on 3.3 (20030707).  And it does not seg fault in 3.2.3 and the mainline 
(20030730) but I do not have the time to reduce this so marking as invalid so it can be 
marked as ....


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

* [Bug c++/11735] [3.3 Regression] internal compiler error: Segmentation fault
  2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
  2003-07-30 21:39 ` [Bug c++/11735] [3.3 Regression] " pinskia at physics dot uc dot edu
  2003-07-30 23:34 ` pinskia at physics dot uc dot edu
@ 2003-07-30 23:35 ` pinskia at physics dot uc dot edu
  2003-07-30 23:44 ` pinskia at physics dot uc dot edu
  2003-07-31  3:58 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30 23:35 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 23:34 -------
As unconfirmed for someone else to reduce.


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

* [Bug c++/11735] [3.3 Regression] internal compiler error: Segmentation fault
  2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
                   ` (2 preceding siblings ...)
  2003-07-30 23:35 ` pinskia at physics dot uc dot edu
@ 2003-07-30 23:44 ` pinskia at physics dot uc dot edu
  2003-07-31  3:58 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-30 23:44 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-30 23:44 -------
According to Phil's regression hunter this is already fixed in 3.3.1 (20030729).
I also cannot reproduce it on 3.3.1 (20030714).
So this is fixed for 3.3.1 which should be released in the next two weeks.
Since you are already using a prelease I would update your prelease.


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

* [Bug c++/11735] [3.3 Regression] internal compiler error: Segmentation fault
  2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
                   ` (3 preceding siblings ...)
  2003-07-30 23:44 ` pinskia at physics dot uc dot edu
@ 2003-07-31  3:58 ` pinskia at physics dot uc dot edu
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-31  3:58 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.1


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

end of thread, other threads:[~2003-07-31  3:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-30 21:13 [Bug c++/11735] New: internal compiler error: Segmentation fault sapdb at komadev dot de
2003-07-30 21:39 ` [Bug c++/11735] [3.3 Regression] " pinskia at physics dot uc dot edu
2003-07-30 23:34 ` pinskia at physics dot uc dot edu
2003-07-30 23:35 ` pinskia at physics dot uc dot edu
2003-07-30 23:44 ` pinskia at physics dot uc dot edu
2003-07-31  3:58 ` pinskia at physics dot uc dot edu

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).