-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problems reported by valgrind #159
Comments
When trying to execute examples/sample.kx we get a segfault and with valgrind we get this:
|
Thanks for your report. |
I am sorry, I can not use Linux environment now. Just a moment please. I will try to setup another linux on my system. |
In the latest source code, uninitialized values and segfault with sample.kx will be fixed, but memory leak problem is remaining.
I do not know why the function name is not displayed. I am also going to try another way to find it cause. Thanks in advance. |
As I have a limited access to a linux environemnt, so I tried to find it out on Windows with At least on Windows, there are no errors in SpecTest, REPL, and Isolate library of threading. If possible, please try the latest source code on Linux. Thanks in advance. |
It is just a information. I was going to fix all memory leaks, but it still has remained... I will fix it when I have time. |
Adding
-g
to CFLAGS, building kinx and running it under valgrind we get this output:The text was updated successfully, but these errors were encountered: