-
Notifications
You must be signed in to change notification settings - Fork 138
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
A large memory leak #7
Comments
Hi jben94! Sounds like it's worthy of some inspection. Can you share with us the exact valgrind command you used, what version of valgrind, and what platform you ran it on? THANKS! |
Hi,
Changes made to bypass the problem are in the file. |
I did a dry run without patching
Except
|
how do you use gearman server? |
gearmand started in valgrind as described in your comment at Aug 22 and run simple sum test. |
I do not have the results of my tests with valgrind. But if you look at the portion of source code that I indicated. We can see a memory allocation that is never freed. |
@jben94, mod-gearman supports gearmand v0.33.
Maybe it's a clue for the issue. |
Hello,
We have a large memory leak issue regarding the "malloc" line 90 of file "packet.cc".
We lost 4MB, 8MB of RAM in 15 minutes of use.
I did not find in your memory the release of this code "malloc".
Will you help us fix this problem?
We found this problem by using the tool Valgrind.
The text was updated successfully, but these errors were encountered: