Bug 563699

Summary: [HiDPI] gdk_pixbuf_copy_area assertions
Product: [Eclipse Project] Platform Reporter: Amit Mendapara <mendapara.amit>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.16   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Amit Mendapara CLA 2020-05-29 04:16:38 EDT
I am seeing following gdk assertion errors running eclipse on HiDPI resolution.

(Eclipse:9071): GdkPixbuf-CRITICAL **: 13:42:27.273: gdk_pixbuf_copy_area: assertion 'dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

(Eclipse:9071): GdkPixbuf-CRITICAL **: 13:42:27.455: gdk_pixbuf_copy_area: assertion 'dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

...

The issue seems to be coming from "ImageList" from SWT/GTK.