panic

John-Mark Gurney jmg at funkthat.com
Sun Feb 2 18:14:28 UTC 2014


Michael Tuexen wrote this message on Sun, Feb 02, 2014 at 13:11 +0100:
> On Feb 2, 2014, at 1:05 PM, Andrew Turner <andrew at fubar.geek.nz> wrote:
> 
> > On Fri, 31 Jan 2014 06:36:43 +0100
> > Michael Tuexen <tuexen at freebsd.org> wrote:
> > 
> >> Dear all,
> >> 
> >> while building the or xcb-util-renderutil-0.3.8 port I got
> >> panic: Undefined instruction in kernel.
> >> when running r261186 on a RPI-B. I could successfully build
> >> ports for cvs, subversion, git...
> > 
> > Can you get the opcodes in your kernel around 0xc048ec60. There are two
> > instructions that may be the problem and depending on which one you are
> > hitting it would indicate a different problem.
> > 
> > Also if possible can you get more of the kernel output from around the
> > panic. There are a few kernel printf calls that would narrow down what
> > is happening.
> Hi Andrew,
> 
> I'm sorry, I rebooted the pi in the meantime...

As long as you didn't compile a new kernel, just do:
objdump -d --start-address=0xc048ec50 /boot/kernel/kernel

And send us the lines between 0xc048ec50 and 0xc048ec70...

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the freebsd-arm mailing list