-
Notifications
You must be signed in to change notification settings - Fork 217
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
arcs, aux_labels = _fsa_from_str(s, acceptor, True), got Segmentation fault (core dumped) #515
Comments
mm, can you show us the stack trace? I can't figure out where did you get the error (though I guess you get crash when loading G at the begining of It's also better if you ask questions about snowfall under the repo of snowfall. |
you can do |
Please at least take a screenshot of the error log. |
Please show the output of:
And the output of |
env: OS: CentOS Linux release 7.7.1908 (Core) (x86_64) Python version: 3.7 (64-bit runtime) Nvidia driver version: 418.87.00 Versions of relevant libraries: |
(gdb) bt |
And the output of
? |
No module named k2.version...lol |
Please install k2 with
or refer to https://k2.readthedocs.io/en/latest/installation.html for how to install k2. |
I install k2 from source, pip install dist/k2-0.0.1.dev20201216-cp37-cp37m-linux_x86_64.whl |
I will try the newest source. |
I use the newest K2 source code to build, now I can run the demo, thx for your help. |
Hi, I run the example snowfall, this line got Segmentation fault (core dumped), how to solve the problem?
arcs, aux_labels = _fsa_from_str(s, acceptor, True)
The text was updated successfully, but these errors were encountered: