ee681d3
https://bugzilla.redhat.com/show_bug.cgi?id=590623
ee681d3
http://sources.redhat.com/bugzilla/show_bug.cgi?id=11593
ee681d3
ee681d3
Bug in FSF GDB exploited by the ptrace-on-utrace interaction.
ee681d3
ee681d3
--- a/gdb/breakpoint.c
ee681d3
+++ b/gdb/breakpoint.c
ee681d3
@@ -9084,6 +9084,8 @@ update_global_location_list (int should_insert)
ee681d3
 		 traps we can no longer explain.  */
ee681d3
 
ee681d3
 	      old_loc->events_till_retirement = 3 * (thread_count () + 1);
ee681d3
+	      /* Red Hat Bug 590623.  */
ee681d3
+	      old_loc->events_till_retirement *= 10;
ee681d3
 	      old_loc->owner = NULL;
ee681d3
 
ee681d3
 	      VEC_safe_push (bp_location_p, moribund_locations, old_loc);