cvs commit: src/sys/kern imgact_elf.c
    Gregory Neil Shapiro 
    gshapiro at FreeBSD.org
       
    Mon Jul 19 10:28:43 PDT 2004
    
    
  
> > I've seen concern (maybe in private email, can't check at the moment)
> > recently that loosing the PID info is undesirable.  Is there any way that
> > it can be included again, maybe in something other than a PRSTATUS object?
Another option would be to record the PID in the file name (changing
kern.corefile from %N.core to %N.%P.core for example).  This has the
added benefit of allowing for multiple cores if a buggy process dies
more often than an admin can collect the cores.  However, that benefit
is also a disadvantage as it has disk-filling potential.
    
    
More information about the cvs-all
mailing list