Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6242829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:01:38+00:00 2026-05-24T12:01:38+00:00

I have a program which fork s a child. I am trying to catch

  • 0

I have a program which forks a child.
I am trying to catch following signals: SIGINT, SIGPIPE and SIGTERM.

On Ctrl+c (which generates SIGINT – afaik) I want to make sure I kill the child process before main program terminates which I am doing in my signal handler.

Now my expectation/understanding is that parent process will be automatically be killed on Ctrl+c. But that is not happening.

On Ctrl+c I get the shell prompt back but I can still see my process in ps. So basically my main program is not getting killed.

Is my understanding wrong?

Edit 0: One observation: Before Ctrl+c, in ps main program status says S but after Ctrl+c its I.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T12:01:39+00:00Added an answer on May 24, 2026 at 12:01 pm

    It gets killed after the signal handler code finishes running, in your case it won’t actually die until the code you placed in the handler code for SIGINT executes (which should close the child process if you wrote it correctly).

    It seems that maybe your handler code is doing something incorrectly that is not letting the process exit, please post your handler code and how you setup your handler as it is possible to do a SIGIGN (ignore) on SIGINT so that CTRL+C effectively does nothing to your program.

    Make sure you call exit(0) or exit(1) or with an error code to tell the process to terminate if not the process will not exit.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Heres a breakdown of my code. I have a program that forks a child
I have a program which needs to behave slightly differently on Tiger than on
I have a program which deliberately performs a divide by zero (and stores the
I have a program which has some Textareas / Labels these can be anywhere
I have a program which needs installing on windows 64 boxes. Most of the
I have a program which only needs a NotifyIcon to work as intended. So
I have a program which I would like to run every X min the
I have a program which runs an external, command line utility and reads the
I have a program which doesn't once reference System.I0, coded in vb.net, yet for
I have a program which takes a long time to complete. I would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.