From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25270 invoked by alias); 8 Aug 2013 03:53:27 -0000 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 Received: (qmail 25242 invoked by uid 48); 8 Aug 2013 03:53:27 -0000 From: "huangjiangwei at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug threads/15824] New: Can't get threads name from info threads with linux kernel version below 2.6.32 Date: Thu, 08 Aug 2013 03:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: threads X-Bugzilla-Version: 7.6 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: huangjiangwei at gmail 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00192.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15824 Bug ID: 15824 Summary: Can't get threads name from info threads with linux kernel version below 2.6.32 Product: gdb Version: 7.6 Status: NEW Severity: enhancement Priority: P2 Component: threads Assignee: unassigned at sourceware dot org Reporter: huangjiangwei at gmail dot com Created attachment 7136 --> http://sourceware.org/bugzilla/attachment.cgi?id=7136&action=edit patches for print thread name correctly OS:Linux 2.6.32-220.23.2.ali1089.el5.x86_64 GNU gdb (GDB) 7.6 Under linux kernel 2.6.32( or below version) there is no proc file named /proc/$pid/task/$tid/comm. So info threads can't print correct thread names. This can be solve by using procfs /proc/$pid/task/$tid/status. Files attached are the patches. -- You are receiving this mail because: You are on the CC list for the bug.