https://bz.apache.org/bugzilla/show_bug.cgi?id=61682

            Bug ID: 61682
           Summary: StackOverflowError while executing HTTP/2 Server Push
           Product: Tomcat 9
           Version: 9.0.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: chi...@web.de
  Target Milestone: -----

While pushing some resources from the Server I received the following
StackOverflowError sometimes when refreshing my page (the resource failed to
load of course). 

```
Okt 27, 2017 3:10:26 PM org.apache.coyote.AbstractProtocol$ConnectionHandler
process
SEVERE: Error reading request, ignored
java.lang.StackOverflowError
        at
java.util.concurrent.ConcurrentHashMap$BaseIterator.<init>(ConcurrentHashMap.java:3391)
        at
java.util.concurrent.ConcurrentHashMap$KeyIterator.<init>(ConcurrentHashMap.java:3410)
        at
java.util.concurrent.ConcurrentHashMap$KeySetView.iterator(ConcurrentHashMap.java:4578)
        at java.util.Collections$SetFromMap.iterator(Collections.java:5462)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:69)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:70)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:70)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:70)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:70)
        at
org.apache.coyote.http2.AbstractStream.isDescendant(AbstractStream.java:70)
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to