Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-3502

ConcurrentModificationException in GraphicsRenderer() -> ExpandoMetaClass -> ClassInfo

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.6.1
    • 1.6.3, 1.7-beta-1
    • None
    • None
    • Linux (Ubuntu 2.6.24), Java 1.6.0_11, GraphicsBuilder 0.6.1

    Description

      A lot of concurrent running tasks that use the same task to generate a chart with GraphicsBuilder.
      The involved variables in this part are either static (read-only) or local. As shown in the stack-trace the
      Exception is thrown in the constructor of GraphicsRenderer()

      def img = new GraphicsRenderer().render(width, height) {
      //...
      }

      I will install 1.6.2 today on the server and report if the errors occure there too.

      Find the stack-trace attached.

      Attachments

        1. concurrentmodex.txt
          6 kB
          Lukas Ruetz

        Activity

          People

            aalmiray Andres Almiray
            luukes Lukas Ruetz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: