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
{{ message }}
This repository has been archived by the owner. It is now read-only.
[info] java.nio.BufferOverflowException: null
[info] at java.base/java.nio.Buffer.nextPutIndex(Buffer.java:730)
[info] at java.base/java.nio.HeapByteBuffer.putChar(HeapByteBuffer.java:342)
[info] at levsha.impl.internal.DefaultStringHelper.putToBuffer(StringHelper.scala:47)
[info] at levsha.impl.internal.DefaultStringHelper.putToBuffer$(StringHelper.scala:39)
[info] at levsha.impl.internal.StringHelper$.putToBuffer(StringHelper.scala:14)
[info] at levsha.impl.PortableRenderContext.addTextNode(PortableRenderContext.scala:139)
[info] at korolev.server.internal.services.PageService$RenderContextProxy.addTextNode(PageService.scala:66)
[info] at korolev.server.internal.services.PageService$RenderContextProxy.addTextNode$(PageService.scala:66)
[info] at korolev.server.internal.services.PageService$$anon$1.addTextNode(PageService.scala:39)
I tried to find the root cause hoping to fix it. But the usage of vars of type ByteBuffer makes it hard to trace what's going on. I think there is a leak somewhere.