Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: linux clone issue
Manuel Bouyer <bouyer%antioche.eu.org@localhost> wrote:
>I'm trying to run a binary-only linux program under NetBSD 9.2.
>From what I found, the binary was built on Ubuntu 16.04
>
>The program dies at at specific point and it seems to be a bug in our
>emulation:
8992 8992 mylinuxprog CALL set_robust_list(0x7f7ff7ef5a20,0x18)
8992 8992 mylinuxprog RET set_robust_list 0
This is doing futex stuff which isn't in -9, it doesn't work in -current
either but thorpej@ has an improved version on a branch.
Home |
Main Index |
Thread Index |
Old Index