Comment 22 for bug 1379431

Revision history for this message
In , Mari-donkers-1 (mari-donkers-1) wrote :

(In reply to Sravan Kumar Lakkimsetti from comment #18)
> From the logs we find that GTK2 and GTK3 have been loaded. This is not
> supposed to happen. Looks like due to some internal dependencies both gtk2
> and gtk3 are getting loaded
>
> Can you please let us know Whether this problem occurs with environment
> variable SWT_GTK3 set to 0?

THAT WORKS! Eclipse Luna starts normally when I first do the suggested:

   export SWT_GTK3=0

> For the comparision sake can you please attach the output of
> lsof -p <pid>
> for the JVM started by eclipse with SWT_GTK3 set to 0 and set to 1?

Will attach output for it set to 0 (not for 1 because it crashes and then there's
no jvm running)

Thanks for workaround and the support!