Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
kill and _kill/_signals problems
- X-seq: zsh-workers 16369
- From: Geoff Wing <mason@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: kill and _kill/_signals problems
- Date: Fri, 21 Dec 2001 05:56:02 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <20011220222614.A3168@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Heyla,
kill problem:
% kill -n
<coredump> Missing a check for the argument:
#1 0x48091c03 in bin_kill (nam=0x805ad68 "kill", argv=0xbfbfd310,
ops=0xbfbfd364 "", func=0) at jobs.c:1507
1504 if ((*argv)[1] == 'n' && (*argv)[2] == '\0') {
1505 char *endp;
1506
1507 sig = zstrtol(*++argv, &endp, 10);
------------------------------------------------------------
_kill or _signals problem (for me):
% kill -SIG<TAB>
--> completing corrections
-IO -SEGV -SYS -URG
--> completing original
-SIG
% kill -IOEGV
Regards,
--
Geoff Wing
Messages sorted by:
Reverse Date,
Date,
Thread,
Author