-
Notifications
You must be signed in to change notification settings - Fork 71
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
Segmentation Fault #13
Comments
Try running with a different logging level (e.g. logging.DEBUG) https://github.com/vavrek/openassistant/blob/6a51f51c0599d4843310334adffe3a4a6f3404e8/run.py#L6 I wish there was a switch to do that. And I haven't poked around in the code recently enough to know what phase of running you're getting to. That output is from Sphinx.. is |
I have the same problem. Here's the output with DEBUG enabled. It's a Ubuntu 16.04 system.
small update: dmsg shows
update nr. 2: running the pipeline manually also leads to a segfault:
|
Thanks @Dennsen! I started dusting off my old development branch.. hope to update some stuff and move to the 'official' OA repository soonish (https://github.com/openassistant) -- I've got a branch that includes The first issue I noticed was a line in your debug output where it's printing the pipeline, and it's using I guess I'm most concerned about what's happening when you try to manually run the pipeline.. how recent is your gst/pocketsphinx install? How did you install pocketsphinx? Do you also have the other gst-plugins (i.e. good, bad, ugly)? |
Hey, thanks for the answer. I installed pocketsphinx via: Guess I can live with that for now, but we should keep an eye on this. |
Good call! I haven't had much luck with the package installs of pocketsphinx.. I think our advice for now is to simply build from source. Just one more thing, @Dennsen, does the output from pocketsphinx now show the expected paths for |
Good point, I checked the output from the following pipe, seems like the wrong path is used:
|
Well back on working on my pi project. I can't seem figure out how to get the pocketsphinx built from source to work. I don't think it's installing in the right place. I'm going to try to see if I can get openassistant to work on a vm or a clean install of raspbian. |
After running
./run.sh -c -H20 -m0 -M mind/boot
on both my Debian laptop and my raspberry pi I get a segmentation fault.Console Log:
The text was updated successfully, but these errors were encountered: