From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Hughes" To: Subject: When is a tid a lwp and vice versa? Date: Fri, 29 Jun 2001 01:52:00 -0000 Message-id: X-SW-Source: 2001-06/msg00234.html I'm playing with the 20010627 snapshot on a UnixWare system. Work's ok but when debugging non-threaded programs I get lots of "warning: procfs: resume can't find thread 1 -- resuming all." messages. This is 'cos the single entry in procinfo_list has pi->tid set to 0, but procfs_resume is calling find_procinfo with TIDGET(inferior_ptid), which returns the lwpid, which is 1 not zero. Any ideas? -- John Hughes