crash in get_ctrl_no_update()

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P3
    • None
    • Affects Version/s: 6u10
    • Component/s: hotspot
    • x86
    • windows_xp

      there is another website for reporting these, but I thought the attachment
      would work better here. This is the third time within a week this has happened.

      Thought maybe it was 6703556, so tried -XX:-PartialPeelLoop, and this got them
      almost a week of bless. But it has happened again.

      --------
      void releaseResources(Request request) {
      for (int i = 0; i < request.getResourceCount(); i++) {
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource: " + i,Level.DEBUG_5);
      Resource resource = request.getResource(i);
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource: " + resource,Level.DEBUG_5);
      if (resource != null) {
      ResourceInformation type = resource.getResourceInformation();
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource of type: " + type,Level.DEBUG_5);
      RequestQueue queue = getQueue(type);
      release(request,queue,resource);
      }
      }
      Resource resource = request.getThreadResource();
      if (resource != null) {
      ResourceInformation type = resource.getResourceInformation();
      RequestQueue queue = getQueue(type);
      release(request,queue,resource);
      }
      }

      See sack dump info

            Assignee:
            Unassigned
            Reporter:
            Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: