This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971114 alpha linux glibc1 bins produce memory violations
- To: Trent Jarvi <chaos at jarvi dot ezlink dot com>
- Subject: Re: 971114 alpha linux glibc1 bins produce memory violations
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 18 Nov 1997 23:29:06 -0800
- Cc: egcs at cygnus dot com, jarvi at ezlink dot com
- References: <199711190744.AAA29193@jarvi.ezlink.com>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Wed, Nov 19, 1997 at 12:44:28AM -0700, Trent Jarvi wrote:
> setup: alpha redhat 4.2 (stock) egcs-971114.tar.gz
[...]
> ./genattr ../../gcc/config/alpha/alpha.md > tmp-attr.h
> genattr: memory violation at pc=1555555e3e8 rp=1555555e688 (bad address = 1401063e4)
Hum. I've not seen this before, but I'm also not running quite stock
RH 4.2 -- I've replaced binutils with 2.8.1, since that version can
actually link f771. But you kindof have to know what you are doing to
upgrade binutils in RH 4.2, which is why I am so happy 5.0 is so near.
Can you get any more information about the nature of this fault? Run
genattr under gdb perhaps, and get a backtrace? You may not be able to
because that pc is obviously in a shared library and RH 4.2 so helpfully
strips libc.so.
r~