id summary reporter owner description type status milestone component version severity resolution keywords cc 4894 segmentation fault on thread_group::join_all depending on the machine used lyxthe@… Anthony Williams "Hello I would like to submit this new ticket, hopping it is really a problem and not an error of my own. I explain the problem, I made this simple program (just after) and, depending on the machine where I execute it, it makes a segmentation fault or not. I would like to know if it is because of the computer used or if it is really a bug. The program : {{{ #include #include #include using namespace std; const int thread_nbr=20; void fonct(int num){ cout << ""thread "" << num << endl; } int main(){ int i=0; int j=0; boost::thread_group groupe; for(i=0;i<5;i++){ cout << ""beginning of loop "" << i << "":"" << endl; for(j=1;j