pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54252: NetBSD/hpcmips install fails under GXemul 0.6.1
The following reply was made to PR pkg/54252; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/54252: NetBSD/hpcmips install fails under GXemul 0.6.1
Date: Sat, 1 Jun 2019 06:46:44 +0000
On Fri, May 31, 2019 at 10:25:01AM +0000, Andreas Gustafsson wrote:
> The gxemul-based NetBSD/hpcmips testbed has not successfully completed
> an install since gxemul was upgraded from version 0.6.0.1 to 0.6.1.
> The currently installed version is gxemul-0.6.1nb2 from pkgsrc.
>
> The other gxemul-based MIPS testbed, for NetBSD/pmax, is working.
>
> Log output from a recent install attempt is at:
>
> http://releng.netbsd.org/b5reports/hpcmips/2019/2019.05.29.11.27.34/install.log
>
> which shows a timeout after the error message
>
> warning: LOW reference: vaddr=0x00000000000002f0, exception TLBL, pc=0xffffffff802b7400 <(no symbol)> ]
One of the less endearing properties of mips is that all-bits-0 is a
nop, so if you jump off the deep end you're likely to keep executing
until you run into something unrelated.
Can you look at the kernel from this (e.g. with nm -n) and check where
the address 0x(80)2b7400 is relative to its .etext, .end, etc.?
It's suspicious that it's round like that, and yet it's not a page
boundary.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index