Subject: Re: kern/35657 (gdb+threads problems on -current)
To: None <ad@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 03/25/2007 15:40:02
The following reply was made to PR kern/35657; it has been noted by GNATS.

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: ad@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,
	mm_lists@pulsar-zone.net
Subject: Re: kern/35657 (gdb+threads problems on -current)
Date: Sun, 25 Mar 2007 16:37:47 +0100

 On Saturday 24 March 2007 16:05, Matthew Mondor wrote:
 >  I just thought I should include a script(1) session which shows:
 >
 >  - threads debugging support not working (program compiled and
 >    linked with -g flag, not stripped, linked against libpthread
 >    and libphtread_dbg)
 
 This part is "dup of 34194"
 
 >  - a running process with two running threads ran through gdb
 >    becomes unkillable after a gdb hang when interrupted with
 >    ctrl-c and attempting to quit gdb (this program just runs
 >    two concurrent threads using peterson locking to share a
 >    common resource, heavily using printf(3), and runs/breaks
 >    fine when not under gdb)
 [snip]
 
 You should open a new PR for this.
 
 Nick