Bug 38147 - SPECjvm2008 xml.transform fails with race condition
Summary: SPECjvm2008 xml.transform fails with race condition
Status: UNCONFIRMED
Alias: None
Product: classpath
Classification: Unclassified
Component: xml (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: chris burdess
URL:
Keywords:
Depends on:
Blocks: 38141
  Show dependency treegraph
 
Reported: 2008-11-16 02:18 UTC by Andrew John Hughes
Modified: 2008-11-16 02:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew John Hughes 2008-11-16 02:18:47 UTC
Received output:
    [001] java.util.ConcurrentModificationException
    [002]    at java.util.LinkedList$LinkedListItr.checkMod(LinkedList.java:869)
    [003]    at java.util.LinkedList$LinkedListItr.next(LinkedList.java:921)
    [004]    at gnu.xml.transform.Bindings.get(Bindings.java:215)
    [005]    at gnu.xml.xpath.VariableReference.evaluate(VariableReference.java:67)
    [006] ...