NetBSD-Bugs archive

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

bin/56538: netbsd-3 /bin/ls crashes with current libc



>Number:         56538
>Category:       bin
>Synopsis:       netbsd-3 /bin/ls crashes with current libc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 05 15:55:00 +0000 2021
>Originator:     coypu
>Release:        NetBSD 9.99.92
>Organization:
>Environment:
NetBSD planets 9.99.92 NetBSD 9.99.92 (GENERIC) #16: Sat Dec  4 09:22:43 IST 2021  fly@planets:/bracket/obj/sys/arch/amd64/compile/GENERIC amd64

>Description:
Fetch netbsd-3 base.tgz for an argument:

curl -LO http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-3.0/amd64/binary/sets/base.tgz
tar xf base.tgz
TZ=UTC ./bin/ls -l              # works
TZ="Asia/Jerusalem" ./bin/ls -l # crashes


Example output:


> env TZ=UTC ./bin/ls -l
total 52072
drwxr-xr-x   2 fly  wheel         0 Dec 18  2005 altroot
-rw-r--r--   1 fly  wheel  26087656 Dec  5 15:09 base.tgz
...

> env TZ="Asia/Jerusalem" ./bin/ls -l
total 52072
drwxr-xr-x   2 fly  wheel         0 Dec 18  2005 altroot
fish: Job 1, 'env TZ="Asia/Jerusalem" ./bin...' terminated by signal SIGSEGV (Address boundary error)


>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index