You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2008/06/13 14:50:46 UTC

[jira] Closed: (DIRSTUDIO-163) Schema Editor keep leaking GDI Handles

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-163.
--------------------------------------------


Version 1.1.0 has been released.
Closing this issue.

> Schema Editor keep leaking GDI Handles
> --------------------------------------
>
>                 Key: DIRSTUDIO-163
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-163
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 0.8.1
>         Environment: Windows XP, Java 6
>            Reporter: Daniel Cheng
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.1.0
>
>
> 1. Open Schema Editor
> 2. Create a new Object Class
> 3. Open a windows resource monitor (try procexp, if you don't have any)
> 4. Press "Add.." under attributes
> 5. Check the resource monitor, java.exe keep allocating GDI Handles
> 6. Close the dialog box
> ==> the handles are not freed
> expected behavior
> ==> the handles are freed
> SWT (eclipse rcp) does not use finalizers, list box item is heavy weighted..  one should always free those handles explicitly after use... lazy list should be used for large list box

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