-
Notifications
You must be signed in to change notification settings - Fork 5
SEVERE | memory leak in icu_replace.c #10
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
Sorry but I probably won't have time to investigate. |
So sad, would you like a reimbursement to fix the issue? |
@LaurentDhont I'm not sure how to test it, but it's in the debian repo as Also you could try this set of extensions instead:
At least it appears to be maintained. I loaded the binary release and ran this:
Just some ideas. I would not be able to help with finding the leak. (I emailed this comment too, but it didn't show up so it might end up duplicated) |
cc -Wall -g -o test main.c `pkg-config --libs sqlite3` `pkg-config --libs icu-i18n`
valgrind --tool=memcheck ./test
|
There appears to be a memory leak in icu_replace.c
It would be amazing if this could get fixed, it has been causing tremendous issues in our production server and it took about a year to find the cause. The cause is most likely related to this sqlite extension.
We tested a simple scenario with valgrind and this is the result:
The text was updated successfully, but these errors were encountered: