You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.StackOverflowError
at org.parboiled2.ValueStack.size_$eq(ValueStack.scala:33)
at org.parboiled2.Parser.__restoreState(Parser.scala:222)
at com.netaporter.uri.parsing.UriParser.rec$7(UriParser.scala:20)
Obviously this is a long URL (although a cursory glance suggests it is valid). I've fixed the problem by handling the exception, but obviously it isn't the expected behavior.