Skip to content
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

vg view #2457

Open
erivals opened this issue Sep 14, 2019 · 4 comments
Open

vg view #2457

erivals opened this issue Sep 14, 2019 · 4 comments

Comments

@erivals
Copy link

erivals commented Sep 14, 2019

  1. What you were trying to do
    getting the graph in GFA format with vg view on the "tiny" example with simple tiny.vcf files from your test directory

  2. What you wanted to happen
    see above

  3. What actually happened
    vg view crashed

  4. What data and command line to use to make the problem recur, if applicable

vg construct -r tiny.fa -v tiny.vcf.gz > t.vg
vg view t.vg > t.gfa
ERROR: Signal 4 occurred. VG has crashed. Run 'vg bugs --new' to report a bug.
Stack trace path: /tmp/vg_crash_z18o2M/stacktrace.txt

here is the stacktrace

cat /tmp/vg_crash_z18o2M/stacktrace.txt
Crash report for vg v1.18.0 "Zungoli"
Stack trace (most recent call last):
#6    Object "/home/rivals/local/bin/vg", at 0x4d5819, in _start
#5    Object "/home/rivals/local/bin/vg", at 0x1a5d498, in __libc_start_main
#4    Object "/home/rivals/local/bin/vg", at 0x4098a2, in main
#3    Object "/home/rivals/local/bin/vg", at 0x9ac137, in vg::subcommand::Subcommand::operator()(int, char**) const
#2    Object "/home/rivals/local/bin/vg", at 0x9b2cf4, in main_view(int, char**)
#1    Object "/home/rivals/local/bin/vg", at 0xb2e9c5, in vg::graph_to_gfa(vg::VG const*, std::ostream&)
#0    Object "/home/rivals/local/bin/vg", at 0x11d187c, in gfak::GFAKluge::GFAKluge()

@ekg
Copy link
Member

ekg commented Sep 14, 2019 via email

@erivals
Copy link
Author

erivals commented Sep 14, 2019

Hi
no i installed the conda package.

@hd00ljy
Copy link

hd00ljy commented Sep 23, 2019

Hi,
I experienced the same issue.

Commands

vg view  test.vg

Error message

Crash report for vg v1.18.0 "Zungoli"
Stack trace (most recent call last):
#6    Object "/root/bin/vg", at 0x4d5819, in _start
#5    Object "/root/bin/vg", at 0x1a5d498, in __libc_start_main
#4    Object "/root/bin/vg", at 0x4098a2, in main
#3    Object "/root/bin/vg", at 0x9ac137, in vg::subcommand::Subcommand::operator()(int, char**) const
#2    Object "/root/bin/vg", at 0x9b2cf4, in main_view(int, char**)
#1    Object "/root/bin/vg", at 0xb2e9c5, in vg::graph_to_gfa(vg::VG const*, std::ostream&)
#0    Object "/root/bin/vg", at 0x11d187c, in gfak::GFAKluge::GFAKluge()

I used binary release and the version is

vg version v1.18.0 "Zungoli"
Compiled with g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 on Linux
Built by ubuntu@ip-172-31-45-169

@ekg
Copy link
Member

ekg commented Sep 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants