2008/7/11 Hinko Kocevar <[EMAIL PROTECTED]>:
> Hi all,
> I'm cross compiling busybox v1.10.4 for cris architecture. While testing the 
> applets I've ran into 'time' problem. see below.
>
> # busybox --help
> BusyBox v1.10.4 (2008-07-11 13:55:33 CEST) multi-call binary
> Copyright (C) 1998-2007 Erik Andersen, Rob Landley, Denys Vlasenko
> and others. Licensed under GPLv2.
> See source distribution for full notice.
>
> # time
> [42949590.295159] time (pid 759) segfaults for page address 00000000 at pc 
> 000ee3ae
> Command terminated by signal 11
> real    0m 0.01s
> user    0m 0.00s
> sys     0m 0.01s


Bug. Add

opt_complementary = "-1";

directly before getopt32() call in time_main().
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to