Recompiled it on an up to date 64 bit fedora 15 machine. Thats much
easier, but unfortunately just the same error message when I run it.
Disabling SELINUX makes no difference btw.

Additional info:

/var/log/messages also contains:
kernel: [17259.970316] linux[14027] general protection ip:602a2e7f
sp:7fffe11a09e8 error:0 in linux[60000000+4aa000]

Here are the last few lines from a strace:
write(2, "Checking syscall emulation patch"..., 46Checking syscall
emulation patch for ptrace...) = 46
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0x60605b50) = 14049
--- {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=14049,
si_status=SIGSTOP, si_utime=0, si_stime=0} (Child exited) ---
wait4(14049, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP}], WSTOPPED,
NULL) = 14049
ptrace(0x1f /* PTRACE_??? */, 14049, 0, 0) = 0
--- {si_signo=SIGCHLD, si_code=CLD_TRAPPED, si_pid=14049,
si_status=SIGSEGV, si_utime=0, si_stime=0} (Child exited) ---
wait4(14049, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSEGV}], WSTOPPED,
NULL) = 14049
write(2, "check_sysemu : expected SIGTRAP,"..., 51check_sysemu :
expected SIGTRAP, got status = 2943
) = 51
exit_group(1)                           = ?


On 4 August 2011 19:06, richard -rw- weinberger
<richard.weinber...@gmail.com> wrote:
> On Thu, Aug 4, 2011 at 7:53 PM, Gordon Russell <drgruss...@gmail.com> wrote:
>> 2.6.40-4.fc15.x86_64
>> My user mode linux kernels are all compiled statically on a fedora 32
>> bit machine.
>> Can I compile uml as a 64 bit executable instead? I keep thinking uml
>> must be compiled as a 32 bit executable...
>
> UML has also a x86_64 port. :-)
>
> Use "make linux ARCH=um SUBARCH=i386" to build a 32bit version,
> and "make linux ARCH=um SUBARCH=x86_64" to build a 64bit version.
>
> --
> Thanks,
> //richard
>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to