Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] SWTException occurs when message is written into console while the workbench is getting closed.

Hi Aditya,

On Tue, May 5, 2009 at 3:06 AM, aditya mk <mkaditya@xxxxxxxxx> wrote:
>     at org.eclipse.swt.SWT.error(SWT.java:3777)
>     at org.eclipse.swt.SWT.error(SWT.java:3695)
>     at org.eclipse.swt.SWT.error(SWT.java:3666)
>     at org.eclipse.swt.widgets.Display.error(Display.java:1180)
>     at org.eclipse.swt.widgets.Display.asyncExec(Display.java:648)
>     at
> org.eclipse.ui.internal.console.ConsoleManager.warnOfContentChange(ConsoleManager.java:353)
>     at
> org.eclipse.ui.console.IOConsoleOutputStream.notifyParitioner(IOConsoleOutputStream.java:250)
>     at
> org.eclipse.ui.console.IOConsoleOutputStream.encodedWrite(IOConsoleOutputStream.java:240)
>     at
> org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:225)
>     at
> org.eclipse.ui.console.MessageConsoleStream.print(MessageConsoleStream.java:56)
>     at
> org.eclipse.ui.console.MessageConsoleStream.println(MessageConsoleStream.java:81)

Your stack trace is somewhat similar to bug 257970 which is fixed in
the 3.5 stream. I suggest you try a 3.5 developmental build and see if
the problem persists, if it does, please file a bug to Platform/Debug.

In the future, please field user questions to the newsgroup.
http://www.eclipse.org/newsgroups/

Regards,
Remy


Back to the top