The code bellow can grab CPU core for several minutes and then will throw an out of memory error: ``` JsonStringInput.read[BigDecimal]("\"1e2000000000\"") + 1 ``` More details: https://github.com/scala/bug/issues/10882