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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:56:36+00:00 2026-05-18T09:56:36+00:00

Im using Ubuntu 10.10, Code::Blocks with GCC 4.2. I have written a code like

  • 0

Im using Ubuntu 10.10, Code::Blocks with GCC 4.2.

I have written a code like that:

#include <iostream>
#include <stdlib.h>
#include <pthread.h>

using namespace std;

void *thread1proc(void* param){
    while(true)
    cout << "1";

    return 0;
}

int main(){
    pthread_t thread1;

    pthread_create(&thread1,NULL,thread1proc,NULL);
    pthread_join(thread1,NULL);

    cout << "hello";
}

Main starts, creates the thread. But what is weird (for me) is main doesn’t continue running. I expect to see “hello” message on screen and end of the program. Because in Windows, in Delphi it worked for me like that. If “main” is also a thread, why doesn’t it continue running? Is it about POSIX threading?

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-05-18T09:56:37+00:00Added an answer on May 18, 2026 at 9:56 am

    It stops because you call pthread_join and the thread you are joining “to” has an infinite loop.

    From that link:

    The pthread_join() function suspends
    execution of the calling thread until
    the target thread terminates, unless
    the target thread has already
    terminated.

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

Sidebar

Related Questions

I'm using Code::Blocks to compile a shared library on Ubuntu. When I make a
So in Code::Blocks in Ubuntu (latest). I have a project in which I load
I'm using an ARM Cortex-A8 based processor called as i.MX515. There is linux Ubuntu
I am kind of new to C (I have prior Java, C#, and some
Firstly, I come from Windows-VisualStudio-C++ background. Now I am developing in a Ubuntu environment.
I'm using a pc1602f PowerTip directly connected to the PC parallel port using this
string temp is equal to ZERO:\t.WORD\t1 from my debugger. (the first line of my
I am building a library, called physgameengine, to aid in building games. This game
I'm writing a command line program in ANSI C to parse a Quake 2
Working with Python in Emacs if I want to add a try/except to a

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.