DSRC icon indicating copy to clipboard operation
DSRC copied to clipboard

Errors of multithreading

Open sfchen opened this issue 6 years ago • 1 comments

I compiled DSRC with Makefile.c++11 option, then run it with -t2 option. I got

Warning: passing a FASTQ file without '.fastq' extension
terminate called after throwing an instance of 'std::system_error'
  what():  Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)

sfchen avatar Jun 20 '18 03:06 sfchen

Hi. Unfortunately this problem is related with your compilation. Could you please check: https://stackoverflow.com/questions/17274032/c-threads-stdsystem-error-operation-not-permitted

lrog avatar Oct 11 '18 07:10 lrog