From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19222 invoked by alias); 21 Jun 2007 18:22:35 -0000 Received: (qmail 19214 invoked by uid 22791); 21 Jun 2007 18:22:34 -0000 X-Spam-Check-By: sourceware.org Received: from smtp109.sbc.mail.mud.yahoo.com (HELO smtp109.sbc.mail.mud.yahoo.com) (68.142.198.208) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 21 Jun 2007 18:22:31 +0000 Received: (qmail 84223 invoked from network); 21 Jun 2007 18:22:30 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@76.202.77.159 with login) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 21 Jun 2007 18:22:29 -0000 X-YMail-OSG: 637mYd0VM1ntdiSUtEehTIHS8c0maN9xq6DpwIcUskf8ygglJjafmI8hlqeDHgNA84pWVcjhL8P0rDlabj6GwLX_GEI3.lF0wSVBlGIfABtqeo8tiVjH6gnXOcQ99Y1af67Seb2odTVh9A-- Received: by lucon.org (Postfix, from userid 500) id 5CEE546EEA9; Thu, 21 Jun 2007 11:22:28 -0700 (PDT) Date: Thu, 21 Jun 2007 18:22:00 -0000 From: "H. J. Lu" To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: DELAYED: GDB 6.7 branch creation scheduled June 25th Message-ID: <20070621182228.GA17211@lucon.org> References: <20070608061902.GP3761@adacore.com> <20070621181530.GC12173@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070621181530.GC12173@adacore.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00178.txt.bz2 On Thu, Jun 21, 2007 at 11:15:30AM -0700, Joel Brobecker wrote: > Hello everyone, > > Sorry, I'm a bit stuck right now and for the next few days. > I will be in New York next week, and will create the branch > from there. > > I was going to use the 2007-06-17 date where to start the branch, > but I might reconsider: > . Extensive gdbarch changes made by Markus and Ulrich > These should be pretty safe, and yet not including them in the > branch might complicate branch patch merging later on > . Daniel's adjustment in configure.ac ($objdir issue) > > Also, this would allow us to include recent improvements such as: > . the qOffsets changes > > I think there are also a couple of items that Daniel and someone > else wanted in... > > So I'll re-evaluate the situation on Monday. gcore doesn't work properly on Linux/ia64. I can only get the first frame: [hjl@gnu-14 gcore-1]$ ./gdb gcore core.8246 GNU gdb 6.6.50.20070619-cvs Copyright (C) 2007 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "ia64-unknown-linux-gnu"... Using host libthread_db library "/lib/tls/libthread_db.so.1". warning: Can't read pathname for load map: Input/output error. Reading symbols from /lib/tls/libc.so.6.1...done. Loaded symbols for /lib/tls/libc.so.6.1 Reading symbols from /lib/ld-linux-ia64.so.2...done. Loaded symbols for /lib/ld-linux-ia64.so.2 Failed to read a valid object file image from memory. Core was generated by `/export/home/hjl/bugs/gdb/gcore-1/gcore'. Program terminated with signal 5, Trace/breakpoint trap. #0 terminal_func () at gcore.c:35 35 sleep (60); Setting up the environment for debugging gdb. Function "internal_error" not defined. Make breakpoint pending on future shared library load? (y or [n]) [answered N; input not from terminal] Function "info_command" not defined. Make breakpoint pending on future shared library load? (y or [n]) [answered N; input not from terminal] /export/home/hjl/bugs/gdb/gcore-1/.gdbinit:8: Error in sourced command file: No breakpoint number 0. (gdb) bt #0 terminal_func () at gcore.c:35 (gdb) gdb 6.5-16.el5rh from RHEL5 works fine. I have no problem on Linux/x86-64. H.J. H.J.