Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-1
-
Fix Version/s: 1.1-beta-2
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:Linux JDK 1.5
-
Number of attachments :
Description
I've found a deadlock in MemoryAwareConcurrentReadMap.get that affects calls to MetaClassRegistryImpl.getMetaClass. This particular case seems to happen very infrequently; the last time I saw it happen was after my program had been running for 4.5 hours. I have seen it more than once, however, so I'm fairly certain this bug will strike any Groovy program that runs long enough.
This issue may be related GROOVY-1890 but I can't be certain from the information I have.
Attachments
Issue Links
| This issue duplicates: | ||||
| GROOVY-1890 | MemoryAwareConcurrentReadMap cause thred dead lock,it will hang our application at some time. |
|
|
|
Could you try with a snapshot of Groovy 1.1-beta-2 that you can download there?
http://build.canoo.com/groovy/
I encountered this problem with beta-1, but this problem has been solved with
GROOVY-1890, so you shouldn't have it anymore.If you could double-check, that would be great.
GROOVY-1890, so you shouldn't have it anymore. If you could double-check, that would be great.