Re: linux clone issue

2021-10-04 Thread Eric Hawicz
On 10/4/2021 10:33 AM, Manuel Bouyer wrote: Hello 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 [...] As you can see above (ktrace -si output), the read on fd 3 in 26751 returns with an error as soon as the child does i

daily CVS update output

2021-10-04 Thread NetBSD source update
Updating src tree: P src/build.sh P src/common/lib/libc/arch/i386/string/strlen.S P src/distrib/sets/lists/debug/module.mi P src/etc/etc.riscv/Makefile.inc P src/lib/libcurses/curses_cchar.3 P src/lib/libresolv/dst_api.c P src/share/man/man4/raid.4 P src/share/man/man9/ucas.9 P src/sys/arch/aarch

linux clone issue

2021-10-04 Thread Manuel Bouyer
Hello 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: 26751 26751 mylinuxprog CALL close(3) 26751 26751 mylinuxprog RET close 0 26751 2