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

Segfault when trying to access a non-existing header #88

Closed
pbenner opened this issue Jun 28, 2019 · 1 comment
Closed

Segfault when trying to access a non-existing header #88

pbenner opened this issue Jun 28, 2019 · 1 comment

Comments

@pbenner
Copy link

pbenner commented Jun 28, 2019

import pyBigWig
bw = pyBigWig.open("some_file_that_does_not_exist.bw", "w")
bw.header()
/usr/bin/python3: line 2: 42653 Segmentation fault (core dumped) prun python3 "$(basename "$0")" "$@"

@dpryan79
Copy link
Collaborator

Hmm, yeah, I should really have it die more gracefully than that!

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

2 participants