On 2003.12.08 08:11 Aidan Van Dyk wrote:
16:01:56.727457 rt_sigaction(SIGALRM, {0x400a0b10, [],
SA_RESTORER|SA_INTERRUPT, 0x4029a5c8}, NULL, 8) = 0
16:01:56.727711 setitimer(ITIMER_REAL, {it_interval={0, 0},
it_value={180, 0}}, NULL) = 0
16:01:56.727809 gettimeofday({1070895716, 727838}, NULL) = 0
16:01:56.727896 write(9, "Dec 08 16:01:56.72: [ 5284]: awa"..., 92) = 92
16:01:56.728001 gettimeofday({1070895716, 728030}, NULL) = 0
16:01:56.728080 write(9, "Dec 08 16:01:56.72: [ 5284]: no "..., 63) = 63
16:01:56.728160 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0,
0}}, NULL) = 0
calls on the real-time clock.
What would make the process hang when calling on Sys::now()?
Patrick, what are those log messages that occurred at Dec 08 16:01:56.72
beginning "awa..." and "no ..." ?
Lee.