macOS 14.0 Code 8 Floating point exception

hi, community, I am using qt framework and faced with internal issue on macOS 14.0, haven't found any similar reports, maybe already known issue

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Test [99529]
Path:                  /Applications/Test.app/Contents/MacOS/Test
Identifier:            com.test.osx
Version:               0.0.1 (00000)
Code Type:             ARM-64 (Translated)
Parent Process:        launchd [1]
User ID:               507

Date/Time:             2023-07-21 10:37:25.1947 +0200
OS Version:            macOS 14.0 (23A5286i)
Report Version:        12
Anonymous UUID:        191461AA-EC46-D583-CB70-47FA103D8F89

Sleep/Wake UUID:       35433ED4-693B-46C2-9622-99C4FAD6B28F

Time Awake Since Boot: 300000 seconds
Time Since Wake:       3295 seconds

System Integrity Protection: enabled

Crashed Thread:        0  CrBrowserMain  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_ARITHMETIC (SIGFPE)
Exception Codes:       0x0000000000000001, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 8 Floating point exception: 8
Terminating Process:   exc handler [99529]

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0   libRosettaRuntime             	       0x11eb5220c 0x11eb12000 + 262668
1   libsystem_platform.dylib      	    0x7ff80c666393 _sigtramp + 51
2   TextInputUIMacHelper          	    0x7ffc0c34f3d2 -[TUINSCursorUIController moveTextInputMenuHUD:] + 258
3   HIToolbox                     	    0x7ff8176055fc TSMMessagePortCallBack + 2779
4   CoreFoundation                	    0x7ff80c7ad385 __CFMessagePortPerform + 690
5   CoreFoundation                	    0x7ff80c714c24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
6   CoreFoundation                	    0x7ff80c714b5e __CFRunLoopDoSource1 + 530
7   CoreFoundation                	    0x7ff80c7137e1 __CFRunLoopRun + 2704
8   CoreFoundation                	    0x7ff80c712749 CFRunLoopRunSpecific + 557
9   HIToolbox                     	    0x7ff817472aa9 RunCurrentEventLoopInMode + 292
10  HIToolbox                     	    0x7ff8174728b6 ReceiveNextEventCommon + 665
11  HIToolbox                     	    0x7ff817472601 _BlockUntilNextEventMatchingListInModeWithFilter + 66
12  AppKit                        	    0x7ff80fc151b5 _DPSNextEvent + 880
13  AppKit                        	    0x7ff8104edf0f -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1304
14  AppKit                        	    0x7ff80fc06a56 -[NSApplication run] + 603
15  libqcocoa.dylib               	       0x124849547 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2631
16  QtCore                        	       0x127b76826 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 486
17  QtCore                        	       0x127b6d617 QCoreApplication::exec() + 119

Your app is running under Rosetta. If you run it natively, do you see the same crash?

This matters because, while Rosetta is an amazing feature, it adds an abstraction layer that makes it harder to debug weird problems.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

macOS 14.0 Code 8 Floating point exception
 
 
Q