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

  • SEARCH
  • Home
  • 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 7775845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:43:38+00:00 2026-06-01T17:43:38+00:00

Is it possible to simulate the behaviour of vfrok with clone? So far I

  • 0

Is it possible to simulate the behaviour of vfrok with clone? So far I have

pid=clone(fn,cStack,SIGCHLD|CLONE_FS | CLONE_FILES | CLONE_VM | CLONE_VFORK,NULL);

but I still need to pass my own stack, so the new process is working in different stack frame but in the same address space (because of CLONE_VM), and as I understand, if I invoke vfork and don’t use some function from exec, the new process is operating in the same address space as the parent, and it uses the same stack frame.

So is it possible to make a new process with clone that operates in the same address space and is using the same stack frame as the parent?

  • 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-06-01T17:43:40+00:00Added an answer on June 1, 2026 at 5:43 pm

    It’s not possible without writing the function in assembler. This is a fundamental issue that cannot be “fixed”; even the vfork syscall wrapper itself must be written in assembly rather than C for most archs (any arch where the return address is stored on the stack). This is because after the child runs using the same stack as the parent, it will potentially have overwritten the return address that the function (vfork, clone, or some other wrapper) needs to return to in the parent.

    In assembler, you simply save the return address in a register before making the syscall.

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

Sidebar

Related Questions

Is it possible to simulate user input in android ? For example to have
Possible Duplicate: Simulate php array language construct or parse with regexp? suppose I have
I have a question: I was wondering if it is possible to simulate the
Is it possible to simulate a click on a button, similar to doClick() but
Is it possible to simulate a large amount of traffic to a server, to
I was wondering, in java, is it possible to in anyway, simulate pass by
Possible Duplicate: Simulate steady CPU load and spikes I need to write an application
Possible Duplicate: How can I simulate OO-style polymorphism in C? I am newbie to
Is it possible to use given coordinates in order to simulate a click in
Possible Duplicates: ‘Friends’ equivalent for Java? Is there a way to simulate the C++

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.