From owner-freebsd-alpha Thu Jan 24 12:52:11 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id C0D8537B400 for ; Thu, 24 Jan 2002 12:52:03 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA22431; Thu, 24 Jan 2002 15:51:57 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g0OKpR368361; Thu, 24 Jan 2002 15:51:27 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15440.29647.830389.441847@grasshopper.cs.duke.edu> Date: Thu, 24 Jan 2002 15:51:27 -0500 (EST) To: Volker Stolz Cc: freebsd-alpha@freebsd.org Subject: Re: alpha/34232: rpc.statd throws alignment errors In-Reply-To: <20020124214007.B12504@i2.informatik.rwth-aachen.de> References: <202201241710.20OHA8r00644@varphi.ikea.net> <15440.21386.540347.636057@grasshopper.cs.duke.edu> <20020124201845.A12480@i2.informatik.rwth-aachen.de> <15440.25178.498060.252753@grasshopper.cs.duke.edu> <20020124212215.A12504@i2.informatik.rwth-aachen.de> <15440.28287.114851.338325@grasshopper.cs.duke.edu> <20020124214007.B12504@i2.informatik.rwth-aachen.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Volker Stolz writes: > Am 24. Jan 2002 um 21:28 MET schrieb Andrew Gallatin: > > Volker Stolz writes: > > > bash$ gdb -c rpc.statd.core ./rpc.statd > > > This GDB was configured as "alpha-unknown-freebsd"... > > > Core was generated by `rpc.statd'. > > > Program terminated with signal 10, Bus error. > > > Reading symbols from /usr/lib/librpcsvc.so.2...done. > > > Reading symbols from /usr/lib/libc.so.4...done. > > > Reading symbols from /usr/libexec/ld-elf.so.1...done. > > > #0 0x1600bdf24 in get_myaddress () from /usr/lib/libc.so.4 > > > (gdb) > > > > Closer. Now type "where" to get a stack trace. > > Nothing new: > (gdb) where > #0 0x1600bdf24 in get_myaddress () from /usr/lib/libc.so.4 > warning: Hit heuristic-fence-post without finding > warning: enclosing function for address 0x100000000 > ... F*cking gdb is broken. Oh well.. You could try linking it statically. What kind of a amcihine do you have? I'm wondering if this is a gcc bug. Eg, if you have an ev56 or better & you rebuild libc with CPUTYPE=ev56 in /etc/make.conf, does it go away? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message