Subject: Re: kern/35657 (gdb+threads problems on -current)
To: None <gnats-bugs@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 03/25/2007 16:37:47
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