Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK thread dead lock

Hi Peter,

DLTK indexing thread should not execute UI code at all, that's the problem.

Could you check that UI and non-UI code is properly separated?
I can give a look at the sources if you provide the link.

Regards,
Alex



On Mon, Jul 15, 2013 at 10:08 AM, Peter Klügl <pkluegl@xxxxxxxxxxxxxxxx> wrote:
Dear DLTK team,

I am developing an IDE based on DLTK for a rule-based information
extraction language at ASF. We have for some time problems with the
interaction of the DLTK threads and one of our components, an editor
implementation.

If the editor is open at eclispe start, then AFAIK two DLTK threads
(Indexing and UI) produce a deadlock, which can only resolved by
deactivating either my DLTK IDE or the editor.

Any idea what the problem might be or how to resolve it?

Our issue (with jstack output) is here:
https://issues.apache.org/jira/browse/UIMA-2528

Any pointers are greatly appreciated.

Best,

Peter
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top