Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.15.15, 6.5.3
Description
Crash when code having try/catch block on ARM64, works with x64.
It seems that for ARM64 build, the C++ exception could not be caught as expected, and crashing here:
libc++abi.dylib 0x1a5d86d34 {}cxxabiv1::failed_throw({}cxxabiv1::{_}_cxa_exception*)
A simple try/catch works with ARM64 but when EvenLoop and QApplication comes in it crashing.
Attached is the little code which can be used to reproduce