From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4561 invoked by alias); 21 Apr 2005 12:37:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4267 invoked from network); 21 Apr 2005 12:37:01 -0000 Received: from unknown (HELO netlx010.civ.utwente.nl) (130.89.1.92) by sourceware.org with SMTP; 21 Apr 2005 12:37:01 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx010.civ.utwente.nl (8.11.7/HKD) with SMTP id j3LCabq25862; Thu, 21 Apr 2005 14:36:37 +0200 From: "M.M. Kettenis" Subject: Re: gdb procfs 64bit Solaris problem MIME-Version: 1.0 Date: Thu, 21 Apr 2005 12:37:00 -0000 Message-Id: <7320574539701269@webhare> X-WebHare-Origin: WebHare Organizer To: Stefano Frullani - NOSPAM , gdb@sources.redhat.com In-reply-to: <47322.192.168.1.130.1114080541.squirrel@webmail.frumar.it> Content-Description: Message body Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: Quoted-Printable X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-04/txt/msg00142.txt.bz2 "Stefano Frullani - NOSPAM" wr= ote: > GNU gdb 6.3 > Copyright 2004 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 conditi= ons. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "sparcv9-sun-solaris2"... > (gdb) run > Starting program: /home/stefano/temp/ste > procfs: target_wait (wait_for_stop) line 3953, /proc/16548: Value too > large for defined data type. Did yoy compile gdb as a 64-bit executable? To check run file(1) on your gdb executable. If not please try reconfiguring and rebuilding gdb with the environment variable CC set to "gcc -m64". Mark