René's URL Explorer Experiment


Title: Processing 4.5.4 crashes on startup on macOS during `JNI_CreateJavaVM` · Issue #1532 · processing/processing4 · GitHub

Open Graph Title: Processing 4.5.4 crashes on startup on macOS during `JNI_CreateJavaVM` · Issue #1532 · processing/processing4

X Title: Processing 4.5.4 crashes on startup on macOS during `JNI_CreateJavaVM` · Issue #1532 · processing/processing4

Description: Most appropriate sub-area of Processing 4? PDE Processing version 4.5.4 Operating system macOS Tahoe 26.5.1 (M1 MBP) Bug description Processing 4.5.4 on macOS 26.5.1 ARM64 crashes on startup in bundled JVM at pthread_jit_write_protect_np...

Open Graph Description: Most appropriate sub-area of Processing 4? PDE Processing version 4.5.4 Operating system macOS Tahoe 26.5.1 (M1 MBP) Bug description Processing 4.5.4 on macOS 26.5.1 ARM64 crashes on startup in bun...

X Description: Most appropriate sub-area of Processing 4? PDE Processing version 4.5.4 Operating system macOS Tahoe 26.5.1 (M1 MBP) Bug description Processing 4.5.4 on macOS 26.5.1 ARM64 crashes on startup in bun...

