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

[jira] Commented: (HARMONY-3541) [classlib][awt] Some tests crash VM on Linux

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

Andrey Pavlenko commented on HARMONY-3541:
------------------------------------------

The VM crash is caused by the XFree() function called several times with the same data. This situation could be reproduced if we create and destroy a window very quickly. When a window has been created all window decorations are performed from the event dispatch thread, but if the window is already destroyed from the main thread we get the VM crash.

> [classlib][awt] Some tests crash VM on Linux
> --------------------------------------------
>
>                 Key: HARMONY-3541
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3541
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Assigned To: Alexey Petrenko
>            Priority: Critical
>         Attachments: HARMONY-3541.patch
>
>
> Some tests listed in exclude.linux.*.drl crash VM on Linux.

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