We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When parsing sentences from Simple English Wikipedia via RelEx continuously, it crashed at some point with this error:
*** Error in `java': free(): invalid pointer: 0x00007f63ea9403f0 ***
A memory leak perhaps...?
The text was updated successfully, but these errors were encountered:
Need a stack trace to debug. Also, please use version 5.3.1
The problem that I'm seeing is that relex is leaking memory like crazy -- uses up 8GBytes in 24 hours. opencog/relex#228 I haven't seen any crashes.
I'm closing this, because without a stack trace, there's nothing to be done.
Sorry, something went wrong.
No branches or pull requests
When parsing sentences from Simple English Wikipedia via RelEx continuously, it crashed at some point with this error:
*** Error in `java': free(): invalid pointer: 0x00007f63ea9403f0 ***
A memory leak perhaps...?
The text was updated successfully, but these errors were encountered: