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 180529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:36:09+00:00 2026-05-11T14:36:09+00:00

This is my code… I don’t know why I’m get an error segment… could

  • 0

This is my code… I don’t know why I’m get an error segment… could somebody explain the reason to me?

#include <iostream>  #include <string>  // Required by for routine #include <sys/types.h> #include <unistd.h>  using namespace std;   int globalVariable = 2;  main() {    string sIdentifier;    int    iStackVariable = 20;     pid_t pID = vfork();    if (pID == 0)                // child    {       // Code only executed by child process        sIdentifier = 'Child Process: ';       globalVariable++;       iStackVariable++;       cout << 'PROCESO NUMERO'<<getpid()<<sIdentifier; //          printf('Proceso hijo: PID %d - PPID %d\n', getpid(), getppid());       cout << ' Global variable: ' << globalVariable;       cout << ' Stack variable: '  << iStackVariable << endl;       return (0);     }     else if (pID < 0)            // failed to fork     {         cerr << 'Failed to fork' << endl;         return (1);         // Throw exception     }     else                                   // parent     {       // Code only executed by parent process        sIdentifier = 'Parent Process:';     }      // executed only by parent      cout << sIdentifier;     cout << ' Global variable: ' << globalVariable;     cout << ' Stack variable: '  << iStackVariable << endl;     return (0); } 
  • 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. 2026-05-11T14:36:09+00:00Added an answer on May 11, 2026 at 2:36 pm

    Is this of use ? Note the caveats surrounding modification of variables.

    The vfork() function has the same effect as fork(), except that the behaviour is undefined if the process created by vfork() either modifies any data other than a variable of type pid_t used to store the return value from vfork(), or returns from the function in which vfork() was called, or calls any other function before successfully calling _exit() or one of the exec family of functions.

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

Sidebar

Ask A Question

Stats

  • Questions 170k
  • Answers 170k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If there is a space after the comma in your… May 12, 2026 at 2:11 pm
  • Editorial Team
    Editorial Team added an answer I'm not sure which expressions you need to prove the… May 12, 2026 at 2:11 pm
  • Editorial Team
    Editorial Team added an answer The string % operator is simpler than you are imagining.… May 12, 2026 at 2:11 pm

Related Questions

I am currently running into a problem where an element is coming back from
This is my code: internal enum WindowsMessagesFlags { WM_EXITSIZEMOVE = 0x00000232, WM_DISPLAYCHANGE = 0x0000007e,
This is my code: import datetime today = datetime.date.today() print(today) This prints: 2008-11-22 which
This is my code: type HoraAtendimento = (String, Int, Int) htmlHAtendimento :: [HoraAtendimento] ->
this is my code to turn a byte[] array into an image unsafe {

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.