public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/58627] [4.9 Regression] crash during compilation of boost testsuite
Date: Sun, 29 Dec 2013 09:27:00 -0000	[thread overview]
Message-ID: <bug-58627-4-pg7xw5yEjk@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58627-4@http.gcc.gnu.org/bugzilla/>

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|FIXED                       |---

--- Comment #9 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
I've re-run the boost-testsuite today and there were a number
of new ICEs. All turned out to be PCH related. For example 
(checking=release compiler):


...
==17975== Invalid read of size 8
==17975==    at 0x504951: lookup_page_table_entry(void const*) [clone
.lto_priv.3354] (in /usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0xAEEE89: ggc_set_mark(void const*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x12438A1: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1246A78: gt_ggc_mx_tree_statement_list_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1244EAE: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1243A5A: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1243A5A: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1243A5A: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1244EE9: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1244F29: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1243D11: gt_ggc_mx_lang_tree_node(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==    by 0x1246353: gt_ggc_mx_lang_decl(void*) (in
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.0/cc1plus)
==17975==  Address 0x80 is not stack'd, malloc'd or (recently) free'd
==17975== 
In file included from ../boost/throw_exception.hpp:39:0,
                 from ../boost/smart_ptr/shared_ptr.hpp:31,
                 from ../boost/shared_ptr.hpp:17,
                 from ../boost/test/tools/assertion_result.hpp:24,
                 from ../boost/test/tools/old/impl.hpp:20,
                 from ../boost/test/test_tools.hpp:32,
                 from ../boost/math/tools/test.hpp:16,
                 from ../libs/math/test/pch_light.hpp:10:
../boost/exception/exception.hpp: In member function ‘void
boost::exception_detail::clone_impl<T>::rethrow() const [with T =
boost::exception_detail::error_info_injector<std::logic_error>]’:
../boost/exception/exception.hpp:473:17: internal compiler error: Segmentation
fault
                 }
                 ^
Please submit a full bug report,
with preprocessed source if appropriate
>From gcc-bugs-return-438679-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Dec 29 09:27:26 2013
Return-Path: <gcc-bugs-return-438679-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 5506 invoked by alias); 29 Dec 2013 09:27:26 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 5453 invoked by uid 48); 29 Dec 2013 09:27:22 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/59436] [4.9 Regression] FAIL: 17_intro/headers/c++200x/stdc++.cc (test for excess errors)
Date: Sun, 29 Dec 2013 09:27:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-59436-4-MAPWJYECJH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59436-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59436-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-12/txt/msg02334.txt.bz2
Content-length: 480

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY436

Bug 59436 depends on bug 58627, which changed state.

Bug 58627 Summary: [4.9 Regression] crash during compilation of boost testsuite
http://gcc.gnu.org/bugzilla/show_bug.cgi?idX627

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


  parent reply	other threads:[~2013-12-29  9:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-05  8:04 [Bug tree-optimization/58627] New: " markus at trippelsdorf dot de
2013-10-05  8:04 ` [Bug tree-optimization/58627] " markus at trippelsdorf dot de
2013-10-09  7:14 ` [Bug c++/58627] " markus at trippelsdorf dot de
2013-10-10 11:50 ` rguenth at gcc dot gnu.org
2013-11-05 14:49 ` rguenth at gcc dot gnu.org
2013-11-28  7:08 ` jakub at gcc dot gnu.org
2013-12-09 19:11 ` paolo.carlini at oracle dot com
2013-12-10  8:26 ` jakub at gcc dot gnu.org
2013-12-12 13:36 ` jakub at gcc dot gnu.org
2013-12-29  9:27 ` trippels at gcc dot gnu.org [this message]
2013-12-29  9:29 ` trippels at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-58627-4-pg7xw5yEjk@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).