BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001348 [BusyBox] Other major always 05-15-07 15:13 05-15-07 16:58
Reporter kiltedknight View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version 1.4.x
Summary 0001348: 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.
Additional Information
Attached Files

- Relationships

- Notes
(0002360)
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
05-15-07 16:58 vda Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker