When Spoofax kills a task that takes longer than 10 seconds, it sometimes gives a popup in Eclipse.

This popup is inconvenient when trying to type code in a file of which the analysis might take longer than 10 seconds, could we possibly disable (the trigger of) that popup?

The details of the error: An internal error occurred during: "Console content change". java.lang.ThreadDeath

java.lang.ThreadDeath
	at java.lang.Thread.stop(Thread.java:850)
	at org.metaborg.spoofax.eclipse.job.ThreadKillerJob.run(ThreadKillerJob.java:49)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

The Eclipse problem view also shows a second error, with the same stack trace: Unhandled error.

One of these two causes the popup.

Eclipse: org.eclipse.platform.ide 4.6.2.M20161124-1400
Spoofax: org.metaborg.spoofax.eclipse 2.2.0.20170323-113226-master
System: Mac OS X x86_64 10.12.3
Submitted by Daco Harkes on 31 March 2017 at 10:23

On 31 March 2017 at 10:29 Daco Harkes commented:

P.S. Analysis takes only about 3 seconds, and the popup only occurs if I’m typing a long snippet of code.


On 10 April 2017 at 11:46 Gabriël Konat commented:

This should be fixed in the latest development version, please reopen if this is not the case.


On 10 April 2017 at 11:46 Gabriël Konat closed this issue.

Log in to post comments