From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13203 invoked by alias); 26 Oct 2012 19:42:05 -0000 Received: (qmail 13167 invoked by uid 48); 26 Oct 2012 19:41:50 -0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/55087] New: bogus "linux-vdso.so.1: No such file or directory" caused by libbacktrace Date: Fri, 26 Oct 2012 19:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-10/txt/msg02497.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55087 Bug #: 55087 Summary: bogus "linux-vdso.so.1: No such file or directory" caused by libbacktrace Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: markus@trippelsdorf.de With r192267 a superfluous "linux-vdso.so.1: No such file or directory" error message appears whenever the compiler crashes. For example: test.ii: In lambda function: test.ii:7:28: internal compiler error: Segmentation fault ([=] { src_new (con); }); ^ linux-vdso.so.1: No such file or directory Please submit a full bug report, 1bfb5d87e5e2589cb18ef7f35da012b308ff78bf is the first bad commit commit 1bfb5d87e5e2589cb18ef7f35da012b308ff78bf Author: ian Date: Tue Oct 9 18:20:45 2012 +0000 Add support for tracing through shared librarie