Bug 321125 - making window too small results in assertion errors
Summary: making window too small results in assertion errors
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2010-07-28 09:52 EDT by Anton Pussep CLA
Modified: 2018-05-15 14:48 EDT (History)
1 user (show)

See Also:


Attachments

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