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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:55:46+00:00 2026-06-12T05:55:46+00:00

In C, what will happens to a thread’s execution stack if a function does

  • 0

In C, what will happens to a thread’s execution stack if a function does not return?

void funcB() __attribute__ ((noreturn));

int funcA (...)
{
   // do stuff
   funcB();
   // do more stuff
}

An example of this situation is, says, funcA is the kernel function that creates a new thread and funcB is kernel code that switches the new thread to user mode and let it run.

Thank you.

  • 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-12T05:55:47+00:00Added an answer on June 12, 2026 at 5:55 am

    Have you seen this? http://gcc.gnu.org/onlinedocs/gcc-4.3.2//gcc/Function-Attributes.html

    As it says in the section about noreturn:

    Do not assume that registers saved by the calling function are restored before calling the noreturn function.

    I assume this means that there is no guarantee that, for example, the stack pointer (or other stack frame elements) will be restored after the noreturn function finishes.

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

Sidebar

Related Questions

They brush the subject in this thread, but it does not really answer much:
will main thread exit before child threads complete execution? i read in 2 articles
What happens is whenever i upload media onto my site; everyone will get a
I would like to know as to what will happen to the thread which
Does this simple cache class need thread synchronization ... if I remove the lock
If I set the CurrentCulture of a thread pool thread, what happens when the
Something happens in my system on a worker thread. Let's say that the state
Suppose a thread A is running. I have another thread, B , who's not.
I am building a small tool that will need to open a thread, and
I am trying to understand what happeneds when a native thread with stack size

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.