Bug 571103 - TabColumn.pack() crashes JVM is no TableItems are present.
Summary: TabColumn.pack() crashes JVM is no TableItems are present.
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.17   Edit
Hardware: PC Linux
: P3 major with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-10 19:30 EST by Ron Anderson CLA
Modified: 2021-02-10 19:30 EST (History)
0 users

See Also:


Attachments
Example program to show the issue (3.14 KB, text/x-java)
2021-02-10 19:30 EST, Ron Anderson CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Anderson CLA 2021-02-10 19:30:28 EST
Created attachment 285513 [details]
Example program to show the issue

The attached snippet will crash when the Clear button is pressed.
This appears to happen when TableColumn.pack() is called when no TableItems are present.