-
Notifications
You must be signed in to change notification settings - Fork 1.1k
LexRuntimeService segmentation fault #684
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
Comments
Hello, I tried to build application again with QtFramework. Here is code: lexwrapper.h
lexwrapper.cpp
Here is usage of LexWrapper in my application:
Used libs: Tried on g++-4.8 and g++-5.4.0 (with _GLIBCXX_USE_CXX11_ABI=0) Crashed in bits/basic_string.h:3121:
Stack:
|
Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deservers. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm using gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4). Trying to build Application using Kitt.ai Snowboy Hotword Detection and AWS Lex.
When I build demo lex application - everything seems to be ok (it returns valid intent):
But when I use same code with my other application I get following SIGSEGV:
The text was updated successfully, but these errors were encountered: