Re: time seg fault

2009-07-23 Thread Justin Williams
;m curious what leads you to that. Thanks! Justin On Thu, Jul 23, 2009 at 10:24 AM, Justin Williams wrote: > That's a huge help; thanks! > > Output below: > execve("/bin/bash", ["bash", "-c", "time ls"], [/* 22 vars */]) = 0 >

Re: time seg fault

2009-07-23 Thread Justin Williams
S_IFREG|0755, st_size=1052984, ...}) = 0 getpgrp() = 12193 rt_sigaction(SIGCHLD, {0x74c0771a74a, [], SA_RESTORER, 0x3061585d0f10}, {SIG_DFL}, 8) = 0 getrlimit(RLIMIT_NPROC, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [

Re: time seg fault

2009-07-23 Thread Justin Williams
Unfortunately, if I try to strace it (strace time ls), I get command not found. If I try to strace `time ls`, I get a hung screen. Attaching gdb to the running bash session from which I am trying to run time, I don't get any useful pointers, but, what I get is below: (no debugging symbols found)

Re: time hangs or seg faults

2009-07-23 Thread Justin Williams
Sorry about that; this is on a gentoo system, hardened kernel 2.6.23, installed with normal ebuild procedures, which pulls the authors tarball , extracts it, applies patches and builds. On Thu, Jul 23, 2009 at 8:49 AM, Greg Wooledge wrote: > On Wed, Jul 22, 2009 at 09:19:22PM +, rjustinwilli