Opengraph URL: https://github.com/processing/processing4/issues/1532

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Processing 4.5.4 crashes on startup on macOS during `JNI_CreateJavaVM`","articleBody":"### Most appropriate sub-area of Processing 4?\n\nPDE\n\n### Processing version\n\n4.5.4\n\n### Operating system\n\nmacOS Tahoe 26.5.1 (M1 MBP)\n\n### Bug description\n\nProcessing 4.5.4 on macOS 26.5.1 ARM64 crashes on startup in bundled JVM at `pthread_jit_write_protect_np` during `JNI_CreateJavaVM`. See report below.\n\nTested on Apple Silicon. M1 MBP running macOS 26.5.1 (Tahoe).\n\n### Steps to reproduce this\n\n1. Download Processing 4.5.4 on macOS\n2. Install\n3. Open\n4. See crash\n\n### snippet\n\n_No response_\n\n### Additional context\n\n```yaml\n-------------------------------------\nTranslated Report (Full Report Below)\n-------------------------------------\nProcess:             Processing [3332]\nPath:                /Applications/Processing.app/Contents/MacOS/Processing\nIdentifier:          org.processing.app\nVersion:             4.5.4 (4.5.4)\nCode Type:           ARM-64 (Native)\nRole:                Default\nParent Process:      launchd [1]\nCoalition:           org.processing.app [1567]\nUser ID:             [REDACTED]\n\nDate/Time:           [REDACTED]\nLaunch Time:         [REDACTED]\nHardware Model:      [REDACTED]\nOS Version:          macOS 26.5.1 (25F80)\nRelease Type:        User\n\nCrash Reporter Key:  [REDACTED]\nIncident Identifier: [REDACTED]\n\nTime Awake Since Boot: 420 seconds\n\nSystem Integrity Protection: enabled\n\nTriggered by Thread: 2\n\nException Type:    EXC_BREAKPOINT (SIGTRAP)\nException Codes:   0x0000000000000001, 0x000000018dd32c24\n\nTermination Reason:  Namespace SIGNAL, Code 5, Trace/BPT trap: 5\nTerminating Process: exc handler [3332]\n\n\nThread 0::  Dispatch queue: com.apple.main-thread\n0   libsystem_kernel.dylib        \t       0x18dcedc34 mach_msg2_trap + 8\n1   libsystem_kernel.dylib        \t       0x18dd00574 mach_msg2_internal + 76\n2   libsystem_kernel.dylib        \t       0x18dcf69c0 mach_msg_overwrite + 480\n3   libsystem_kernel.dylib        \t       0x18dcedfc0 mach_msg + 24\n4   CoreFoundation                \t       0x18ddef0d8 __CFRunLoopServiceMachPort + 160\n5   CoreFoundation                \t       0x18dded9c4 __CFRunLoopRun + 1188\n6   CoreFoundation                \t       0x18dec01c4 _CFRunLoopRunSpecificWithOptions + 532\n7   libjli.dylib                  \t       0x1020a5174 CreateExecutionEnvironment + 404\n8   libjli.dylib                  \t       0x1020a11a0 JLI_Launch + 1232\n9   Processing                    \t       0x102040cc8 jvmLauncherStartJvm + 328\n10  Processing                    \t       0x10203f62c Jvm::launch() + 704\n11  Processing                    \t       0x102041ed8 (anonymous namespace)::initJvmLauncher() + 784\n12  Processing                    \t       0x102043c30 app::launch(std::nothrow_t const\u0026, void (*)(), LogAppender*) + 212\n13  dyld                          \t       0x18d973e00 start + 6992\n\nThread 1:\n0   libsystem_kernel.dylib        \t       0x18dcefaf8 __ulock_wait + 8\n1   libsystem_pthread.dylib       \t       0x18dd34114 _pthread_join + 616\n2   libjli.dylib                  \t       0x1020a5834 CallJavaMainInNewThread + 148\n3   libjli.dylib                  \t       0x1020a44e0 ContinueInNewThread + 148\n4   libjli.dylib                  \t       0x1020a2278 JLI_Launch + 5544\n5   Processing                    \t       0x102040cc8 jvmLauncherStartJvm + 328\n6   Processing                    \t       0x10203f62c Jvm::launch() + 704\n7   Processing                    \t       0x102043c30 app::launch(std::nothrow_t const\u0026, void (*)(), LogAppender*) + 212\n8   libjli.dylib                  \t       0x1020a5f30 apple_main + 88\n9   libsystem_pthread.dylib       \t       0x18dd31c58 _pthread_start + 136\n10  libsystem_pthread.dylib       \t       0x18dd2cc1c thread_start + 8\n\nThread 2 Crashed:\n0   libsystem_pthread.dylib       \t       0x18dd32c24 pthread_jit_write_protect_np + 520\n1   libjvm.dylib                  \t       0x1099c40fc Threads::create_vm(JavaVMInitArgs*, bool*) + 120\n2   libjvm.dylib                  \t       0x1094f101c JNI_CreateJavaVM + 116\n3   libjli.dylib                  \t       0x1020a27a0 JavaMain + 256\n4   libjli.dylib                  \t       0x1020a587c ThreadJavaMain + 12\n5   libsystem_pthread.dylib       \t       0x18dd31c58 _pthread_start + 136\n6   libsystem_pthread.dylib       \t       0x18dd2cc1c thread_start + 8\n\n\nThread 2 crashed with ARM Thread State (64-bit):\n    x0: 0x2010002030300000   x1: 0x0000000fffffc110   x2: 0x0000000000000000   x3: 0x0000000000000000\n    x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000000\n    x8: 0x0000000fffffc10c   x9: 0x2010002030300000  x10: 0x2010002030100000  x11: 0x0000000109c7aab8\n   x12: 0x0000000109c7aab8  x13: 0x0000006018001010  x14: 0x0000002018001010  x15: 0x0000000983000000\n   x16: 0x000000018dd32a1c  x17: 0x00000001fb4f1628  x18: 0x0000000000000000  x19: 0x000000016e05aecf\n   x20: 0x000000016e05af48  x21: 0x000000016e05af38  x22: 0x000000016e05af40  x23: 0x0000000109c70f58\n   x24: 0x0000000000000010  x25: 0x00000001094f0fa8  x26: 0x00000001026444c0  x27: 0x0000000000000000\n   x28: 0x0000000000000000   fp: 0x000000016e05ae80   lr: 0x00000001099c40fc\n    sp: 0x000000016e05adb0   pc: 0x000000018dd32c24 cpsr: 0x20001000\n   far: 0x0000000000000000  esr: 0xf2000001 (Breakpoint) brk 1\n\nBinary Images:\n       0x102034000 -        0x102047fff org.processing.app (4.5.4) \u003c1f92f4fe-cbff-3da1-8e9d-448c03059a19\u003e /Applications/Processing.app/Contents/MacOS/Processing\n       0x102098000 -        0x1020abfff libjli.dylib (*) \u003c354cefb1-c296-34d7-8db6-b54c3a0b8e49\u003e /Applications/Processing.app/Contents/runtime/Contents/Home/lib/libjli.dylib\n       0x109018000 -        0x109b5ffff libjvm.dylib (*) \u003ca8ecefc8-4fca-368e-b923-0379b5f9c625\u003e /Applications/Processing.app/Contents/runtime/Contents/Home/lib/server/libjvm.dylib\n       0x18dced000 -        0x18dd2a2af libsystem_kernel.dylib (*) \u003ccc1cf985-bc65-3725-809f-4c1e36b8f4ba\u003e /usr/lib/system/libsystem_kernel.dylib\n       0x18dd71000 -        0x18e2cf31f com.apple.CoreFoundation (6.9) \u003c04e3598b-f226-3250-b3b2-ce938dd4db7e\u003e /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation\n       0x18d954000 -        0x18d9fa217 dyld (*) \u003ca237ef81-b68b-37ba-a165-92c965529534\u003e /usr/lib/dyld\n               0x0 - 0xffffffffffffffff ??? (*) \u003c00000000-0000-0000-0000-000000000000\u003e ???\n       0x18dd2b000 -        0x18dd37b3b libsystem_pthread.dylib (*) \u003c4f33683c-18c8-39a1-800b-2e3bd43bcc13\u003e /usr/lib/system/libsystem_pthread.dylib\n\nExternal Modification Summary:\n  Calls made by other processes targeting this process:\n    task_for_pid: 0\n    thread_create: 0\n    thread_set_state: 0\n  Calls made by this process:\n    task_for_pid: 0\n    thread_create: 0\n    thread_set_state: 0\n  Calls made by all processes on this machine:\n    task_for_pid: 0\n    thread_create: 0\n    thread_set_state: 0\n\nVM Region Summary:\nReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=112.1M written=320K(0%) resident=320K(0%) swapped_out=0K(0%) unallocated=111.8M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nDispatch continuations            80.0M        1 \nKernel Alloc Once                   32K        1 \nMALLOC                            20.8M        8 \nMALLOC guard page                 3152K        4 \nSTACK GUARD                       56.0M        2 \nStack                             10.5M        3 \n__AUTH                            2419K      257 \n__AUTH_CONST                      45.0M      500 \n__CTF                               824        1 \n__DATA                            12.1M      456 \n__DATA_CONST                      25.9M      504 \n__DATA_DIRTY                      3000K      429 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       576.9M        4 \n__OBJC_RO                         79.1M        1 \n__OBJC_RW                         2599K        1 \n__TEXT                           580.3M      520 \n__TPRO_CONST                       128K        2 \npage table in kernel               320K        1 \nshared memory                       32K        1 \n===========                     =======  ======= \nTOTAL                              1.5G     2697 \n```\n\n```json\n\n-----------\nFull Report\n-----------\n\n{\"app_name\":\"Processing\",\"timestamp\":\"[REDACTED]\",\"app_version\":\"4.5.4\",\"slice_uuid\":\"1f92f4fe-cbff-3da1-8e9d-448c03059a19\",\"build_version\":\"4.5.4\",\"platform\":1,\"bundleID\":\"org.processing.app\",\"share_with_app_devs\":0,\"is_first_party\":0,\"bug_type\":\"309\",\"os_version\":\"macOS 26.5.1 (25F80)\",\"roots_installed\":0,\"name\":\"Processing\",\"incident_id\":\"[REDACTED]\"}\n{\n  \"uptime\" : 420,\n  \"procRole\" : \"Default\",\n  \"version\" : 2,\n  \"userID\" : \"[REDACTED]\",\n  \"deployVersion\" : 210,\n  \"modelCode\" : \"[REDACTED]\",\n  \"coalitionID\" : 1567,\n  \"osVersion\" : {\n    \"train\" : \"macOS 26.5.1\",\n    \"build\" : \"25F80\",\n    \"releaseType\" : \"User\"\n  },\n  \"captureTime\" : \"[REDACTED]\",\n  \"codeSigningMonitor\" : 2,\n  \"incident\" : \"[REDACTED]\",\n  \"pid\" : 3332,\n  \"translated\" : false,\n  \"cpuType\" : \"ARM-64\",\n  \"procLaunch\" : \"[REDACTED]\",\n  \"procStartAbsTime\" : 10130787538,\n  \"procExitAbsTime\" : 10131886462,\n  \"procName\" : \"Processing\",\n  \"procPath\" : \"\\/Applications\\/Processing.app\\/Contents\\/MacOS\\/Processing\",\n  \"bundleInfo\" : {\"CFBundleShortVersionString\":\"4.5.4\",\"CFBundleVersion\":\"4.5.4\",\"CFBundleIdentifier\":\"org.processing.app\"},\n  \"storeInfo\" : {\"deviceIdentifierForVendor\":\"[REDACTED]\",\"thirdParty\":true},\n  \"parentProc\" : \"launchd\",\n  \"parentPid\" : 1,\n  \"coalitionName\" : \"org.processing.app\",\n  \"crashReporterKey\" : \"[REDACTED]\",\n  \"appleIntelligenceStatus\" : {\"state\":\"unavailable\",\"reasons\":[\"selectedLanguageDoesNotMatchSelectedSiriLanguage\",\"selectedLanguageDoesNotMatchSelectedSiriLanguageInfo(system: en-GB, siri: en)\"]},\n  \"developerMode\" : 1,\n  \"codeSigningID\" : \"org.processing.app\",\n  \"codeSigningTeamID\" : \"6297K33652\",\n  \"codeSigningFlags\" : 570503953,\n  \"codeSigningValidationCategory\" : 6,\n  \"codeSigningTrustLevel\" : 4294967295,\n  \"codeSigningAuxiliaryInfo\" : 0,\n  \"instructionByteStream\" : {\"beforePC\":\"4PIc1d8\\/A9UBI5jy4f+\\/8uEBwPIBAODyKABA+enyPNUfAQnrIPj\\/VA==\",\"atPC\":\"IAAg1OhPcLKIIZjyCAFAOR8BAHHgB58awANf1n8jA9X0T76p\\/XsBqQ==\"},\n  \"bootSessionUUID\" : \"[REDACTED]\",\n  \"sip\" : \"enabled\",\n  \"exception\" : {\"codes\":\"0x0000000000000001, 0x000000018dd32c24\",\"rawCodes\":[1,6674394148],\"type\":\"EXC_BREAKPOINT\",\"signal\":\"SIGTRAP\"},\n  \"termination\" : {\"flags\":0,\"code\":5,\"namespace\":\"SIGNAL\",\"indicator\":\"Trace\\/BPT trap: 5\",\"byProc\":\"exc handler\",\"byPid\":3332},\n  \"os_fault\" : {\"process\":\"Processing\"},\n  \"extMods\" : {\"caller\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"system\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"targeted\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"warnings\":0},\n  \"faultingThread\" : 2,\n  \"threads\" : [{\"id\":28269,\"threadState\":{\"x\":[{\"value\":268451845},{\"value\":21592279046},{\"value\":8589934592},{\"value\":28600187224064},{\"value\":1784834304},{\"value\":28600187224064},{\"value\":2},{\"value\":4294967295},{\"value\":0},{\"value\":17179869184},{\"value\":0},{\"value\":2},{\"value\":0},{\"value\":0},{\"value\":6659},{\"value\":0},{\"value\":18446744073709551569},{\"value\":6798},{\"value\":0},{\"value\":4294967295},{\"value\":2},{\"value\":28600187224064},{\"value\":1784834304},{\"value\":28600187224064},{\"value\":21592279046},{\"value\":6138137912},{\"value\":8589934592},{\"value\":18446744073709550527},{\"value\":4412409862}],\"flavor\":\"ARM_THREAD_STATE64\",\"lr\":{\"value\":6674187636},\"cpsr\":{\"value\":4096},\"fp\":{\"value\":6138137760},\"sp\":{\"value\":6138137680},\"esr\":{\"value\":1442840704,\"description\":\"(Syscall)\"},\"pc\":{\"value\":6674111540},\"far\":{\"value\":0}},\"queue\":\"com.apple.main-thread\",\"frames\":[{\"imageOffset\":3124,\"symbol\":\"mach_msg2_trap\",\"symbolLocation\":8,\"imageIndex\":3},{\"imageOffset\":79220,\"symbol\":\"mach_msg2_internal\",\"symbolLocation\":76,\"imageIndex\":3},{\"imageOffset\":39360,\"symbol\":\"mach_msg_overwrite\",\"symbolLocation\":480,\"imageIndex\":3},{\"imageOffset\":4032,\"symbol\":\"mach_msg\",\"symbolLocation\":24,\"imageIndex\":3},{\"imageOffset\":516312,\"symbol\":\"__CFRunLoopServiceMachPort\",\"symbolLocation\":160,\"imageIndex\":4},{\"imageOffset\":510404,\"symbol\":\"__CFRunLoopRun\",\"symbolLocation\":1188,\"imageIndex\":4},{\"imageOffset\":1372612,\"symbol\":\"_CFRunLoopRunSpecificWithOptions\",\"symbolLocation\":532,\"imageIndex\":4},{\"imageOffset\":53620,\"symbol\":\"CreateExecutionEnvironment\",\"symbolLocation\":404,\"imageIndex\":1},{\"imageOffset\":37280,\"symbol\":\"JLI_Launch\",\"symbolLocation\":1232,\"imageIndex\":1},{\"imageOffset\":52424,\"symbol\":\"jvmLauncherStartJvm\",\"symbolLocation\":328,\"imageIndex\":0},{\"imageOffset\":46636,\"symbol\":\"Jvm::launch()\",\"symbolLocation\":704,\"imageIndex\":0},{\"imageOffset\":57048,\"symbol\":\"(anonymous namespace)::initJvmLauncher()\",\"symbolLocation\":784,\"imageIndex\":0},{\"imageOffset\":64560,\"symbol\":\"app::launch(std::nothrow_t const\u0026, void (*)(), LogAppender*)\",\"symbolLocation\":212,\"imageIndex\":0},{\"imageOffset\":130560,\"symbol\":\"start\",\"symbolLocation\":6992,\"imageIndex\":5}]},{\"id\":28275,\"frames\":[{\"imageOffset\":11000,\"symbol\":\"__ulock_wait\",\"symbolLocation\":8,\"imageIndex\":3},{\"imageOffset\":37140,\"symbol\":\"_pthread_join\",\"symbolLocation\":616,\"imageIndex\":7},{\"imageOffset\":55348,\"symbol\":\"CallJavaMainInNewThread\",\"symbolLocation\":148,\"imageIndex\":1},{\"imageOffset\":50400,\"symbol\":\"ContinueInNewThread\",\"symbolLocation\":148,\"imageIndex\":1},{\"imageOffset\":41592,\"symbol\":\"JLI_Launch\",\"symbolLocation\":5544,\"imageIndex\":1},{\"imageOffset\":52424,\"symbol\":\"jvmLauncherStartJvm\",\"symbolLocation\":328,\"imageIndex\":0},{\"imageOffset\":46636,\"symbol\":\"Jvm::launch()\",\"symbolLocation\":704,\"imageIndex\":0},{\"imageOffset\":64560,\"symbol\":\"app::launch(std::nothrow_t const\u0026, void (*)(), LogAppender*)\",\"symbolLocation\":212,\"imageIndex\":0},{\"imageOffset\":57136,\"symbol\":\"apple_main\",\"symbolLocation\":88,\"imageIndex\":1},{\"imageOffset\":27736,\"symbol\":\"_pthread_start\",\"symbolLocation\":136,\"imageIndex\":7},{\"imageOffset\":7196,\"symbol\":\"thread_start\",\"symbolLocation\":8,\"imageIndex\":7}],\"threadState\":{\"x\":[{\"value\":18446744073709551612},{\"value\":0},{\"value\":4099},{\"value\":0},{\"value\":150997247},{\"value\":3},{\"value\":0},{\"value\":0},{\"value\":4099},{\"value\":16908290},{\"value\":17},{\"value\":6138697904},{\"value\":2303},{\"value\":8487952032,\"symbolLocation\":0,\"symbol\":\"vm_page_size\"},{\"value\":1073741824},{\"value\":6138698041},{\"value\":515},{\"value\":8511221920},{\"value\":0},{\"value\":6140833792},{\"value\":2},{\"value\":6140833844},{\"value\":16908290},{\"value\":6138704096},{\"value\":8487960684,\"symbolLocation\":0,\"symbol\":\"_pthread_list_lock\"},{\"value\":17},{\"value\":40848587899},{\"value\":4335083480},{\"value\":4335083488}],\"flavor\":\"ARM_THREAD_STATE64\",\"lr\":{\"value\":6674399508},\"cpsr\":{\"value\":1073745920},\"fp\":{\"value\":6138697856},\"sp\":{\"value\":6138697760},\"esr\":{\"value\":1442840704,\"description\":\"(Syscall)\"},\"pc\":{\"value\":6674119416},\"far\":{\"value\":0}}},{\"triggered\":true,\"id\":28277,\"threadState\":{\"x\":[{\"value\":2310346747088470016},{\"value\":68719460624},{\"value\":0},{\"value\":0},{\"value\":0},{\"value\":0},{\"value\":0},{\"value\":0},{\"value\":68719460620},{\"value\":2310346747088470016},{\"value\":2310346747086372864},{\"value\":4459047608,\"symbolLocation\":24,\"symbol\":\"os::PlatformMutex::_freelist_lock\"},{\"value\":4459047608,\"symbolLocation\":24,\"symbol\":\"os::PlatformMutex::_freelist_lock\"},{\"value\":412719517712},{\"value\":137841610768},{\"value\":40852520960},{\"value\":6674393628,\"symbolLocation\":0,\"symbol\":\"pthread_jit_write_protect_np\"},{\"value\":8511231528},{\"value\":0},{\"value\":6140833487},{\"value\":6140833608},{\"value\":6140833592},{\"value\":6140833600},{\"value\":4459007832,\"symbolLocation\":0,\"symbol\":\"vm_created\"},{\"value\":16},{\"value\":4451143592,\"symbolLocation\":0,\"symbol\":\"JNI_CreateJavaVM\"},{\"value\":4335092928},{\"value\":0},{\"value\":0}],\"flavor\":\"ARM_THREAD_STATE64\",\"lr\":{\"value\":4456202492},\"cpsr\":{\"value\":536875008},\"fp\":{\"value\":6140833408},\"sp\":{\"value\":6140833200},\"esr\":{\"value\":4060086273,\"description\":\"(Breakpoint) brk 1\"},\"pc\":{\"value\":6674394148,\"matchesCrashFrame\":1},\"far\":{\"value\":0}},\"frames\":[{\"imageOffset\":31780,\"symbol\":\"pthread_jit_write_protect_np\",\"symbolLocation\":520,\"imageIndex\":7},{\"imageOffset\":10141948,\"symbol\":\"Threads::create_vm(JavaVMInitArgs*, bool*)\",\"symbolLocation\":120,\"imageIndex\":2},{\"imageOffset\":5083164,\"symbol\":\"JNI_CreateJavaVM\",\"symbolLocation\":116,\"imageIndex\":2},{\"imageOffset\":42912,\"symbol\":\"JavaMain\",\"symbolLocation\":256,\"imageIndex\":1},{\"imageOffset\":55420,\"symbol\":\"ThreadJavaMain\",\"symbolLocation\":12,\"imageIndex\":1},{\"imageOffset\":27736,\"symbol\":\"_pthread_start\",\"symbolLocation\":136,\"imageIndex\":7},{\"imageOffset\":7196,\"symbol\":\"thread_start\",\"symbolLocation\":8,\"imageIndex\":7}]}],\n  \"usedImages\" : [\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64\",\n    \"base\" : 4328734720,\n    \"CFBundleShortVersionString\" : \"4.5.4\",\n    \"CFBundleIdentifier\" : \"org.processing.app\",\n    \"size\" : 81920,\n    \"uuid\" : \"1f92f4fe-cbff-3da1-8e9d-448c03059a19\",\n    \"path\" : \"\\/Applications\\/Processing.app\\/Contents\\/MacOS\\/Processing\",\n    \"name\" : \"Processing\",\n    \"CFBundleVersion\" : \"4.5.4\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64\",\n    \"base\" : 4329144320,\n    \"size\" : 81920,\n    \"uuid\" : \"354cefb1-c296-34d7-8db6-b54c3a0b8e49\",\n    \"path\" : \"\\/Applications\\/Processing.app\\/Contents\\/runtime\\/Contents\\/Home\\/lib\\/libjli.dylib\",\n    \"name\" : \"libjli.dylib\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64\",\n    \"base\" : 4446060544,\n    \"size\" : 11829248,\n    \"uuid\" : \"a8ecefc8-4fca-368e-b923-0379b5f9c625\",\n    \"path\" : \"\\/Applications\\/Processing.app\\/Contents\\/runtime\\/Contents\\/Home\\/lib\\/server\\/libjvm.dylib\",\n    \"name\" : \"libjvm.dylib\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64e\",\n    \"base\" : 6674108416,\n    \"size\" : 250544,\n    \"uuid\" : \"cc1cf985-bc65-3725-809f-4c1e36b8f4ba\",\n    \"path\" : \"\\/usr\\/lib\\/system\\/libsystem_kernel.dylib\",\n    \"name\" : \"libsystem_kernel.dylib\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64e\",\n    \"base\" : 6674649088,\n    \"CFBundleShortVersionString\" : \"6.9\",\n    \"CFBundleIdentifier\" : \"com.apple.CoreFoundation\",\n    \"size\" : 5628704,\n    \"uuid\" : \"04e3598b-f226-3250-b3b2-ce938dd4db7e\",\n    \"path\" : \"\\/System\\/Library\\/Frameworks\\/CoreFoundation.framework\\/Versions\\/A\\/CoreFoundation\",\n    \"name\" : \"CoreFoundation\",\n    \"CFBundleVersion\" : \"5026.5.4\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64e\",\n    \"base\" : 6670336000,\n    \"size\" : 680472,\n    \"uuid\" : \"a237ef81-b68b-37ba-a165-92c965529534\",\n    \"path\" : \"\\/usr\\/lib\\/dyld\",\n    \"name\" : \"dyld\"\n  },\n  {\n    \"size\" : 0,\n    \"source\" : \"A\",\n    \"base\" : 0,\n    \"uuid\" : \"00000000-0000-0000-0000-000000000000\"\n  },\n  {\n    \"source\" : \"P\",\n    \"arch\" : \"arm64e\",\n    \"base\" : 6674362368,\n    \"size\" : 52028,\n    \"uuid\" : \"4f33683c-18c8-39a1-800b-2e3bd43bcc13\",\n    \"path\" : \"\\/usr\\/lib\\/system\\/libsystem_pthread.dylib\",\n    \"name\" : \"libsystem_pthread.dylib\"\n  }\n],\n  \"sharedCache\" : {\n  \"base\" : 6669205504,\n  \"size\" : 5990596608,\n  \"uuid\" : \"ff7119a7-f64d-305d-8135-7e6eb1c207d1\"\n},\n  \"vmSummary\" : \"ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\\nWritable regions: Total=112.1M written=320K(0%) resident=320K(0%) swapped_out=0K(0%) unallocated=111.8M(100%)\\n\\n                                VIRTUAL   REGION \\nREGION TYPE                        SIZE    COUNT (non-coalesced) \\n===========                     =======  ======= \\nDispatch continuations            80.0M        1 \\nKernel Alloc Once                   32K        1 \\nMALLOC                            20.8M        8 \\nMALLOC guard page                 3152K        4 \\nSTACK GUARD                       56.0M        2 \\nStack                             10.5M        3 \\n__AUTH                            2419K      257 \\n__AUTH_CONST                      45.0M      500 \\n__CTF                               824        1 \\n__DATA                            12.1M      456 \\n__DATA_CONST                      25.9M      504 \\n__DATA_DIRTY                      3000K      429 \\n__FONT_DATA                        2352        1 \\n__LINKEDIT                       576.9M        4 \\n__OBJC_RO                         79.1M        1 \\n__OBJC_RW                         2599K        1 \\n__TEXT                           580.3M      520 \\n__TPRO_CONST                       128K        2 \\npage table in kernel               320K        1 \\nshared memory                       32K        1 \\n===========                     =======  ======= \\nTOTAL                              1.5G     2697 \\n\",\n  \"legacyInfo\" : {\n  \"threadTriggered\" : {\n\n  }\n},\n  \"logWritingSignature\" : \"[REDACTED]\",\n  \"bug_type\" : \"309\",\n  \"roots_installed\" : 0,\n  \"trmStatus\" : 1,\n  \"trialInfo\" : {\n  \"rollouts\" : [\n    {\n      \"rolloutId\" : \"60f8ddccefea4203d95cbeef\",\n      \"factorPackIds\" : [\n\n      ],\n      \"deploymentId\" : 240000025\n    },\n    {\n      \"rolloutId\" : \"661464ecda55e5192b100804\",\n      \"factorPackIds\" : [\n\n      ],\n      \"deploymentId\" : 240000005\n    }\n  ],\n  \"experiments\" : [\n\n  ]\n}\n}\n```\n\n```yaml\nModel: [REDACTED], BootROM 18000.120.36, proc 10:8:2:0 processors, 32 GB, SMC\nGraphics: Apple M1 Max, Apple M1 Max, Built-In\nDisplay: Color LCD, 3456 x 2234 Retina, Main, MirrorOff, Online\nMemory Module: LPDDR5, Samsung\nAirPort: [REDACTED]\n[REDACTED]\nAirPort:\nBluetooth: [REDACTED]\nNetwork Service: [REDACTED]\nThunderbolt Bus: MacBook Pro, Apple Inc.\nThunderbolt Bus: MacBook Pro, Apple Inc.\nThunderbolt Bus: MacBook Pro, Apple Inc.\n```\n\n### Would you like to work on the issue?\n\nNo, I’m just reporting the issue","author":{"url":"https://github.com/SableRaf","@type":"Person","name":"SableRaf"},"datePublished":"2026-06-24T12:02:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/1532/processing4/issues/1532"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1c697540-ae69-d513-f4f1-38c75442e300
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCB48:21D295:273D070:39393BE:6A60D6C6
html-safe-nonce273ccf15cad74fa8d7ac1e3f6fde76f9fed4db49ee0d3313e4bc8f45918c6ed4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQjQ4OjIxRDI5NToyNzNEMDcwOjM5MzkzQkU6NkE2MEQ2QzYiLCJ2aXNpdG9yX2lkIjoiMTYxNzc3MzQ5NjIzOTE4MzU1OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac031274d248c60f18c21ca1aeef716319d35a9e29b139d7fb759044ffa862dfdd
hovercard-subject-tagissue:4734608632
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/processing4/1532/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e321f84e1e4300df8edd7968f4ede27f037e8013d913ce587f09b406d11ef639/processing/processing4/issues/1532
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e321f84e1e4300df8edd7968f4ede27f037e8013d913ce587f09b406d11ef639/processing/processing4/issues/1532
og:image:altMost appropriate sub-area of Processing 4? PDE Processing version 4.5.4 Operating system macOS Tahoe 26.5.1 (M1 MBP) Bug description Processing 4.5.4 on macOS 26.5.1 ARM64 crashes on startup in bun...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameSableRaf
hostnamegithub.com
expected-hostnamegithub.com
None025e511fb0e6dd11aaa36892212f7bcc13708244bc2bcbeff1cf34fc77723812
turbo-cache-controlno-preview
go-importgithub.com/processing/processing4 git https://github.com/processing/processing4.git
octolytics-dimension-user_id1617169
octolytics-dimension-user_loginprocessing
octolytics-dimension-repository_id844382769
octolytics-dimension-repository_nwoprocessing/processing4
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id844382769
octolytics-dimension-repository_network_root_nwoprocessing/processing4
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release405b1f59618e9c5e102e2408c26ce58f1937fbca
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/processing/processing4/issues/1532#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F1532
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F1532
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=processing%2Fprocessing4
Reloadhttps://github.com/processing/processing4/issues/1532
Reloadhttps://github.com/processing/processing4/issues/1532
Reloadhttps://github.com/processing/processing4/issues/1532
Please reload this pagehttps://github.com/processing/processing4/issues/1532
processing https://github.com/processing
processing4https://github.com/processing/processing4
Please reload this pagehttps://github.com/processing/processing4/issues/1532
Notifications https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Fork 175 https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Star 444 https://github.com/login?return_to=%2Fprocessing%2Fprocessing4
Code https://github.com/processing/processing4
Issues 249 https://github.com/processing/processing4/issues
Pull requests 26 https://github.com/processing/processing4/pulls
Actions https://github.com/processing/processing4/actions
Projects https://github.com/processing/processing4/projects
Wiki https://github.com/processing/processing4/wiki
Security and quality 0 https://github.com/processing/processing4/security
Insights https://github.com/processing/processing4/pulse
Code https://github.com/processing/processing4
Issues https://github.com/processing/processing4/issues
Pull requests https://github.com/processing/processing4/pulls
Actions https://github.com/processing/processing4/actions
Projects https://github.com/processing/processing4/projects
Wiki https://github.com/processing/processing4/wiki
Security and quality https://github.com/processing/processing4/security
Insights https://github.com/processing/processing4/pulse
Bughttps://github.com/processing/processing4/issues?q=type:"Bug"
Processing 4.5.4 crashes on startup on macOS during JNI_CreateJavaVMhttps://github.com/processing/processing4/issues/1532#top
https://github.com/catilac
bugSomething isn't workinghttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/SableRaf
SableRafhttps://github.com/SableRaf
on Jun 24, 2026https://github.com/processing/processing4/issues/1532#issue-4734608632
catilachttps://github.com/catilac
bugSomething isn't workinghttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22bug%22
Bughttps://github.com/processing/processing4/issues?q=type:"Bug"
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.