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
# 
# time echo foobar
foobar
real    0m 0.01s
user    0m 0.00s
sys     0m 0.02s

Is execution of 'time' wo arguments supposed to act this way?

Best regards,
Hinko

-- 
ČETRTA POT, d.o.o., Kranj
Planina 3
4000 Kranj
Slovenia, Europe
Tel. +386 (0) 4 280 66 03
E-mail: [EMAIL PROTECTED]
Http: www.cetrtapot.si

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to