You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/03/02 15:56:50 UTC

[jira] Commented: (HARMONY-3287) [drlvm][winx64] Eclipse fails in -Xint with SWTError: No more handles

    [ https://issues.apache.org/jira/browse/HARMONY-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477311 ] 

Vladimir Beliaev commented on HARMONY-3287:
-------------------------------------------

Ok, it turned out that the sources from eclipse.org (and from windows/em64t Eclipse distributive) do not correspond to distributed Eclipse binaries.

Anyway, from available sources it turns out that GC.initGdip throws SWTError because of 

    Graphics_new static native method of org.eclipse.swt.internal.gdip.Gdip returns 0...

Vladimir

> [drlvm][winx64] Eclipse fails in -Xint with SWTError: No more handles
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3287
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3287
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>
> Yesterday I've tried to start Eclipse on drlvm in interpreter mode (-Xint option) on windows/x86_64.
> Eclipse failed starting with org.eclipse.swt.SWTError: No more handles
> Would be nice to get this fixed. The lstack trace fragment is below:
> org.eclipse.swt.SWTError: No more handles
>         at org.eclipse.swt.SWT.error(SWT.java:3433)
>         at org.eclipse.swt.SWT.error(SWT.java:3330)
>         at org.eclipse.swt.SWT.error(SWT.java:3301)
>         at org.eclipse.swt.graphics.GC.initGdip(GC.java:3282)
>        ... skipped ...
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.