Vladimir Dvorak
Vladimir Dvorak
This problem is a bit more difficult. The sample program uses PowerMock, which redefines `java.lang.Object`, which results in redefining all subclasses, i.e. almost all the classes just loaded in `ClassLoader`....
There is a jbr branch with the patch available at: https://github.com/JetBrains/JetBrainsRuntime/tree/vladimir.dvorak/JBR-6363 if you know how to build a JDK, it would be great if you could try it on your...
New release https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.10b1186.1 support redefinition of `java.lang.object`, so this issue should be fixed now
Sorry for the delayed response, and thank you for bringing this up. We’ll take a closer look at the issue and investigate further.
Thanks a lot for the reproducer! I’ll check it out and see where the problem is. No need to create a new issue.
I couldn’t reproduce the crash on my side with same JBR version. According logs the JVM crashes before test execution. From your `hs_err_pid*.log` I see your JVM is launched with...
I've prepared repo for reproducing this issue https://github.com/skybber/of-issue-865 , but it needs some investigation since it does not reproduce the problem :)
Reproducer is working now, I've added to `web.xml`: ``` java.lang.Throwable /errorpages/500.jsf ``` `StandardHostValve` from Tomcat 10.1.X forwards request to JSF servlet, and the processing fails in RestoreViewExecutor with `viewRoot ==...
Thanks a lot for great explanation, we are using now customized version of FullAjaxExceptionhandler, that does not throw exception for non ajax request. So it seems that it is safe...
Thank you for the great description and the reproducible example! We'll take a look at it and get back to you once we have more information.