Bug 139424 - Large errors cause eclipse to freeze
Summary: Large errors cause eclipse to freeze
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gmt (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gmt-atl-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 02:37 EDT by Ian Bull CLA
Modified: 2017-04-11 15:12 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 Ian Bull CLA 2006-04-30 02:37:36 EDT
ATL seems to map the console output to the current console, instead of the console of launcher of eclipse.
That is, if I have ATL checked out in my workbench and run a runtime workbench. If I run a transformation, the output appears in my "runtime workbench" not my original one.  

This is fine, but if I have a large error message it causes eclipse to freeze.  According to bug #136943 you cannot write to your own console in the UI thread.

Can we change ATL so any console writes happen from a separate thread?

Cheers,
Ian
Comment 1 Curtis Windatt CLA 2009-01-30 11:43:13 EST
This should be fixed or improved with bug 259107.  However, it is still not recommended that you dump large amounts of information to the console in the UI thread.