Bug 563699 - [HiDPI] gdk_pixbuf_copy_area assertions
Summary: [HiDPI] gdk_pixbuf_copy_area assertions
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.16   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-29 04:16 EDT by Amit Mendapara CLA
Modified: 2020-06-17 12:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.