-
Notifications
You must be signed in to change notification settings - Fork 58
Error 122 #49
Comments
Please rerun with Shasta Release 0.2.0, which was released a couple of days ago. Hopefully that will give us a better indication of what is going on. For large runs, for best performance and reliability you should use command line options Please report on the outcome of running with Release 0.2.0. |
OK, thanks. I will do that, but with 0.2.0 I get this? FATAL: kernel too old |
What Linux distribution are you on? Please attach the output of |
Ah, the machine I was on has Linux 2.6, but I have another with 3.10 which runs 0.2.0. Thanks! I'll give this a try. |
Thanks, let me know how that goes. Some background information on this:
This means that users on some older systems (for example CentOS 6 - that may be your situation) will not be able to run Shasta 0.2.0. Given this, for the next release I will consider releasing both versions of the executable. Building on Ubuntu 16.04 is still supported by the latest Shasta code. So in the meantime, before the next release, I could make a test build of the latest code on Ubuntu 16.04 and give you access to the executable - that would allow you to run the latest version of Shasta on the older system. Let me know if you want me to do that. |
Because of a bug, some data structures used during the LowHash algorithm are always backed by files on disk, regardless of the memory mode options specified. This does not affect the results but lowers performance slightly and increases disk space requirements. Even with this bug, these files are being removed when the LowHash portion of the assembly is complete. The error message posted at the beginning of this issue (Error 122) was caused by exceeding the user quota of disk space because of these data structures being written to disk. So to summarize this issue uncovered three separate problems:
|
I am closing this issue because the cryptic message was already fixed, the LowHash problem was just fixed by the above commit, and for the old kernel problem I created a new issue #50 If new problems arise, please create a new issue rather than appending here. |
Encountered the following error when running this command on a 2 TB, 32 core Linux machine. Any suggestions?
Thanks,
KF
shasta-Linux-0.1.0 --input subreads.fasta --output SHASTA
2019-Aug-21 23:15:16.174763 LowHash iteration 5 begins.
2019-Aug-22 02:36:28.718041 Terminated after catching a runtime error exception:
Error 122 during ftruncate to size 1987878912
The text was updated successfully, but these errors were encountered: