public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/50990] New: vector.tcc:373:5: internal compiler error:
@ 2011-11-04  9:52 mathieu.malaterre at gmail dot com
  2011-11-04 10:36 ` [Bug c++/50990] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mathieu.malaterre at gmail dot com @ 2011-11-04  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50990
           Summary: vector.tcc:373:5: internal compiler error:
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mathieu.malaterre@gmail.com


I am getting an ICE with gcc 4.6.1 on sparc64 architecture:

In file included from /usr/include/c++/4.6/vector:70:0,
                 from
/build/buildd-vxl_1.14.0-11-sparc64-7PtzH6/vxl-1.14.0/vcl/iso/vcl_vector.h:6,
                 from
/build/buildd-vxl_1.14.0-11-sparc64-7PtzH6/vxl-1.14.0/vcl/vcl_vector.h:16,
                 from
/build/buildd-vxl_1.14.0-11-sparc64-7PtzH6/vxl-1.14.0/core/vsl/vsl_basic_xml_element.h:10,
                 from
/build/buildd-vxl_1.14.0-11-sparc64-7PtzH6/vxl-1.14.0/core/vsl/vsl_basic_xml_element.cxx:2:
/usr/include/c++/4.6/bits/vector.tcc: In member function 'void std::vector<_Tp,
_Alloc>::_M_insert_aux(std::vector<_Tp, _Alloc>::iterator, const _Tp&) [with
_Tp = std::pair<std::basic_string<char>, std::basic_string<char> >, _Alloc =
std::allocator<std::pair<std::basic_string<char>, std::basic_string<char> > >,
std::vector<_Tp, _Alloc>::iterator =
__gnu_cxx::__normal_iterator<std::pair<std::basic_string<char>,
std::basic_string<char> >*, std::vector<std::pair<std::basic_string<char>,
std::basic_string<char> > > >, typename std::_Vector_base<_Tp,
_Alloc>::_Tp_alloc_type::pointer = std::pair<std::basic_string<char>,
std::basic_string<char> >*]':
/usr/include/c++/4.6/bits/vector.tcc:373:5: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.

See full log at:
http://buildd.debian-ports.org/status/fetch.php?pkg=vxl&arch=sparc64&ver=1.14.0-11&stamp=1320254572


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

* [Bug c++/50990] vector.tcc:373:5: internal compiler error:
  2011-11-04  9:52 [Bug c++/50990] New: vector.tcc:373:5: internal compiler error: mathieu.malaterre at gmail dot com
@ 2011-11-04 10:36 ` redi at gcc dot gnu.org
  2011-11-04 10:50 ` mathieu.malaterre at gmail dot com
  2011-11-05 13:41 ` mathieu.malaterre at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-04 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011-11-04
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-04 10:35:45 UTC ---
Please see http://gcc.gnu.org/bugs/


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

* [Bug c++/50990] vector.tcc:373:5: internal compiler error:
  2011-11-04  9:52 [Bug c++/50990] New: vector.tcc:373:5: internal compiler error: mathieu.malaterre at gmail dot com
  2011-11-04 10:36 ` [Bug c++/50990] " redi at gcc dot gnu.org
@ 2011-11-04 10:50 ` mathieu.malaterre at gmail dot com
  2011-11-05 13:41 ` mathieu.malaterre at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mathieu.malaterre at gmail dot com @ 2011-11-04 10:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Mathieu Malaterre <mathieu.malaterre at gmail dot com> 2011-11-04 10:50:30 UTC ---
Once I get the -save-temps output, I'll post them ASAP here:

http://lists.debian.org/debian-sparc/2011/11/msg00008.html

I do not have direct access to this box.

Thanks.


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

* [Bug c++/50990] vector.tcc:373:5: internal compiler error:
  2011-11-04  9:52 [Bug c++/50990] New: vector.tcc:373:5: internal compiler error: mathieu.malaterre at gmail dot com
  2011-11-04 10:36 ` [Bug c++/50990] " redi at gcc dot gnu.org
  2011-11-04 10:50 ` mathieu.malaterre at gmail dot com
@ 2011-11-05 13:41 ` mathieu.malaterre at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mathieu.malaterre at gmail dot com @ 2011-11-05 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

Mathieu Malaterre <mathieu.malaterre at gmail dot com> changed:

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

--- Comment #3 from Mathieu Malaterre <mathieu.malaterre at gmail dot com> 2011-11-05 13:41:05 UTC ---
Quoting one of the sparc64 admin:

...
The problem is not GCC, but rather the machine currently used for the
sparc64 build daemon, which is slowly dying (likely a memory issue).
Most of the ICE appearing when build packages are due to the build
daemon.

Concerning vxl, I have built it without any problem in another machine
and uploaded it to the archive.
...

Changing status to resolved/invalid. Sorry for the noise.


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

end of thread, other threads:[~2011-11-05 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-04  9:52 [Bug c++/50990] New: vector.tcc:373:5: internal compiler error: mathieu.malaterre at gmail dot com
2011-11-04 10:36 ` [Bug c++/50990] " redi at gcc dot gnu.org
2011-11-04 10:50 ` mathieu.malaterre at gmail dot com
2011-11-05 13:41 ` mathieu.malaterre at gmail dot com

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