Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • procps-ng
  • procps
  • Repository
  • procps
  • top
  • top.c
Find file Blame History Permalink
  • jim warner's avatar
    top: at abnormal end allow core dumps (fix qualys bug) · 9e4c2cca
    jim warner authored Jan 03, 2020 and Craig Small's avatar Craig Small committed Jan 06, 2020
    A Qualys audit patch, represented in the commit below,
    added the _exit() call to our abnormal signal handler.
    Unfortunately, that disabled the associated core dump.
    
    This patch restores expected behavior of those signals
    whose default produces a core dump file + termination.
    
    Reference(s):
    commit 0847390b
    
    
    
    Signed-off-by: default avatarJim Warner <james.warner@comcast.net>
    9e4c2cca