[BusyBox 0001348]: ash builtin 'kill -l' does not produce correct output
bugs at busybox.net
bugs at busybox.net
Tue May 15 16:58:52 PDT 2007
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1348
======================================================================
Reported By: kiltedknight
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1348
Category: Other
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 05-15-2007 15:13 PDT
Last Modified: 05-15-2007 16:58 PDT
======================================================================
Summary: ash builtin 'kill -l' does not produce correct
output
Description:
When using the ash builtin 'kill' and giving it the -l option, you get:
7
16
23
24
25
...
63
64
When you run the kill applet, you get:
1) HUP 2) INT 3) QUIT 4) ILL 5) TRAP 6) ABRT 8) FPE
9) KILL 10) USR1 11) SEGV 12) USR2 13) PIPE 14) ALRM 15) TERM
17) CHLD 18) CONT 19) STOP 20) TSTP 21) TTIN 22) TTOU
The builtin is not finding the get_signame() function.
======================================================================
----------------------------------------------------------------------
vda - 05-15-07 16:58
----------------------------------------------------------------------
revision 18631:
# ./busybox ash
# kill -l
HUP
INT
QUIT
ILL
TRAP
ABRT
BUS
FPE
KILL
USR1
SEGV
USR2
PIPE
ALRM
TERM
STKFLT
CHLD
CONT
STOP
TSTP
TTIN
TTOU
URG
XCPU
XFSZ
VTALRM
PROF
WINCH
POLL
PWR
SYS
Issue History
Date Modified Username Field Change
======================================================================
05-15-07 15:13 kiltedknight New Issue
05-15-07 15:13 kiltedknight Status new => assigned
05-15-07 15:13 kiltedknight Assigned To => BusyBox
05-15-07 15:13 kiltedknight Issue Monitored: kiltedknight
05-15-07 16:58 vda Status assigned => closed
05-15-07 16:58 vda Note Added: 0002360
======================================================================
More information about the busybox-cvs
mailing list