lkml.org 
[lkml]   [2005]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRE: Why yield in coredump_wait? [was: Re: Resent: BUG in RT 45-01whenRT program dumps core]
Date
From
> On Thu, 2005-05-19 at 10:37 -0400, Steven Rostedt wrote:
> > On Thu, 2005-05-19 at 16:23 +0200, kus Kusche Klaus wrote:
> > > Does that mean that the core dump is written
> > > with the rt prio of the task which dumps?
> >
> > Yes, since the process itself that crashed is what is
> writing the core.
> > So if a RT process crashes, it writes the core as whatever it was.
> >
> > > I'm not sure if this is a good idea:
> > > Dumping a big core might take *ages* (at least w.r.t. realtime),
> > > especially because it usually goes to flash memory, a CF card,
> > > or some other really slow device.
> > >
> >
> > This is interesting, since if a RT task is dumping core,
> that usually
> > means that it crashed, and therefore there's a bug in the
> system. Also,
> > unless the processes is writing to something that requires
> a busy wait
> > (which the serial might do, and probably some flashes),
> this shouldn't
> > effect the system.
>
> Interesting indeed. This could be caused by (possibly transient)
> hardware failure as well as a bug. How do mission critical hard RT
> applications typically handle disasters like the RT process dumping
> core? Presumably you have a hardware or software watchdog, and drop
> into some kind of safe mode. It seems that you would need redundant
> systems if you wanted to continue to handle the RT constraint while
> recovering.
>
> Lee

First of all, yes, we are talking about busy waits:
The CF cards run in PIO mode, i.e. the CPU polls and copies the data,
and we know from measurements that this causes 100 % CPU load and
blocks anything at lower prio for extended periods.

Of course, in some cases you are in big trouble anyway
if some RT process in a control system dumps core,
and it will not matter any more at which prio core is dumped.

However, it might also be a non-critical part of the system,
and in this case, other parts should continue at normal rate.
If some part of the system which was designed to occupy the cpu
exclusively for let's say at most 50 microseconds suddenly
monopolizes it for 5 seconds, that will cause surprises...

Moreover, the lowest-pri parts of a control system are usually the
graphical user interfaces. We are talking about core dump times
in the order of 5 or 10 seconds, and the operators will panic madly
if the system does not react to any user interaction and does not
update its display for that long.

Similarly, log daemons should spread word about the problem
immediately, not 10 seconds late.

So we are not yet at the question how to recover and how to
continue.

First of all,
we want to survive the core dumping itself gracefully,
we don't want to increase damage by dumping core,
and we want to be able to inform and take action about the trouble
before the core has finished dumping.

Greetings

--
Klaus Kusche (Software Development - Control Systems)
KEBA AG Gewerbepark Urfahr, A-4041 Linz, Austria (Europe)
Tel: +43 / 732 / 7090-3120 Fax: +43 / 732 / 7090-6301
E-Mail: kus@keba.com WWW: www.keba.com
-
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/

\
 
 \ /
  Last update: 2005-05-20 13:35    [W:0.041 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site