|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-06-27 15:06:21
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified Summary: Gtk2::Gdk::Pixbuf::render_pixmap_and_mask leaks X memory Product: gnome-perl Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: squ...@fr... QAContact: gtk...@li... GNOME version: 2.17/2.18 GNOME milestone: Unspecified Please describe the problem: Using the Gtk2::Gdk::Pixbuf::render_pixmap_and_mask function leaks GObjects and X ressources. see http://mail.gnome.org/archives/gtk-perl-list/2007-April/msg00076.html Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information: -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-06-27 15:10:40
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #1 from Quentin Sculo 2007-06-27 15:10 UTC ------- Created an attachment (id=90757) --> (http://bugzilla.gnome.org/attachment.cgi?id=90757&action=view) testcase testcase, replace file.jpg by a real image file. Don't let it run too long or it might crash your X server. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-06-27 19:30:41
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified Torsten Schoenfeld changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaf...@gm... Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 ------- Comment #2 from Torsten Schoenfeld 2007-06-27 19:30 UTC ------- Looks like muppet's patch hasn't been committed yet. muppet, can you commit it? If that patch doesn't fix the leaks you're seeing, as you said on the list, then I think it's an issue in the underlying library. Also, how do you measure that this is leaking? -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-06-27 21:49:45
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #3 from Quentin Sculo 2007-06-27 21:49 UTC ------- I simply use top (press 'M' to sort by memory), and watch Xorg memory usage grows. It grows pretty fast, for example with a 600x800 jpg picture it grew by 500m in 30s (=300 function calls). -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-06-28 00:34:01
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #4 from muppet 2007-06-28 00:33 UTC ------- http://gtk2-perl.cvs.sourceforge.net/gtk2-perl/gtk2-perl-xs/Gtk2/xs/GdkPixbuf.xs?r1=1.38&r2=1.39 -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-07-05 21:06:38
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #5 from Torsten Schoenfeld 2007-07-05 21:06 UTC ------- Created an attachment (id=91273) --> (http://bugzilla.gnome.org/attachment.cgi?id=91273&action=view) Mortalize returned scalars It turns out that the previous patch wasn't enough. We still need to mortalize the returned scalars. This patch fixes the issue for me. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-07-05 21:25:09
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #6 from Quentin Sculo 2007-07-05 21:25 UTC ------- Works for me too, thanks -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |
|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2007-07-05 22:08:53
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=451639 gnome-perl | Gtk2 | Ver: unspecified Torsten Schoenfeld changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #7 from Torsten Schoenfeld 2007-07-05 22:08 UTC ------- Committed to both branches. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=451639. |