Following is the disassembly obtained using objdump:
4f69d4:   b9402260    ldr w0, [x19,#32]

Thanks,
Aparna


On Thu, May 9, 2013 at 2:09 PM, Catalin Marinas <catalin.marinas@arm.com> wrote:
On 9 May 2013 09:26, Aparna Mandke <aparna.mandke@gmail.com> wrote:
> I am using linaro 13.03 image with ARMv8 fast model.
> I am getting following "unhandled L1 translation fault" exception while
> executing a test. Is it a known problem? Does anybody know its solution? I
> am getting the same error while executing perl benchmark from SPEC 2000.
...
> [[  364.733273] jsc[834]: unhandled level 1 translation fault (11) at 0xffffffff874c0120, esr 0x92000005
...
> [  364.733796] PC is at 0x4f69d4
> [  364.733860] LR is at 0x44cdec

It looks like an application (jsc) is trying to access some kernel
memory directly. Why it does this, I don't know. You can disassemble
instructions around the PC value above.

Catalin