From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8036 invoked by alias); 15 Nov 2012 14:04:40 -0000 Received: (qmail 7949 invoked by uid 48); 15 Nov 2012 14:04:38 -0000 From: "m.lesniewski at samsung dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/14845] New: Segmentation fault on "info tracepoints" Date: Thu, 15 Nov 2012 14:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: m.lesniewski at samsung dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00241.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14845 Bug #: 14845 Summary: Segmentation fault on "info tracepoints" Product: gdb Version: 7.5 Status: NEW Severity: normal Priority: P2 Component: breakpoints AssignedTo: unassigned@sourceware.org ReportedBy: m.lesniewski@samsung.com Classification: Unclassified Created attachment 6739 --> http://sourceware.org/bugzilla/attachment.cgi?id=6739 Example program, library and test script The following steps cause a segmentation fault to occur in gdb: 1. The debugged process loads a library dynamically (using dlload); 2. The user sets a tracepoint in a function in the library and starts the trace experiment; 3. The debugged process unloads the library (dlclose); 4. The user stops the trace; 5. The user issues the tfind command until no more traceframes are found 5. The user issues the "info tracepoints" The attached archive contains a simple example program and scripts, which allow to reproduce the problem. To run the scenario launch run-test.sh. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.