Re: signals logged / [RFC] log out-of-virtual-memory events



What about the following enhancement: I check with sig_fatal if it would
kill the process and only then emit a message. So when an application
takes care itself of handling it nothing is printed.
+ /* emit some logging for unhandled signals
+ */
+ if (sig_fatal(t, sig))
Not unhandled_signal()?
Can we already use that one in send_signal? As the signal needs to be
send first I think before we know if it was handled or not? sig_fatal
checks if the handler is set to default - which is it is not taken care
of.
What about ptrace()'d processes? I don't think we should log signals for them...

Why not?


Folkert van Heusden

--
MultiTail es una herramienta flexibele para consiguir archivos de log,
y para ejecutar ordenes. Filtrar, añadir colores, merger y vista de
las differencias. http://www.vanheusden.com/multitail/
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: RFC: Building the Perfect Tabbed Pane (an tutorial article)
    ... a reference to the functions involved. ... FORK.purgeElement with the deep flag to remove all listeners. ... The handler has to have the element in it's closure. ... It just needs to be done with care. ...
    (comp.lang.javascript)
  • Re: Damn you, FEDEX! or Nikon D40 lost in Springfield, MO blackhole.
    ... the 2 mp Mavica he had been using with a Nikon D40. ... After shopping around, he got me to order one for him. ... The shipper had it insured, but from what I have read it could take weeks to sort this crap out. ... You may get your insurance from FedEx and a couple weeks later they find it and deliver it. ...
    (alt.photography)
  • Re: Drag & Drop from outside the form
    ... Windows takes care of passing ... the details of the file to the handler that you can extract as appropriate. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Win32 equivalent of OnIdle?
    ... Win32-Api application (non-MFC)? ... what kind of handler should take care of it? ... I looked at the documentation for GetQueueStatus, ...
    (microsoft.public.vc.mfc)
  • Re: Pachyderm Romance
    ... for the handler, though. ... The problem is that the circus will move to another ... possibly before the two elephants part company. ... care for the other elephants. ...
    (rec.pets.cats.anecdotes)

Loading