You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Daniel Cheng (JIRA)" <ji...@apache.org> on 2007/08/16 11:09:31 UTC

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

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-schemas
    Affects Versions: 0.8.1
         Environment: Windows XP, Java 6
            Reporter: Daniel Cheng


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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-163:
---------------------------------------------

    Fix Version/s: 1.1.1
         Assignee: Pierre-Arnaud Marcelot

> 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.1
>
>
> 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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-163.
----------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.1.1)
                   1.1.0

This issue has been fixed by DIRSTUDIO-290 and a few other commits where we dispose the widgets used in the dialogs.

> 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.