From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15436 invoked by alias); 23 Oct 2013 13:56:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15378 invoked by uid 48); 23 Oct 2013 13:56:05 -0000 From: "manu at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/58822] Segfault when calling make_shared Date: Wed, 23 Oct 2013 13:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: manu at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-10/txt/msg01698.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D58822 Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #22 from Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez --- (In reply to Michi Henning from comment #20) > I'm not really sure what else to do here. The code in total only contains > constructors and destructors. Just looking again, I forgot to delete a > #include for in ExceptionImplBase, and I guess I could have dele= ted > the namespaces as well. >=20 > I'm pretty sure that I'm not using anything in shared_ptr that's outside = the > standard, and the standard way to get access to shared_ptr is to include > . If I include something else, I end up in implementation territo= ry, > don't I? Some ideas on how to go about reducing testcases are here: http://gcc.gnu.org/bugs/minimize.html >>From gcc-bugs-return-432555-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 23 13:58:18 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 16916 invoked by alias); 23 Oct 2013 13:58:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 16860 invoked by uid 48); 23 Oct 2013 13:58:14 -0000 From: "paolo.carlini at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/58822] Segfault when calling make_shared Date: Wed, 23 Oct 2013 13:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: paolo.carlini at oracle dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-10/txt/msg01699.txt.bz2 Content-length: 165 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #23 from Paolo Carlini --- Thanks Manuel, I knew we had something.