Racon generated an error like "terminate called after throwing an instance of 'std::system_error'"
0
0
Entering edit mode
6.0 years ago
freddiejung ▴ 60

I am using RACON(https://github.com/isovic/racon) to call consensus sequence of a genome.

I get the following error:

terminate called after throwing an instance of 'std::system_error'
what():  Enable multithreading to use std::thread: Operation not permitted
zsh: abort      racon reads.fq mapped.paf contigs.fasta

I have already installed

  1. gcc 4.8+ and clang 3.4+
  2. cmake 3.2+ to satisfy the Racon requirement.

Is anyone encountering the same problem? What do I have to do?

Thanks.

software error Assembly long-read • 3.2k views
ADD COMMENT
0
Entering edit mode

I would contact the developer directly at https://github.com/isovic/racon/issues and let him know your system (i.e., Ubuntu?) and system version along with what git commit or version of racon your are trying to run. Also what versions of gcc, clang, and cmake you are using. Maybe there is a bug on some systems using pthreads and your version of gcc with the version of racon you compiled.

ADD REPLY
0
Entering edit mode

Dear jean.elbers,

I contacted the developer followong your advice (https://github.com/isovic/racon/issues/65). It turned out to be a gcc bug and the developer showed a solution.

Best regards, Jung

ADD REPLY

Login before adding your answer.

Traffic: 1837 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6