Also, are there any tips on figuring out what the ...
# kotlin-native
m
Also, are there any tips on figuring out what the issue is in a stacktrace? Something seems to be causing an issue in
_konan_function_2_impl
but I can't find where it calls
TerminateWithUnhandledException
if I throw it through a decompiler
Copy code
#0  0x00007ffff7a4fd22 in raise () from /usr/lib/libc.so.6
#1  0x00007ffff7a39862 in abort () from /usr/lib/libc.so.6
#2  0x00007ffff72fc016 in konan::abort() () from /home/mart/.local/lib/python3.9/site-packages/pykt.cpython-39-x86_64-linux-gnu.so
#3  0x00007ffff730117e in TerminateWithUnhandledException::$_1::operator()() const () from /home/mart/.local/lib/python3.9/site-packages/pykt.cpython-39-x86_64-linux-gnu.so
#4  0x00007ffff7301150 in void (anonymous namespace)::$_0::operator()<TerminateWithUnhandledException::$_1>(TerminateWithUnhandledException::$_1) ()
   from /home/mart/.local/lib/python3.9/site-packages/pykt.cpython-39-x86_64-linux-gnu.so
#5  0x00007ffff7301116 in TerminateWithUnhandledException () from /home/mart/.local/lib/python3.9/site-packages/pykt.cpython-39-x86_64-linux-gnu.so
#6  0x00007ffff72f9c97 in _konan_function_2_impl() () from /home/mart/.local/lib/python3.9/site-packages/pykt.cpython-39-x86_64-linux-gnu.so
#7  0x00007ffff7de82bf in ?? () from /usr/lib/libpython3.9.so.1.0
#8  0x00007ffff7d18438 in ?? () from /usr/lib/libpython3.9.so.1.0
#9  0x00007ffff7d0cdda in _PyEval_EvalFrameDefault () from /usr/lib/libpython3.9.so.1.0