From 5b4413efb9bb8b46425f7c69277a765e4e994fa1 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 14 Oct 2006 21:55:07 +0000 Subject: [PATCH] Bugzilla Bug 210614: [RHEL4U4] The gdb command hangs. Sat Oct 14 2006 Jan Kratochvil - 6.5-13 - Fix deadlock accessing last address space byte; for corrupted backtraces. --- gdb.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 546ede2..d7c3f73 100644 --- a/gdb.spec +++ b/gdb.spec @@ -11,7 +11,7 @@ Name: gdb Version: 6.5 # The release always contains a leading reserved number, start it at 0. -Release: 12%{?dist} +Release: 13%{?dist} License: GPL Group: Development/Debuggers @@ -283,6 +283,9 @@ Patch200: gdb-6.5-bz181390-memory-address-width.patch # Fix `gcore' command for 32bit inferiors on 64bit hosts. Patch201: gdb-6.5-gcore-i386-on-amd64.patch +# Fix deadlock accessing last address space byte; for corrupted backtraces. +Patch203: gdb-6.5-last-address-space-byte.patch + BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext BuildRequires: flex bison sharutils @@ -395,6 +398,7 @@ and printing their data. %patch199 -p1 %patch200 -p1 %patch201 -p1 +%patch203 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. @@ -556,6 +560,9 @@ fi # don't include the files in include, they are part of binutils %changelog +* Sat Oct 14 2006 Jan Kratochvil - 6.5-13 +- Fix deadlock accessing last address space byte; for corrupted backtraces. + * Sun Oct 8 2006 Jan Kratochvil - 6.5-12 - Disabled IPv6 until its user visible syntax gets stable upstream.