Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.24.07
-
None
-
None
Description
The Gogreen78 test server Tomcat instance did shutdown twice with a fatal error reported on org.apache.http.impl.cookie.BestMatchSpec.formatCookies which according to the stacktrace is called from the broken link checker.
#
- A fatal error has been detected by the Java Runtime Environment:
# - SIGSEGV (0xb) at pc=0xf4c16776, pid=8810, tid=3084909424
# - JRE version: 7.0_25-b15
- Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
- Problematic frame:
- J org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Ljava/util/List;)Ljava/util/List;
Exception in thread "Thread-515" java.lang.ArrayIndexOutOfBoundsException: -309683472
at java.util.ArrayList$Itr.next(ArrayList.java:799)
at org.apache.http.impl.cookie.BestMatchSpec.formatCookies(BestMatchSpec.java:189)
at org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:196)
at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:109)
at org.apache.http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:176)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:515)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at org.onehippo.cms7.brokenlinks.LinkChecker$LinkCheckerRunner.checkExternalHttpLink(LinkChecker.java:289)
at org.onehippo.cms7.brokenlinks.LinkChecker$LinkCheckerRunner.run(LinkChecker.java:188)