[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] First OOPS ARM User Mode
From: |
Martin Mohring |
Subject: |
Re: [Qemu-devel] First OOPS ARM User Mode |
Date: |
Mon, 22 Dec 2008 19:15:57 +0100 |
User-agent: |
Thunderbird 2.0.0.18 (X11/20081112) |
Laurent Desnogues wrote:
> On Mon, Dec 22, 2008 at 1:17 AM, Martin Mohring
> <address@hidden> wrote:
>
>> I tracked down that one commit between svn trunk -r 6082 and svn trunk
>> -r 6098 causes the ARM user mode to fail with:
>>
>> qemu: uncaught target signal 11 (Segmentation fault) - exiting
>>
>> svn trunk -r 6082 was the last revision working, 6098 was the first
>> found not to be working. I have not tracked it down more precise which
>> commit between the two caused it.
>>
>
> You'll have to provide more details than that. For me svn head works
> for the few tests I ran (hello world, some SPEC2k tests).
>
> So:
> - provide a small test
> - how did you configure qemu
> - what cross compiler did you use
> - how do you invoke qemu
>
>
I had discussed that with Laurent already.
I have now tracked the problem down to svn commit -r 6095. E.g. qemu svn
trunk -r 6094 works, 6095 not. I try to find the command that fails and
extract exactly those needed.