Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
Source project has a limited visibility.
  • Cédric Roux's avatar
    e0966584
    monitor tracee and local tracer to avoid "dead" processes · e0966584
    Cédric Roux authored
    this may be removed at some point, it's very brutal. But when you
    write some code, it may happen (it "may"!!) that *sometimes* the
    code does not work and crashes. In thoses cases I prefer the
    local tracer (or the tracee) to go away immediately without even
    thinking about it maybe still running in the background.
    
    In case of monitoring (as opposed to debugging) maybe it's preferable
    to let the process live its life as it wants.
    
    Time will tell.
    e0966584
    History
    monitor tracee and local tracer to avoid "dead" processes
    Cédric Roux authored
    this may be removed at some point, it's very brutal. But when you
    write some code, it may happen (it "may"!!) that *sometimes* the
    code does not work and crashes. In thoses cases I prefer the
    local tracer (or the tracee) to go away immediately without even
    thinking about it maybe still running in the background.
    
    In case of monitoring (as opposed to debugging) maybe it's preferable
    to let the process live its life as it wants.
    
    Time will tell.