This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] [patch 2/3] Fix threading internal error on corrupted memory [rediff]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Sun, 17 Apr 2011 21:11:36 +0200
- Subject: [commit] [patch 2/3] Fix threading internal error on corrupted memory [rediff]
- References: <20110224051354.GB17373@host1.dyn.jankratochvil.net> <20110224073513.GA5851@host1.dyn.jankratochvil.net>
On Thu, 24 Feb 2011 08:35:13 +0100, Jan Kratochvil wrote:
> gdb/
> 2011-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
> even if !TARGET_HAS_EXECUTION.
>
> gdb/testsuite/
> 2011-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * gdb.threads/gcore-thread.exp ($core0file): New variable.
> (clear __stack_user.next, clear stack_used.next)
> (save a zeroed-threads corefile): New test.
> Call core_load for $core0file.
> (zeroed-threads cannot be listed): New test.
Checked in:
http://sourceware.org/ml/gdb-cvs/2011-04/msg00106.html
Thanks,
Jan