Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • P procps
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 58
    • Issues 58
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • procps-ng
  • procps
  • Repository
Switch branch/tag
  • procps
  • top
  • top.c
Find file BlameHistoryPermalink
  • 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: jim warner's avatarJim Warner <james.warner@comcast.net>
    9e4c2cca