I'm using a Ubuntu 18.04 guest OS in Oracle VirtualBox. I was successfully running sRNAscanner with different inputs until a few days ago. Now I'm getting a segmentation fault (core dumped)
error message when trying to run sRNAscanner. I have tried clearing out the junk and restarting fresh, but the same problem arises.
I'm getting the following error message.
-rwxr-xr-x 1 ubuntu ubuntu 74030 Aug 31 2010 sRNAscanner_Ubuntu10.exec
ubuntu@ubuntu:~/Downloads/sRNAscanner_Ubuntu10$ ./sRNAscanner_Ubuntu10.exec Input.data
please wait data is being processed.
Sliding in Progress..
Checking spacer value one ...
Checking spacer value two ....
*** stack smashing detected ***: <unknown> terminated
Aborted (core dumped)
ubuntu@ubuntu:~/Downloads/sRNAscanner_Ubuntu10$./sRNAscanner_Ubuntu10.exec Input.data
please wait data is being processed.
Sliding in Progress..
Checking spacer value one ...
Checking spacer value two ....
Segmentation fault (core dumped)
strace
can help to narrow down the cause; e. g. it could be an unexpected input combined with unclean code. But before you start pasting the complete output here, make sure to take the tour and read How to Ask.