Possible Crash In MacOS GitHub Action Runner - 4D Forum Home » Code Type X86-64 (native) » Possible Crash In MacOS GitHub Action Runner - 4D Forum Maybe your like Code Type X86-64 (translated) Code U0101 Mazda 3 Code U1123 Renault Code U3fff Code U3fff Peugeot Possible crash in macOS GitHub action runner English Community ADAMOV.Milan (Milan Adamov) April 13, 2022, 8:17pm 1 I have the same script building application in two repositories, everything is the same except the project I am opening in headless mode to build. Script downloads developer licenses, 4D standalone and 4D Volume Desktop archives, uncompress them, moves 4D.app to Applications folder, opens 4D headless with correct 4DProject file. One runner builds the application and uploads it back, the other gives Segmentation fault: 11. According to 4D Server v17.4 64 bit OS X crash on regular basis I suppose that thread 11 crashes, I am trying to find a way to get crash reports uploaded from runner. I’ve tried both macos-latest (BigSur) and macos-15.10 (Catalina) runners. Locally, on my Mac, both in Catalina and in BigSur virtual machine, same script works without problem. Any ideas? Eric_Marchand (Eric Marchand) April 13, 2022, 8:43pm 2 You could attach an artefact to a run with a new step at the end and the good path - uses: actions/upload-artifact@v3 with: name: DiagnosticReports path: ~/Library/Logs/DiagnosticReports/ 1 Like ADAMOV.Milan (Milan Adamov) April 14, 2022, 6:55am 3 Thanks Eric. And huge gratitude for your examples on Git actions. ADAMOV.Milan (Milan Adamov) April 19, 2022, 10:50am 4 ADAMOV.Milan: I suppose that thread 11 crashes Well, it is thread 0 actually Process: provisioner [864] Path: /usr/local/opt/runner/provisioner/provisioner Identifier: provisioner Version: 0 Code Type: X86-64 (Native) Parent Process: ??? [719] User ID: 501 Date/Time: 2022-04-14 17:41:15.471 +0000 OS Version: macOS 11.6.5 (20G527) Report Version: 12 Anonymous UUID: 28C488D7-2871-0137-7EA3-2D329D89124C Time Awake Since Boot: 98 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff2057391e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff205a25bd pthread_kill + 263 2 libsystem_c.dylib 0x00007fff204f7406 abort + 125 3 libcoreclr.dylib 0x000000010a418cee PROCAbort + 30 4 libcoreclr.dylib 0x000000010a418c3c PROCEndProcess(void*, unsigned int, int) + 220 5 libcoreclr.dylib 0x000000010a65dd80 UnwindManagedExceptionPass1(PAL_SEHException&, _CONTEXT*) + 960 6 libcoreclr.dylib 0x000000010a65ddd3 DispatchManagedException(PAL_SEHException&, bool) + 67 7 libcoreclr.dylib 0x000000010a53a1bb VSD_ResolveWorker + 1211 8 libcoreclr.dylib 0x000000010a6f8ab7 ResolveWorkerAsmStub + 113 9 ??? 0x0000000119d39fc5 0 + 4728266693 10 ??? 0x0000000119d39fc5 0 + 4728266693 11 ??? 0x0000000119d39fc5 0 + 4728266693 12 ??? 0x0000000119d39fc5 0 + 4728266693 13 ??? 0x0000000119d39fc5 0 + 4728266693 14 ??? 0x0000000119d39fc5 0 + 4728266693 15 ??? 0x0000000119d39fc5 0 + 4728266693 And it continues like this for another 500 lines before information about Thread 1 is displayed. Eric_Marchand (Eric Marchand) April 19, 2022, 12:07pm 5 the thread number is not very important, it could change for same task except maybe for this one, the 0 ie… the main thread but it seems to be “provisioner” crash, not 4D. No clue about it when searching on google, maybe github stuff Maybe github see a long process running, or an heavy load and try to kill it 1 Like Bystricky.Miloslav (Bystrický Miloslav) April 19, 2022, 5:04pm 6 When the stack trace contains the same address again and again, then it is definitely endless recursion. And finally exception handler aborts execution… 1 Like ADAMOV.Milan (Milan Adamov) April 19, 2022, 7:57pm 7 This is strange, 4D is not getting into On Startup database method, on Windows (windows-latest) is the same. I’ve put LOG EVENT as first line of On Startup database method, no message in GitHub action log, so 4D is not getting to the point where the code is running. ADAMOV.Milan (Milan Adamov) May 4, 2022, 6:08pm 8 Mistery solved, 4D is crashing if the Web server is turned on while starting up in headless mode. It crashes also when you start Web server using code once you are running headless successfully, here is relevant piece of information from crash log: Process: 4D [16356] Path: /Applications/4D/*/4D.app/Contents/MacOS/4D Identifier: com.4D.4D Version: 19.2 build 19.276674 (19.0.2) Code Type: X86-64 (Native) Parent Process: zsh [13782] Responsible: Terminal [391] User ID: 502 Date/Time: 2022-05-04 20:01:14.528 +0200 OS Version: Mac OS X 10.15.7 (19H1824) Report Version: 12 Bridge OS Version: 3.0 (14Y908) Anonymous UUID: 3120970B-0C99-0140-771C-B9FCA59865E9 Sleep/Wake UUID: EF01DA50-C11C-4F38-907C-75B6E08658E4 Time Awake Since Boot: 350000 seconds Time Since Wake: 2600 seconds System Integrity Protection: enabled Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [16356] VM Regions Near 0: --> __TEXT 000000010f143000-000000011016f000 [ 16.2M] r-x/r-x SM=COW /Applications/4D/*/4D.app/Contents/MacOS/4D Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 com.4D.4D 0x000000010f68061c VMobileAppManager::LoadUserInfos(V4DDatabase*) + 76 1 com.4D.4D 0x000000010f689025 VMobileAppManager::GetRequestHandler(V4DDatabase*) + 101 2 com.4D.4D 0x000000010fd65478 VWebServer::_Start(bool, VWebSettings*, unsigned long long*) + 3000 3 com.4D.4D 0x000000010fd69478 VStartWebServerMessage::DoExecute() + 56 4 com.4d.kernel 0x0000000110e64284 xbox::VMessage::Execute() + 36 5 com.4d.kernel 0x0000000110e70084 xbox::VTask::_ExecuteMessages(xbox::VMessage*, bool) + 52 6 com.4D.4D 0x000000010f4e8fd9 scanprocess(bool, bool) + 249 7 com.4D.4D 0x000000010f648cd7 V4DApplication::DoRun() + 231 8 com.4d.kernel 0x0000000110e69cc5 xbox::VProcess::Run() + 165 9 com.4D.4D 0x000000010f8cc894 _main() + 100 10 libdyld.dylib 0x00007fff69caacc9 start + 1 Is running Web server in headless mode supported or is this a bug? Keisuke_Miyako (Keisuke Miyako) May 5, 2022, 1:29am 9 ADAMOV.Milan: Is running Web server in headless mode supported or is this a bug? is 4D configured to listen on all interfaces or a specific network interface? does the crash happen regardless of the port number? ADAMOV.Milan (Milan Adamov) May 5, 2022, 11:53am 10 Keisuke Miyako: is 4D configured to listen on all interfaces or a specific network interface? does the crash happen regardless of the port number? It listens to all interfaces and it seems that happens on ports 80, 8088, 8089 and 8443 for https. I have not tested other ports. Related topics Topic Replies Views Activity 4D Server v17.4 64 bit OS X crash on regular basis English Community 7 184 June 10, 2021 4D Server v19.6 Crashes English Community server-crash , mac-bigsur 14 520 May 22, 2023 4D Server v20.4 HF2 Mac server crashing referring to CrBrowserMain English Community 6 170 February 6, 2025 Crash v19 macOS French Community 3 188 November 28, 2021 1-2x tägliche Abstürze 4D Server, macOS German Community 22 313 February 11, 2025 Tag » Code Type X86-64 (native) Macos - Some Mac Applications Crash Frequently, With ... - Super User Safari Wont Open Code Type: X86-64 (Nativ… - Apple Community Can Someone Help Me Read This Crash Report As A User? - Ask Different Crash On Opening A Local Repo | Sourcetree For Mac - Jira Atlassian Visual Studio Crash On Startup [BUG] Program Quit Unexpectedly Using 2.11-beta In MacOS 10.15.7 VOX For MacOS Won't Open After Latest Update Error Message And Unable To Open/use Word For Mac SPSS 25.0.0.1 Crashing On MacOS High Sierra - Forums - IBM Support Error Message - Please Advice - X86-84 (Native) 0002664: MEGA-X Crashes All The Time - MantisBT What Causes Crashing Every Time "Edit Layout" And New Layout ... MacOS Mail Client Crashing - Progress Knowledge Base SQL Developer 21.2.1 Crashes On Opening On MacOS (Montenery ...