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



The following reply was made to PR kern/52342; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: kern/52342: linux ABI exit(non-zero) returns zero status to the parent process
Date: Mon, 26 Jun 2017 21:36:48 +1000

 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, Build=
 ID[sha1]=3D87be6d24cdaaa0afd60da1ad48c016f5ea709410, stripped
 /emul/linux32/usr/bin/false: ELF 32-bit LSB executable, Intel 80386, versi=
 on 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, =
 BuildID[sha1]=3D9d82388dd6116aa6920afeba401ac10b80906fff, 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