NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/52246: 0.9 binaries abort on start



>Number:         52246
>Category:       kern
>Synopsis:       0.9 binaries abort on start
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 19 13:45:00 +0000 2017
>Originator:     Kamil Rytarowski
>Release:        NetBSD 7.99.71 amd64
>Organization:
TNF
>Environment:
NetBSD chieftec 7.99.71 NetBSD 7.99.71 (GENERIC) #29: Fri May 19 15:13:04 CEST 2017  root@chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC amd64
>Description:
NetBSD i386 0.9 executables early abort on start.

chieftec$ ./lisp                          
Abort 
chieftec$ ktruss ./lisp                   
  1014      1 ktruss   fcntl(0x4, 0x3, 0)          = 4194305
  1014      1 ktruss   emul(netbsd)
  1014      1 ktruss   fcntl(0x4, 0x4, 0x400001)   = 0

$ config  -x /netbsd|grep COMPAT|grep BSD   
options         COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
options         COMPAT_09       # NetBSD 0.9,
options         COMPAT_10       # NetBSD 1.0,
options         COMPAT_11       # NetBSD 1.1,
options         COMPAT_12       # NetBSD 1.2 (and 386BSD and BSDI),
options         COMPAT_13       # NetBSD 1.3 (and 386BSD and BSDI),
options         COMPAT_14       # NetBSD 1.4,
options         COMPAT_15       # NetBSD 1.5,
options         COMPAT_16       # NetBSD 1.6,
options         COMPAT_20       # NetBSD 2.0,
options         COMPAT_30       # NetBSD 3.0,
options         COMPAT_40       # NetBSD 4.0,
options         COMPAT_50       # NetBSD 5.0,
options         COMPAT_60       # NetBSD 6.0, and
options         COMPAT_70       # NetBSD 7.0 binary compatibility.
options         COMPAT_43       # and 4.3BSD

>How-To-Repeat:
1. Enable COMPAT_09 in the kernel config.

2. Fetch lisp.gz and liszt.gz from:
ftp://ftp.cogsci.ed.ac.uk/pub/richard/franz-for-NetBSD/

3. gunzip downloaded files

4. chmod +x over binaries

5. try to run them ./lisp and ./liszt
>Fix:
N/A



Home | Main Index | Thread Index | Old Index