Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Gallery fix for SWTException

Did you ever try to create a snippet that reuses the same GC for e.g. 100k resize calculations and then close the main loop?

No, but we’re pretty confident that wouldn’t trigger it. Our repro steps all involve switching perspectives.

Two of them have fixed views each using a Grid. Could be there’s some unwanted interaction going on under the covers of the cached GC’s? Plus a third perspective uses GEF and draw2d does a fair amount of GC manipulation too..

If we quit without changing perspective then no crash!

Cheers,
Justin


On 18 Jan 2018, at 17:00, nebula-dev-request@xxxxxxxxxxx wrote:

Date: Wed, 17 Jan 2018 21:53:59 +0000
From: Wim Jongman <wim.jongman@xxxxxxxxxxxxxxxxxx>
To: Nebula Dev <nebula-dev@xxxxxxxxxxx>
Subject: Re: [nebula-dev] Gallery fix for SWTException
Message-ID:
<AM0PR0702MB3747EDF204C8A24AF12F9B6A95E90@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>

Content-Type: text/plain; charset="utf-8"

no intention of softening you up..
:D


if they want a self contained example that could be difficult though!
Did you ever try to create a snippet that reuses the same GC for e.g. 100k resize calculations and then close the main loop?

Cheers,

Wim


Back to the top