[jboss-jira] [JBoss JIRA] Updated: (JBAOP-794) JBoss AOP deadlocks on JBoss AS with pluggable instrumentor
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Thu Jun 3 10:37:07 EDT 2010
[ https://jira.jboss.org/browse/JBAOP-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flavia Rainone updated JBAOP-794:
---------------------------------
Attachment: deadlock.txt
Attached the thread dump of the described deadlock scenario.
> JBoss AOP deadlocks on JBoss AS with pluggable instrumentor
> -----------------------------------------------------------
>
> Key: JBAOP-794
> URL: https://jira.jboss.org/browse/JBAOP-794
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.5.5 CP04, 1.5.6.GA, 2.2.1.Alpha2
> Reporter: Flavia Rainone
> Assignee: Flavia Rainone
> Fix For: 1.5.7.GA, 2.1.6 CP01
>
> Attachments: deadlock.txt
>
>
> JBoss AOP deadlocks in loadtime weaving mode on JBoss AS.
> This is the scenario:
> -one thread loading a class starts loadtime weaving. In the process, the classloader performing the loading is locked. The thread ends up needing a concurrency lock held by the other thread.
> - another thread loading a class also starts loadtime weaving. In the process, this threads locks one of the concurrency locks and ends up needing to load a class (JBoss AOP or Javassist class). For loading this class, however, this thread needs the class loader lock held by the first thread.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list