RSSAmplifier

Alex on Linux · Oct 9, 2010

pthread_exit() in C++

0
Sign in to vote or save

This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.

Today I ran into an interesting problem that I would like to share. I am working on multi-threaded code in C++. Here’s what happened. I started a thread that looks like this: try { do_something() } catch (...) { std::cout << 'Got unknown exception' << std::endl; } The do_something() routine eventually called pthread_exit(). Once I ran this piece of code, I instantly got an unknown exception…

Read on alexonlinux.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.