Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 321125

Summary: making window too small results in assertion errors
Product: [Eclipse Project] Platform Reporter: Anton Pussep <anton>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: ericwill
Version: 3.5.2Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anton Pussep CLA 2010-07-28 09:52:04 EDT
When resizing the displayed window to a very small size, I get the following assertion errors:

** (SWT:4164): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (SWT:4164): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed

They appear multiple times. The reason seems to be one of the used widgets (at least removing all widgets solces the problem).

The Shell contains:

import org.eclipse.swt.widgets.TabFolder;
import org.eclipse.swt.widgets.TabItem;
import org.eclipse.swt.widgets.Table;
import org.eclipse.swt.widgets.TableColumn;
Comment 1 Anton Pussep CLA 2010-07-28 09:52:53 EDT
BTW, I am using the 64bit release.
Comment 2 Eric Williams CLA 2018-05-15 14:48:19 EDT
This uses a GTK theme engine that is no longer supported. For allocation warnings on GTK, see bug 486068.