-
Notifications
You must be signed in to change notification settings - Fork 194
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
Got an error called: Signal 6 occurred. VG has crashed. #3516
Comments
Is it possible to share the data that produced the error? |
Would love to share the data. it seems i can't directly upload the file here, the format is not recognized. how can I upload the data into the channel. |
You can send it to joeizeng@gmail.com |
I have sent you the data:) Thanks |
What I have done
3)using vg autoindex to index the gfa flie 4)using the giraffe to map the paired short reads, and get a gam file The error that I posted here is the fifth step which I want to try convert the gam file into bam, then call variant. Thank you very much |
As my data is not very big, I tried vg map to map the paired reads to the graph |
I got the same error message as you.Could you please tell me why? |
I got very similar error message with the command |
This message is a warning, not an error. We currently don't have the capacity built into |
1. What were you trying to do?
I was trying to use vg surject to convert gam into bam
./vg surject -x nm_3ST_100k_sorted_graph.xg -p NC_017518 -l -i NMI97348_mapped.gam -b > NMI97348_mapped.bam
2. What did you want to happen?
I want to get the bam file output for following variant calling
3. What actually happened?
when I run the command,
I got the errors as following
terminate called after throwing an instance of 'std::runtime_error'
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.terminate called recursively
terminate called recursively
terminate called recursively
terminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: /tmp/vg_crash_FUK95n/stacktrace.txtterminate called recursively
what(): Attempted to get handle for node 24554 not present in graph
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.terminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: /tmp/vg_crash_NB5TTq/stacktrace.txt
Please include the stack trace file in your bug report!
terminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: /tmp/vg_crash_Bcqxepterminate called recursively
ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
Stack trace path: /tmp/vg_crash_vEMkZn/stacktrace.txt
Please include the stack trace file in your bug report!
Please include the stack trace file in your bug report!
ERROR: Signal 6ERROR: Signal 6 occurred. VG has crashed. Visit https://github.com/vgteam/vg/issues/new/choose to report a bug.
4. If you got a line like
Stack trace path: /somewhere/on/your/computer/stacktrace.txt
, please copy-paste the contents of that file here:Crash report for vg v1.34.0 "Arguello"
Stack trace (most recent call last) in thread 66456:
#17 Object "", at 0xffffffffffffffff, in
#16 Object "", at 0x1c8f4e2, in
#15 Object "", at 0x12d30e8, in
#14 Object "", at 0x1bc889d, in
#13 Object "", at 0xb4ae03, in
#12 Object "", at 0x1bcb177, in
#11 Object "", at 0x1bc283b, in
#10 Object "", at 0xb4a781, in
#9 Object "", at 0xb4a2f2, in
#8 Object "", at 0x4f8bd9, in
#7 Object "", at 0x1bd8f99, in
#6 Object "", at 0x1bd85aa, in
#5 Object "", at 0x1b171d3, in
#4 Object "", at 0x1bb65c8, in
#3 Object "", at 0x1b1781b, in
#2 Object "", at 0x1b18dd9, in
#1 Object "", at 0x57b913, in
#0 Object "", at 0x12d64cb, in
Place stacktrace here.
Place vg version output here
vg version v1.34.0 "Arguello"
Compiled with g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 on Linux
Linked against libstd++ 20200808
Built by anovak@octagon
The text was updated successfully, but these errors were encountered: