-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
client memory leak #457
Comments
Good news is that this is encoding related and not some obscure python object leak: So the problem clearly is in the Temporary workaround is to use another encoding... sadly, x264 is the best one. |
2013-11-16 23:27:25: madmonk commented
|
No, not when the distributions in question already ship a version we can run against: there is no way we can shoulder the maintenance cost of static builds and bug-fix/security updates for those.
We do not require any such patches. What we should do is report the bug to vendor and hope that they fix it.. In this case, it does look like an Ubuntu bug once again, I cannot reproduce this on other distros (though I haven't tried them all) - so I am lowering the priority and will probably release 0.10.10 as it is. |
r4872 fixes the memleak with ffmpeg2, the fix for the old libav versions found in Ubuntu is likely to be similar. |
2013-12-12 15:54:55: totaam uploaded file
|
found nothing with valgrind, but when I removed part of the Please test, there are new beta packages available which include this patch. |
2013-12-16 09:46:04: totaam commented
|
2013-12-20 01:37:08: afarr commented
|
2013-12-20 01:49:23: totaam commented
|
2013-12-21 02:25:47: afarr commented
|
2013-12-21 03:07:50: totaam commented
|
2013-12-26 23:41:49: afarr commented
|
2013-12-27 18:49:46: afarr commented
|
2013-12-28 15:15:29: totaam commented
|
2014-01-01 00:06:19: afarr commented
|
2014-01-01 03:33:43: totaam commented
|
2014-01-02 19:17:54: afarr commented
|
2014-01-03 02:50:23: afarr commented
|
2014-01-03 16:17:21: totaam uploaded file
|
2014-01-03 16:18:38: totaam commented
|
2014-01-09 01:08:52: afarr commented
|
2014-01-09 02:28:27: afarr commented
|
2014-01-09 04:01:31: totaam uploaded file
|
2014-01-09 04:47:49: totaam uploaded file
|
2014-01-09 06:23:50: totaam commented
|
2014-01-09 09:48:56: totaam commented
|
2014-01-10 06:35:14: totaam commented
|
2014-01-10 07:47:37: totaam changed status from assigned to new |
2014-01-10 07:47:37: totaam changed owner from totaam to afarr |
2014-01-10 07:47:37: totaam commented
|
2014-01-15 18:54:09: maxmylyn commented
|
2014-01-17 09:29:25: totaam commented
|
2014-01-17 22:25:40: maxmylyn commented
|
2014-01-17 22:26:14: maxmylyn uploaded file
|
2014-01-18 03:43:47: totaam commented
|
2014-01-20 17:49:28: maxmylyn commented
|
2014-01-31 22:27:12: afarr commented
|
2014-02-08 00:30:47: maxmylyn commented
|
2014-04-08 16:40:01: totaam commented
|
After running the client for many hours with glxgears at full throttle, the client eventually ran out of memory and got killed by the oom-killer.
Unfortunately, I was looking for a server leak with "xpra info" (none to be found), so I don't have much data.
I'll have to try again with different encodings to see if this is encoding related or something else. This is not sound related as I had
--no-speaker
.The memory usage seems to go up slowly, at a rate of about 1MB per minute.
The text was updated successfully, but these errors were encountered: