public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13880] New: Segfault building Boost 1.30.2
@ 2004-01-27  9:32 peturr02 at ru dot is
  2004-01-27  9:34 ` [Bug c++/13880] " peturr02 at ru dot is
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: peturr02 at ru dot is @ 2004-01-27  9:32 UTC (permalink / raw)
  To: gcc-bugs

I got this when attempting to build Boost 1.30.2 with gcc-3.4-20040121
snapshot:

gcc-C++-action libs/python/build/bin/libboost_python.so/gcc/debug/runtime-link-
dynamic/shared-linkable-true/class.o
libs/python/build/../src/object/class.cpp: In member function `void 
boost::python::instance_holder::install(PyObject*)':
libs/python/build/../src/object/class.cpp:108: 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.

    /usr/local/bin//g++0121  -c -Wall -ftemplate-depth-100  -
DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_SOURCE  -g -O0 -fno-inline -fPIC   -
I"libs/python/build"  -I "/usr/include/python2.2" -I "/home/petur/lib/boost-
1.30.2-gcc-3.4"  -o "libs/python/build/bin/libboost_python.so/gcc/debug/runtime-
link-dynamic/shared-linkable-
true/class.o"  "libs/python/build/../src/object/class.cpp" 

...failed gcc-C++-action 
libs/python/build/bin/libboost_python.so/gcc/debug/runtime-link-dynamic/shared-
linkable-true/class.o...

g++ -v output:
[petur@interim lib]$ g++0121 -v Reading specs from /usr/local/lib/gcc/i686-pc-
linux-gnu/3.4.0/specs Configured with: ../gcc-3.4-20040121/configure --program-
suffix=0121 --enable-threads=posix --enable-version-specific-runtime-libs --
enable-languages=c,c++
Thread model: posix
gcc version 3.4.0 20040121 (prerelease)

Command line used to build boost:
[petur@interim lib]$ bjam "-sPYTHON_ROOT=/usr" "-sPYTHON_VERSION=2.2" "-
sGXX=g++0121" "-sGCC=gcc0121" "-sGCC_ROOT_DIRECTORY=/usr/local" "-
sGCC_STDLIB_DIRECTORY=/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.0"  "-sTOOLS=gcc"

-- 
           Summary: Segfault building Boost 1.30.2
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peturr02 at ru dot is
                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=13880


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

* [Bug c++/13880] Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
@ 2004-01-27  9:34 ` peturr02 at ru dot is
  2004-01-27  9:37 ` peturr02 at ru dot is
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: peturr02 at ru dot is @ 2004-01-27  9:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peturr02 at ru dot is  2004-01-27 09:34 -------
Created an attachment (id=5591)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5591&action=view)
Preprocessed source


-- 


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


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

* [Bug c++/13880] Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
  2004-01-27  9:34 ` [Bug c++/13880] " peturr02 at ru dot is
@ 2004-01-27  9:37 ` peturr02 at ru dot is
  2004-01-27 10:00 ` larsbj at gullik dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: peturr02 at ru dot is @ 2004-01-27  9:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peturr02 at ru dot is  2004-01-27 09:37 -------
Created an attachment (id=5592)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5592&action=view)
Changes made to Boost

These are changes made to Boost configuration to make it handle GCC 3.4.


-- 


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


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

* [Bug c++/13880] Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
  2004-01-27  9:34 ` [Bug c++/13880] " peturr02 at ru dot is
  2004-01-27  9:37 ` peturr02 at ru dot is
@ 2004-01-27 10:00 ` larsbj at gullik dot net
  2004-01-27 10:00 ` [Bug c++/13880] New: " Lars Gullik Bjønnes
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: larsbj at gullik dot net @ 2004-01-27 10:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From larsbj at gullik dot net  2004-01-27 10:00 -------
Subject: Re:  New: Segfault building Boost 1.30.2

"peturr02 at ru dot is" <gcc-bugzilla@gcc.gnu.org> writes:

| I got this when attempting to build Boost 1.30.2 with gcc-3.4-20040121
| snapshot:
>
| gcc-C++-action libs/python/build/bin/libboost_python.so/gcc/debug/runtime-link-
| dynamic/shared-linkable-true/class.o
| libs/python/build/../src/object/class.cpp: In member function `void 
| boost::python::instance_holder::install(PyObject*)':
| libs/python/build/../src/object/class.cpp:108: internal compiler error: 
| Segmentation fault

Note that I see the same with the boost 1.31.0 release candidate.
(or something very similar.)



-- 


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


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

* Re: [Bug c++/13880] New: Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
                   ` (2 preceding siblings ...)
  2004-01-27 10:00 ` larsbj at gullik dot net
@ 2004-01-27 10:00 ` Lars Gullik Bjønnes
  2004-01-27 16:21 ` [Bug c++/13880] " pinskia at gcc dot gnu dot org
  2004-01-27 16:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: Lars Gullik Bjønnes @ 2004-01-27 10:00 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

"peturr02 at ru dot is" <gcc-bugzilla@gcc.gnu.org> writes:

| I got this when attempting to build Boost 1.30.2 with gcc-3.4-20040121
| snapshot:
>
| gcc-C++-action libs/python/build/bin/libboost_python.so/gcc/debug/runtime-link-
| dynamic/shared-linkable-true/class.o
| libs/python/build/../src/object/class.cpp: In member function `void 
| boost::python::instance_holder::install(PyObject*)':
| libs/python/build/../src/object/class.cpp:108: internal compiler error: 
| Segmentation fault

Note that I see the same with the boost 1.31.0 release candidate.
(or something very similar.)

-- 
	Lgb


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

* [Bug c++/13880] Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
                   ` (3 preceding siblings ...)
  2004-01-27 10:00 ` [Bug c++/13880] New: " Lars Gullik Bjønnes
@ 2004-01-27 16:21 ` pinskia at gcc dot gnu dot org
  2004-01-27 16:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-27 16:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 16:21 -------
I cannot reproduce this in 3.5.0 20040127.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug c++/13880] Segfault building Boost 1.30.2
  2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
                   ` (4 preceding siblings ...)
  2004-01-27 16:21 ` [Bug c++/13880] " pinskia at gcc dot gnu dot org
@ 2004-01-27 16:26 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-27 16:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-27 16:26 -------
Okay I know what bug this is without looking further:
void instance_holder::install(PyObject* self) throw()
{
 ...
__PRETTY_FUNCTION__
...
}

This is a dup of bug 13701. I caused it while trying to fix an other regression but it is already fixed.

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

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


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


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

end of thread, other threads:[~2004-01-27 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-27  9:32 [Bug c++/13880] New: Segfault building Boost 1.30.2 peturr02 at ru dot is
2004-01-27  9:34 ` [Bug c++/13880] " peturr02 at ru dot is
2004-01-27  9:37 ` peturr02 at ru dot is
2004-01-27 10:00 ` larsbj at gullik dot net
2004-01-27 10:00 ` [Bug c++/13880] New: " Lars Gullik Bjønnes
2004-01-27 16:21 ` [Bug c++/13880] " pinskia at gcc dot gnu dot org
2004-01-27 16:26 ` pinskia 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).