Hey Kotlin folks. Have a very interesting bug and ...
# announcements
o
Hey Kotlin folks. Have a very interesting bug and I’m hoping someone can help me out. I have some code that does
check(X)
and
X
is false. The code for which the check fails in running in a thread which has an UncaughtExceptionHandler attached. However, when I step through the java.lang code that should catch that and call the handler none of the catch blocks are triggered. It’s very odd.