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

Error with loadlocale: _nl_intern_locale_data #184

Closed
dariober opened this issue Apr 8, 2019 · 4 comments
Closed

Error with loadlocale: _nl_intern_locale_data #184

dariober opened this issue Apr 8, 2019 · 4 comments

Comments

@dariober
Copy link

dariober commented Apr 8, 2019

Hi- with vcf_validator v0.9.1 on Ubuntu 18.04 I get the error:

./vcf_validator -i data/common.sample.vcf.gz
[info] Reading from input file...
vcf_validator: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
Aborted (core dumped)

After some googling I found I can work around it by first executing export LC_ALL=C but it would be nice to have a more permanent solution...

@jmmut
Copy link
Contributor

jmmut commented Apr 9, 2019

Hi, yes, you are right, we noticed this some days ago and reached to the same conclusion. However, we didn't have time to fix this yet. I can put a short notice in the readme for now. We will update and close this issue when it's fixed. Thanks.

@thedam
Copy link

thedam commented Oct 11, 2019

we're still waiting :)

@jmmut
Copy link
Contributor

jmmut commented Oct 11, 2019

This is from april... 6 months already... Be sure I haven't forgotten about this. I'll try a bit harder to convince my bosses to let me (or someone else) spend some time on this. If there's a PR from anyone I'll probably take a look in my personal spare time.

The thing is, it's not really broken. It works with the annoying workaround. It's hard to prioritize this when there are other urgent and broken projects.

@jmmut
Copy link
Contributor

jmmut commented Feb 12, 2020

fixed in the latest release: v0.9.3: https://github.com/EBIvariation/vcf-validator/releases/tag/v0.9.3

@jmmut jmmut closed this as completed Feb 12, 2020
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