This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/15824] New: Can't get threads name from info threads with linux kernel version below 2.6.32


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]