Dixi quod…

>(buster-i386)tglase@tglase:~ $ man fdisk
>man: nroff: Bad system call (core dumped)
>(buster-i386)tglase@tglase:~ $ zcat /usr/share/man/man8/fdisk.8.gz | nroff 
>-mandoc | head
>FDISK(8)                     System Administration                    FDISK(8)
[…]

Huh. The coredumps corekeeper saved are from the shell,
out of all things(?!).

(buster-i386)tglase@tglase:~ $ gdb /bin/lksh 
11463-2339-141-31-1706566985-tglase.lan.tarent.de--bin-lksh.core
[…]
[New LWP 11463]
Core was generated by `/bin/sh /usr/bin/nroff -mandoc -Tutf8'.
Program terminated with signal SIGSYS, Bad system call.
#0  0xf7f52559 in __kernel_vsyscall ()
(gdb) bt
#0  0xf7f52559 in __kernel_vsyscall ()
#1  0x080868a6 in ?? ()
(gdb) info r
eax            0x163               355
ecx            0x4                 4
edx            0x1                 1
ebx            0xffb85d30          -4694736
esp            0xffb85ca0          0xffb85ca0
ebp            0x0                 0x0
esi            0x0                 0
edi            0x0                 0
eip            0xf7f52559          0xf7f52559 <__kernel_vsyscall+9>
eflags         0x206               [ PF IF ]
cs             0x23                35
ss             0x2b                43
ds             0x2b                43
es             0x2b                43
fs             0x0                 0
gs             0x63                99

Ah:

#define __NR_getrandom 355

Seems to be this one. Blocked by man-db’s policy, I suppose?

bye,
//mirabilos
-- 
Support mksh as /bin/sh and RoQA dash NOW!
‣ src:bash (429 (458) bugs: 0 RC, 295 (315) I&N, 134 (143) M&W, 0 F&P) + 209
‣ src:dash (90 (104) bugs: 0 RC, 51 (54) I&N, 39 (50) M&W, 0 F&P) + 62 ubu
‣ src:mksh (1 bug: 0 RC, 0 I&N, 1 M&W, 0 F&P)
dash has two RC bugs they just closed because they don’t care about quality…

Reply via email to