Dropbear 2014.64

NiLuJe ninuje at gmail.com
Mon Jul 28 21:56:43 WST 2014


Matt Johnston <matt <at> ucc.asn.au> writes:

> 
> Hi,
> Thanks for tracking that down, I'll see what's going on with channel closing.
> Would you be able to send a strace of the clock_gettime issue? I avoided
clock_gettime() from glibc since that pulls in librt. I'm curious how it's
failing. Dropbear should probably just check the second clock_gettime return
value then use clock() instead.
> Thanks,
> MattOn 28 July 2014 11:06:14 am AWST, NiLuJe <ninuje <at> gmail.com> wrote:
> Yup, building master w/ ca86726 reverted does the trick on the machine
whereI'm experiencing this issue...
> 
> 
> 


Sure ;). Basically, if CLOCK_MONOTONIC_COARSE isn't supported, it never
falls back to CLOCK_MONOTONIC (AFAICT, that's because the only way to check
the status of syscall() is through errno, not its return value?).

So the strace is basically an uninterrupted list of clock_gettime returning
EINVAL ;).

BTW, the clock_source variable isn't terribly useful, since we're using the
constants only once, and only in the clock_gettime call (and I just realized
that the CLOCK_MONOTONIC fallback just uses the constant directly anyway).

Also, why not ifdef the CLOCK_MONOTONIC_COARSE stuff? If it's not defined,
there's not much chance it'll work at runtime, unless I missed something ;).


----


Process 17509 attached
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec78a0) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec78b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c0) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
Process 17510 attached
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:33 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
Process 17511 attached
[pid 17511] 04:51:34 [????????] +++ exited with 0 +++
[pid 17510] 04:51:34 [40168c8c] --- SIGCHLD {si_signo=SIGCHLD,
si_code=CLD_EXITED, si_pid=17511, si_status=0, si_utime=1, si_stime=3} ---
Process 17512 attached
[pid 17512] 04:51:34 [????????] +++ exited with 0 +++
[pid 17510] 04:51:34 [40168c8c] --- SIGCHLD {si_signo=SIGCHLD,
si_code=CLD_EXITED, si_pid=17512, si_status=0, si_utime=0, si_stime=1} ---
[pid 17509] 04:51:34 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:34 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:35 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:38 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:40 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17510] 04:51:43 [????????] +++ exited with 0 +++
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] --- SIGCHLD {si_signo=SIGCHLD,
si_code=CLD_EXITED, si_pid=17510, si_status=0, si_utime=0, si_stime=7} ---
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75b8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [40133110] clock_gettime(0x6 /* CLOCK_??? */,
0xbeec75c8) = -1 EINVAL (Invalid argument)
[pid 17509] 04:51:43 [????????] +++ exited with 0 +++
04:51:43 [4012feb4] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED,
si_pid=17509, si_status=0, si_utime=22, si_stime=10} ---
Process 17504 detached




More information about the Dropbear mailing list