Skip to content

Segmentation fault (core dumped) #208

@AMA-cs

Description

@AMA-cs

Hello,

I'm running IntaRNA with options similar to RNAup while integrating shape data. I noticed that when I change the tShapeMethod from "D" to "Z" and the tShapeConversion from "O" to "M", I get a segfault error.

This command works fine:
IntaRNA -v --energyVRNA=/home/ubuntu/ViennaRNA-2.5.1/misc/rna_turner2004.par --model=P --mode=M --noSeed --accW=0 --accL=0 --intLenMax=25 -t targetInput.fasta -q queryInput.fasta --tShape=targ.shape --tShapeMethod="D" --tShapeConversion="O" --outMode=E

However, changing the conversion and shape method results in an error:
IntaRNA -v --energyVRNA=/home/ubuntu/ViennaRNA-2.5.1/misc/rna_turner2004.par --model=P --mode=M --noSeed --accW=0 --accL=0 --intLenMax=25 -t targetInput.fasta -q queryInput.fasta --tShape=targ.shape --tShapeMethod="Z" --tShapeConversion="M" --outMode=E

The error below:
image

Even when I use this option: --outMode=C --outCsvCols '*', it gives the same error. However, when I exclude these columns, it works: Eall1,Zall1,EallTotal,Etotal. The target sequence is > 300nt. Not sure if the issue is a memory issue or something else. It only happens when with shape data with method "Z".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions