I don't know what is happening in my Ubuntu 13.10. All my functions using std::threads are throwing the error message :
terminate called after throwing an instance of 'std::system_error'
what(): Operation not permitted Aborted (core dumped)
This same program works perfectly in Ubuntu 13.04 64 and 32 bits... I didn't change the g++ parameters in the Makefile.. It seems to be a bug of Ubuntu 13.10 x64..
Can anyone help me?
( Sorry for my bad English )