$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] pthread_exit() from boost::thread segfaults
From: Bogdan Cristea (cristeab_at_[hidden])
Date: 2010-12-20 13:14:30
There is no reason for your snippet to fail. I have tested on openSUSE 11.3,
64 bits with gcc 4.5.0 and libboost_thread 1.42.
Try to remove from the thread starter function the call to pthread_exit() and
see if you still get the error.