NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: kern/52342: linux ABI exit(non-zero) returns zero status to the parent process
FWIW, my june 12 netbsd-7 branch system works fine for this:
space-bird ~> uname -sr
NetBSD 7.1_STABLE
space-bird ~> file /emul/linux/usr/bin/false /emul/linux32/usr/bin/false
/emul/linux/usr/bin/false: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=87be6d24cdaaa0afd60da1ad48c016f5ea709410, stripped
/emul/linux32/usr/bin/false: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=9d82388dd6116aa6920afeba401ac10b80906fff, stripped
space-bird ~> /emul/linux/usr/bin/false || echo good
good
space-bird ~> /emul/linux32/usr/bin/false || echo good
good
can you ktrace your binaries and see what happens?
.mrg.
Home |
Main Index |
Thread Index |
Old Index