GNOME Bugzilla – Bug 328129
[PATCH] Thumbnailes which require scaling crash Nautilus
Last modified: 2006-02-07 13:37:42 UTC
Steps to reproduce: 1. Open a directory that contains thumbnailable files in Nautilus 2. Witness crash if said files requiring scaling 3. Stack trace:
+ Trace 65480
Other information: The problem is that when scaling is performed, the object properties for width ahd height get blown away. Therefore, when the PNG pixbuf driver tries to reference them, it gets a NULL value, and aborts. The attached patch makes sure the object properties are added after any required scaling is performed.
Created attachment 57834 [details] [review] Fix thumbnailing crash
See also bug 327323.
thanks for a patch but it does not work for chpe nor me
Isn't this a duplicate of bug 327323?
Yep it is.
*** This bug has been marked as a duplicate of 327323 ***