diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-28 19:53:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-28 19:53:39 +0000 |
commit | 0dea24683af9a708125ba1fa06e2a3a296d390a8 (patch) | |
tree | facbe5064e1a9219a02785826b4697e2de5e318b /gdb/NEWS | |
parent | b3f4233622f79fed7c4b9087734d97903770e9c9 (diff) | |
download | gdb-0dea24683af9a708125ba1fa06e2a3a296d390a8.zip gdb-0dea24683af9a708125ba1fa06e2a3a296d390a8.tar.gz gdb-0dea24683af9a708125ba1fa06e2a3a296d390a8.tar.bz2 |
2004-07-28 Andrew Cagney <cagney@gnu.org>
* PROBLEMS: Mention threads/1650.
* NEWS: Mention the NPTL fix.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ *** Changes in GDB 6.2: +* Fix for ``many threads'' + +On GNU/Linux systems that use the NPTL threads library, a program +rapidly creating and deleting threads would confuse GDB leading to the +error message: + + ptrace: No such process. + thread_db_get_info: cannot get thread info: generic error + +This problem has been fixed. + * "-async" and "-noasync" options removed. Support for the broken "-noasync" option has been removed (it caused |