From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-02-24 11:24:23
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified Summary: t/GdkPixbufLoader.t fails test 'got some area-updated signals' with recent gdk-pixbuf Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: int...@bo... QAContact: gtk...@li... GNOME version: --- On current Debian unstable, t/GdkPixbufLoader.t fails test 'got some area-updated signals', as reported on https://bugs.debian.org/739809. It does not fail (yet) on current Debian testing. Both distributions have the same version of libgtk2, but testing has gdk-pixbuf 2.28.2, while unstable has 2.30.5. I suspect the gdk-pixbuf update is the cause of the issue. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-02-24 11:26:09
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified intrigeri <intrigeri> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |int...@bo... -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-22 10:55:41
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified --- Comment #1 from intrigeri <int...@bo...> 2014-03-22 10:55:30 UTC --- FTR, I can still reproduce this on current Debian unstable. Any information I could provide to help fix this? -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-24 11:51:44
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified Colin Watson <cjwatson> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cjw...@de... --- Comment #2 from Colin Watson <cjw...@de...> 2014-03-24 11:51:32 UTC --- I bisected this to this gdk-pixbuf change: commit 0352f8589831a7f76f3c66db643c4bf920422110 Author: Matthias Clasen <mc...@re...> Date: Tue Dec 17 08:51:09 2013 -0500 Unify sniff buffer size GdkPixbufLoader was using 1k as a buffer size for sniffing file types, and the gdk_pixbuf_new_from_file() family of functions was using 4k, for no good reason. Unify this so we use the same buffer size everywhere. :040000 040000 2060af0428f68667cbe9a90db8f173479149c9a7 eec9ecaf91ef4305dcb48a3486b395e5d5257053 M gdk-pixbuf -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-24 12:01:38
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified --- Comment #3 from Colin Watson <cjw...@de...> 2014-03-24 12:01:24 UTC --- OK, so the problem now is that gtk-demo/gnome-foot.png is less than the new buffer size, so the loader doesn't trigger any signals until forced to by closing the file. We can work around this by simply using a bigger test file. Patch attached. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-24 12:02:03
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified --- Comment #4 from Colin Watson <cjw...@de...> 2014-03-24 12:01:50 UTC --- Created an attachment (id=272765) View: https://bugzilla.gnome.org/attachment.cgi?id=272765 Review: https://bugzilla.gnome.org/review?bug=725055&attachment=272765 t/GdkPixbufLoader.t: Use a bigger file to test chunking -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-24 19:36:10
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |kaf...@gm... Resolution| |FIXED --- Comment #5 from Torsten Schoenfeld <kaf...@gm...> 2014-03-24 19:36:01 UTC --- Thanks a lot for tracking this down. Patch committed. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-03-24 19:36:19
|
https://bugzilla.gnome.org/show_bug.cgi?id=725055 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #272765|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |