GNOME Bugzilla – Bug 348170
Totem eats memory like there's no tomorrow
Last modified: 2006-07-21 10:53:46 UTC
totem 1.5.4-0ubuntu1, xine-lib 1.1.2-2ubuntu2 Start totem and press just "1". The results at second 8 (!) is: fabio 19768 4.8 59.8 1562568 266740 pts/1 Tl 21:02 0:08 /usr/bin/totem Stack trace from the thread responsable:
+ Trace 69483
Doesn't happen with xine-gstreamer: when pressing "1" the window doesn't even try to resize itself.
(In reply to comment #1) > Doesn't happen with xine-gstreamer: when pressing "1" the window doesn't even > try to resize itself. Huh? "xine-gstreamer" ?
BTW, I can't reproduce that with the current CVS.
Err... totem-gstreamer. Better stacktrace:
+ Trace 69488
I don't understand what this backtrace is supposed to be. The only time gdk_pixbuf_scale_simple() is called, the result is unref 3 lines down. Please try with the current HEAD, and be a bit more precise as to how much is leaked, and use something like valgrind to show the leak.
There isn't a memory leak, at first sight I was thinking about an allocation inside an infinite loop, but it's just a bug in gdk_pixbuf_scale for which I file a bug 348222. This is reproducible with totem-xine HEAD and GTK 2.10.0. This bug now turns to: "totem tries to resize totem_logo.png to 1x1 when hitting '1'"
Ha, it's not me that's done it then :) The second part is bug 348184 that I'll be looking at soon. *** This bug has been marked as a duplicate of 348222 ***
It seems so. :-) BTW, thanks for your always-blazing-fast response time!