-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segment fault and Core dump #61
Comments
Did you check if you are using the same delta file for both merging?
…On Wed, Dec 23, 2020, 18:38 longzhangnation ***@***.***> wrote:
Hi ,
I am using two asseblies for one genome to quickmerge. The first one's
size is 4Gb , and its contigs number is 15k , the other's size is 5Gb ,and
contigs number is 77k . When I use the first one as reference , and the
second as query , quickmerge works fine . But when I use the first as query
, the second as reference , it repeorts " segement fault ( core dump ) "
and exit , no more information is reported . Could it be caused by the
insufficient memory ? or anything else ? How can I work aroud ? here is the time
-v to check the run ,
Command being timed: "./test.sh"
User time (seconds): 43.70
System time (seconds): 12.62
Percent of CPU this job got: 91%
Elapsed (wall clock) time (h:mm:ss or m:ss): 1:01.75
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 10218256
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 2620229
Voluntary context switches: 6
Involuntary context switches: 653
Swaps: 0
File system inputs: 0
File system outputs: 22312
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 139
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#61>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZQH2ER632OGSDBMMZTGMTSWKSSDANCNFSM4VHV5EJA>
.
|
Maybe not . I rerun the second step , delta-filter with -l 20000, and do quickmerge again , it runs successfully and outputs the results . Maybe too many alignments caused the software unable to work . |
I use the original delta-filter result for quickemerge with parameter -ml 25000 ( at first using -m 10000 ) , and get the result ,too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ,
I am using two asseblies for one genome to quickmerge. The first one's size is 4Gb , and its contigs number is 15k , the other's size is 5Gb ,and contigs number is 77k . When I use the first one as reference , and the second as query , quickmerge works fine . But when I use the first as query , the second as reference , it repeorts " segement fault ( core dump ) " and exit , no more information is reported . Could it be caused by the insufficient memory ? or anything else ? How can I work aroud ? here is the
time -v
to check the run ,The text was updated successfully, but these errors were encountered: