Messages in this thread |  | | | Subject | Re: 2.6.14-rc4-rt7 | | From | Fernando Lopez-Lezcano <> | | Date | Fri, 28 Oct 2005 10:13:29 -0700 |
| |
On Thu, 2005-10-27 at 13:44 -0400, Steven Rostedt wrote: > On Thu, 2005-10-27 at 09:01 +0100, Rui Nuno Capela wrote: > > > > > Don't really know if its consistent, but it does occur on several times, > > on only on boot. > > Rui, > > Have you tried the last patch that I sent John? It may just be a race > condition in the checking that causes a false positive. My last patch > fixes that.
I booted into rc5-rt7 SMP with your patch yesterday and the machine is still up, which is something :-) No time warp debug messages so far.
When I logged in today Nautilus died on login. Never happened before. Logged out, logged in again and it was fine. Now it looks like things are "stable" but this happened while Evolution was reading email after logging in. Running this:
#!/bin/bash
while true ; do echo "--- `date`">>time START=`date +"%s"` strace -o timelog sleep 10 RES=$? if [ "$?" -ne "0" ] ; then echo "Error $RES" >>time exit fi if grep -q 516 timelog &>/dev/null ; then echo "Found 516 in timelog!" >>time exit fi END=`date +"%s"` let DIFF=END-START echo "$DIFF" >>time echo "---" >>time done
Got this:
--- Fri Oct 28 09:40:47 PDT 2005 10 --- --- Fri Oct 28 09:40:57 PDT 2005 10 --- --- Fri Oct 28 09:41:07 PDT 2005 10 --- --- Fri Oct 28 09:41:17 PDT 2005 10 --- --- Fri Oct 28 09:41:27 PDT 2005 33 --- --- Fri Oct 28 09:42:00 PDT 2005 10 --- --- Fri Oct 28 09:42:10 PDT 2005 16 --- --- Fri Oct 28 09:42:26 PDT 2005 12 --- --- Fri Oct 28 09:42:38 PDT 2005 10 --- --- Fri Oct 28 09:42:49 PDT 2005 10 --- --- Fri Oct 28 09:42:59 PDT 2005 11 --- --- Fri Oct 28 09:43:10 PDT 2005 11 --- --- Fri Oct 28 09:43:21 PDT 2005 10 --- --- Fri Oct 28 09:43:31 PDT 2005 10 --- --- Fri Oct 28 09:43:41 PDT 2005 10 --- --- Fri Oct 28 09:43:51 PDT 2005 10 --- --- Fri Oct 28 09:44:01 PDT 2005 11 --- --- Fri Oct 28 09:44:12 PDT 2005 10 --- --- Fri Oct 28 09:44:22 PDT 2005 11 --- --- Fri Oct 28 09:44:33 PDT 2005 10 --- --- Fri Oct 28 09:44:43 PDT 2005 10 --- --- Fri Oct 28 09:44:53 PDT 2005 10 --- --- Fri Oct 28 09:45:03 PDT 2005 12 --- --- Fri Oct 28 09:45:15 PDT 2005 10 --- --- Fri Oct 28 09:45:25 PDT 2005 10 --- --- Fri Oct 28 09:45:35 PDT 2005 10 --- --- Fri Oct 28 09:45:45 PDT 2005 10 --- So, it appears I'm not getting short timeouts as I did before but some of them are too long.
After the initial startup it looks like now this is not happening again, at most I'm getting "11" instead of "10".
The Jack warnings about late interrupts have returned... -- Fernando
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |