"Could you maybe do a screen recording showing all steps, including adding
terminal en commands overcoming sandboxing issues?"
OK, seems like I'm not THAT advanced; anyway, I try my best.
Since the brewing installs Hugin-2019.2.0 and it still does not work, I
have already removed it and gave it a try again with Hugin-2024.0.1
Before the installation of Hugin-2024.0.1.dmg, following the AI's advice, I
ran:
rm -rf ~/Library/Application\ Support/Hugin\nrm -rf
~/Library/Preferences/net.sourceforge.hugin.plist\nrm -rf ~/Library/Saved\
Application\ State/net.sourceforge.hugin.savedState\nrm -rf
~/Library/Caches/net.sourceforge.hugin\nrm -rf
~/Library/Preferences/org.hugin.Hugin.plist
to remove all possible leftovers from previous installations.
Then I installed Hugin-2024.0.1 and, as advised, after the installation, I
ran "xattr -cr /Applications/Hugin" and then launched the app. It did not
ask for permission to launch.
That still resulted in the crash, first showing the "Debug report" and then
opening a window with the crash report.
I prepared a text file for you and attached it here.
I hope it provides a full insight into what happened.
Best regards,
Yaroslav
пʼятниця, 7 листопада 2025 р. о 17:14:47 UTC+1 [email protected] пише:
> Could you maybe do a screen recording showing all steps including adding
> terminal en commands overcoming sandboxing issues?
>
> Den fre 7 nov. 2025 16:51Ярослав Цицюра <[email protected]> skrev:
>
>> Hi everyone!
>>
>> I've got a MacBook Pro from 2023, with Apple M2 Pro and macOS 26.0.1 (for
>> a few weeks)
>> Recently, I downloaded Hugin from the official webpage, and it ran once,
>> but then it only crashed. AI says that the problem is with the color
>> profiles, and that Hugin is not designed for Mac M-CPUs...
>> I tried installing different versions (as well as this one here -
>> Hugin-2024.0.1.dmg) and using brew via terminal - the result is the same.
>> Are there any chances for my case to find a working version of Hugin?
>>
>> Thank you in advance! Yaroslav
>>
>>
>> вівторок, 8 липня 2025 р. о 11:16:29 UTC+2 [email protected] пише:
>>
>>> Fresh build compiled on macOS Sequoia 15.5. Probably will work on older
>>> arm64 machines. *ONLY works on apple silicon macs.*
>>>
>>> Unofficial test build.
>>> *Download:*
>>>
>>> https://github.com/dannephoto/hugin/releases/download/hugin/Hugin-2024.0.1.dmg
>>>
>>> Always run following in terminal after install to bypass mac sandboxing
>>> issues:
>>> xattr -cr drag/Hugin/root/folder/here and press enter.
>>>
>>> *Source:*
>>> https://github.com/dannephoto/hugin
>>>
>>>
>>> *Commit:*
>>> https://github.com/dannephoto/hugin/commit/d8e172c0e9f4e9dedae08f37abbe5ae18cddb78d
>>>
>>>
>>> Note: I commented out following in *src/hugin1/hugin/MainFrame.cpp* as
>>> it will make Hugin to crash even though I am on *wxWidgets-3.2.2.1*.
>>> //Below check will cause wxWidget issues crashes Hugin on startup
>>> //#if wxCHECK_VERSION(3,1,6)
>>> // bitmap.SetScaleFactor(GetDPIScaleFactor());
>>> //#endif
>>>
>>> Not sure if it is something needs fixing or if compiler needs tweaking.
>>>
>>> Please report if testing this version what works and not.
>>> Happy testing!
>>>
>>>
>>> On Wed, Jul 2, 2025 at 5:17 AM dudek53 <[email protected]> wrote:
>>>
>>>> Hi. Feel free to share bug reports. I spent many hours to get a working
>>>> build but perspnally I only use enfuse/align_image_stack binaries and now
>>>> I
>>>> have too little time maintaining hugin builds.
>>>>
>>>> Did you manage to download the compiled build or did you compile your
>>>> own? Would you mind sharing your build? Bitbucket seems to have erased
>>>> downloads section and I'd like to share a build but no time to recompile
>>>> a
>>>> new version.
>>>>
>>>> Den ons 2 juli 2025 00:28Phil Evans <[email protected]> skrev:
>>>>
>>>>> Thanks so much for this build. I only found this group after several
>>>>> hours' work to actually get the 2024.0.1 to build on my M3 mac
>>>>> (cmake/package manager refusing to find both vigra *and* exiv. Would find
>>>>> one or the other but not both!) -- only to find the built code gave an
>>>>> instant crash; could have saved myself much cursing :)
>>>>>
>>>>> So, first, confirming that this works on my M3 Mac, Sequoia 15.5.
>>>>>
>>>>> And second to ask -- could / would you report your fix(es) to the
>>>>> Hugin team so that they can update their instructions, and indeed fix
>>>>> their
>>>>> code! So far as I can see, your only changes to the actual code are
>>>>> wrapped
>>>>> in `#ifdef` so incorporating your changes won't break anyone else's
>>>>> build.
>>>>> They don't seem to have a public git you can make PR from, so the only
>>>>> route I can see is a bug report via
>>>>> https://bugs.launchpad.net/hugin/+bugs (which I would do myself, and
>>>>> quote your fixes -- or point them to your BitBucket -- but that would
>>>>> seem
>>>>> presumptuous of me.
>>>>>
>>>>> Phil
>>>>>
>>>>> On Saturday, November 30, 2024 at 10:38:33 PM UTC [email protected]
>>>>> wrote:
>>>>>
>>>>>> *New build*
>>>>>>
>>>>>> https://bitbucket.org/Dannephoto/hugin/downloads/Hugin-2024.0.1_arm64.dmg
>>>>>>
>>>>>> Removes GPU support on arm64 macs since it is unreliable. Code
>>>>>> provides an exception and hides the GPU acceleration checkbox. Will
>>>>>> prevent
>>>>>> users from getting corrupted output.
>>>>>>
>>>>>> Commit for visibility reasons:
>>>>>>
>>>>>> https://bitbucket.org/Dannephoto/hugin/commits/12c6810ed530c3d1bf377fc2acab890ddc914af1
>>>>>>
>>>>>>
>>>>>> *Sandboxing issues*. Do not forget to quarantine Hugin after install
>>>>>> and before first usage or your mac will tell you the app is broken.
>>>>>>
>>>>>> In terminal:
>>>>>> xattr -cr drag/Hugin/folder/here
>>>>>> push enter
>>>>>>
>>>>>> lördag 30 november 2024 kl. 16:32:09 UTC+1 skrev dudek53:
>>>>>>
>>>>>>> Thanks guys for feedbacking. I had some deeper tests from user Fotis
>>>>>>> Kalafatis and he showed a way to reproduce corrupted panoramas when
>>>>>>> using
>>>>>>> Use GPU for Remapping. In stitcher enabling High dynamic range
>>>>>>> activates
>>>>>>> some other gpu code from where I did my fix and again it corrupts
>>>>>>> files.
>>>>>>> Recommended not to use Use GPU for Remapping if on M-series macs. As
>>>>>>> Thomas
>>>>>>> stated many times before. What works for certain cases will not work
>>>>>>> with
>>>>>>> other code parts so better to close this door imo.
>>>>>>>
>>>>>>> Which leads me to the next question. I would like to simply disable
>>>>>>> Use GPU for Remapping from mac arm64 builds. THe program works fast
>>>>>>> anyway
>>>>>>> and I really don´t see any future getting renewed openGL support in
>>>>>>> M-series macs, on the contrary, might be taken out in future Mac OS for
>>>>>>> all
>>>>>>> I know.
>>>>>>> Any pointers to where I find the UI Use GPU for Remapping values.
>>>>>>> Looked around last night but boy is it hard to get to know this program.
>>>>>>>
>>>>>>> Who produces builds for mac in general for the official download
>>>>>>> section? If there´s an interest I could try and produce two builds,
>>>>>>> intel
>>>>>>> and arm64.
>>>>>>>
>>>>>>> On Sat, Nov 30, 2024 at 11:03 AM AlainC <[email protected]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> At least a Mac build, thanks a lot.
>>>>>>>> I tried a 14 pictures pano 27000x5500 on an iMac M4 32Gb Sequoia,
>>>>>>>> works fine.
>>>>>>>> Assembly time is 3 mn 47 s, with Hugin2020 on iMac Intel 3.8 Ghz it
>>>>>>>> was 4 mn 25 s, I expected a much greater performance improvement
>>>>>>>>
>>>>>>>> Le samedi 30 novembre 2024 à 04:31:26 UTC+1, Donald Johnston a
>>>>>>>> écrit :
>>>>>>>>
>>>>>>>>> Duck53, thanks for building the Mac OS version. I tested it
>>>>>>>>> against a 75K pto file that I have with 12 images (pano with exposure
>>>>>>>>> stacks). Runs great.
>>>>>>>>> My system is an MacBook Pro 2021, Apple M1 Max with 64GB running
>>>>>>>>> Mac OS Sequoia V 15.1.1
>>>>>>>>> Don
>>>>>>>>>
>>>>>>>>> On Nov 28, 2024, at 12:08 PM, dudek53 <[email protected]> wrote:
>>>>>>>>>
>>>>>>>>> Thanks for fast feedback Fotis K.
>>>>>>>>>
>>>>>>>>> I decided to add a GPUFIX version the same as with 2023 version.
>>>>>>>>> Should fix your issues Fotis K. Please try it out.
>>>>>>>>>
>>>>>>>>> *GPUFIX version*. Will work with *Use GPU for remapping*
>>>>>>>>>
>>>>>>>>> https://bitbucket.org/Dannephoto/hugin/downloads/Hugin-2024.0.1_GPUFIX.dmg
>>>>>>>>>
>>>>>>>>> Compiled a build on M1 Sonoma with the latest release code:
>>>>>>>>> https://bitbucket.org/Dannephoto/hugin/downloads/Hugin-2024.0.1.dmg
>>>>>>>>>
>>>>>>>>> Please report back if testing what is working or not.
>>>>>>>>>
>>>>>>>>> *Sandboxing issues*. Do not forget to quarantine Hugin after
>>>>>>>>> install and before first usage or your mac will tell you the app is
>>>>>>>>> broken.
>>>>>>>>>
>>>>>>>>> In terminal:
>>>>>>>>> xattr -cr drag/Hugin/folder/here
>>>>>>>>> push enter
>>>>>>>>>
>>>>>>>>> torsdag 28 november 2024 kl. 13:46:46 UTC+1 skrev Fotis K:
>>>>>>>>>
>>>>>>>>>> After a bit of fiddling around I found that the issue gets
>>>>>>>>>> resolved if one disables hardware acceleration from the Hugin
>>>>>>>>>> Settings
>>>>>>>>>> (Preferences\Programs\Use GPU for remapping) - it now works fine!
>>>>>>>>>> thank you
>>>>>>>>>> for bringing this version to mac users!
>>>>>>>>>>
>>>>>>>>>> On 28. Nov 2024, at 13:05, Fotis K <[email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>> thank you for sharing, I've been looking for a somewhat recent
>>>>>>>>>> version!
>>>>>>>>>> I am running your binary on Sequoia and while the hugin.app
>>>>>>>>>> seems to be stable, I haven't managed to complete any
>>>>>>>>>> stitching/remapping
>>>>>>>>>> because PTBatcherGui crashes - it seems to always be some issue with
>>>>>>>>>> nona.
>>>>>>>>>> I'd be happy to help pinpoint the issue
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thursday, November 28, 2024 at 1:11:31 AM UTC+1 dud...@
>>>>>>>>>> gmail.com wrote:
>>>>>>>>>>
>>>>>>>>>>> Compiled a build on M1 Sonoma with the latest release code:
>>>>>>>>>>>
>>>>>>>>>>> https://bitbucket.org/Dannephoto/hugin/downloads/Hugin-2024.0.1.dmg
>>>>>>>>>>>
>>>>>>>>>>> Please report back if testing what is working or not.
>>>>>>>>>>>
>>>>>>>>>>> *Sandboxing issues*. Do not forget to quarantine Hugin after
>>>>>>>>>>> install and before first usage or your mac will tell you the app is
>>>>>>>>>>> broken.
>>>>>>>>>>>
>>>>>>>>>>> In terminal:
>>>>>>>>>>> xattr -cr drag/Hugin/folder/here
>>>>>>>>>>> push enter
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> torsdag 16 maj 2024 kl. 19:31:15 UTC+2 skrev dudek53:
>>>>>>>>>>>
>>>>>>>>>>>> Crashes here too straight away. Probably compiler issue. A few
>>>>>>>>>>>> libs will not work out of the box after compilation. I shared my
>>>>>>>>>>>> findings
>>>>>>>>>>>> and workarounds in several posts.
>>>>>>>>>>>> I do not have the time to dig blindly in a crashing build but
>>>>>>>>>>>> the person sharing this build might benefit of getting some
>>>>>>>>>>>> feedback from
>>>>>>>>>>>> testers before uploading a build.
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, May 16, 2024 at 5:30 PM 'T. Modes' via hugin and other
>>>>>>>>>>>> free panoramic software <[email protected]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> There are often reports about crashes in the Mac build in the
>>>>>>>>>>>>> bug tracker: https://bugs.launchpad.net/hugin/+bug/2045446
>>>>>>>>>>>>> But nobody seems to take care of them?
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>> A list of frequently asked questions is available at:
>>>>>>>>>>>>> http://wiki.panotools.org/Hugin_FAQ
>>>>>>>>>>>>> ---
>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>> Google Groups "hugin and other free panoramic software" group.
>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>>> it, send an email to [email protected].
>>>>>>>>>>>>>
>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>> https://groups.google.com/d/msgid/hugin-ptx/93870376-c091-4bf2-8b29-326c335d2e18n%40googlegroups.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/hugin-ptx/93870376-c091-4bf2-8b29-326c335d2e18n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> A list of frequently asked questions is available at:
>>>>>>>>>> http://wiki.panotools.org/Hugin_FAQ
>>>>>>>>>> ---
>>>>>>>>>>
>>>>>>>>>> You received this message because you are subscribed to a topic
>>>>>>>>>> in the Google Groups "hugin and other free panoramic software" group.
>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>> https://groups.google.com/d/topic/hugin-ptx/cAzcl7HaQs4/unsubscribe
>>>>>>>>>> .
>>>>>>>>>> To unsubscribe from this group and all its topics, send an email
>>>>>>>>>> to [email protected].
>>>>>>>>>> To view this discussion visit
>>>>>>>>>> https://groups.google.com/d/msgid/hugin-ptx/5697ebbe-9894-4244-af1f-b71bed2d01f7n%40googlegroups.com
>>>>>>>>>>
>>>>>>>>>> <https://groups.google.com/d/msgid/hugin-ptx/5697ebbe-9894-4244-af1f-b71bed2d01f7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>> .
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> A list of frequently asked questions is available at:
>>>>>>>>> http://wiki.panotools.org/Hugin_FAQ
>>>>>>>>> ---
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "hugin and other free panoramic software" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>> send an email to [email protected].
>>>>>>>>>
>>>>>>>>> To view this discussion visit
>>>>>>>>> https://groups.google.com/d/msgid/hugin-ptx/e21a068c-13cd-48d6-81cf-f08c8896b257n%40googlegroups.com
>>>>>>>>>
>>>>>>>>> <https://groups.google.com/d/msgid/hugin-ptx/e21a068c-13cd-48d6-81cf-f08c8896b257n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>> A list of frequently asked questions is available at:
>>>>>>>> http://wiki.panotools.org/Hugin_FAQ
>>>>>>>> ---
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "hugin and other free panoramic software" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>> send an email to [email protected].
>>>>>>>>
>>>>>>> To view this discussion visit
>>>>>>>> https://groups.google.com/d/msgid/hugin-ptx/04305e3a-cdfc-4845-a9b0-71df0b13f265n%40googlegroups.com
>>>>>>>>
>>>>>>>> <https://groups.google.com/d/msgid/hugin-ptx/04305e3a-cdfc-4845-a9b0-71df0b13f265n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>>
>>>>>>> --
>>>>> A list of frequently asked questions is available at:
>>>>> http://wiki.panotools.org/Hugin_FAQ
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "hugin and other free panoramic software" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> To view this discussion visit
>>>>> https://groups.google.com/d/msgid/hugin-ptx/a8573855-b13e-4d49-ab4a-b3e11ab3513an%40googlegroups.com
>>>>>
>>>>> <https://groups.google.com/d/msgid/hugin-ptx/a8573855-b13e-4d49-ab4a-b3e11ab3513an%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> --
>> A list of frequently asked questions is available at:
>> http://wiki.panotools.org/Hugin_FAQ
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "hugin and other free panoramic software" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>>
> To view this discussion visit
>> https://groups.google.com/d/msgid/hugin-ptx/2fb2de83-49a8-4bad-a7de-39009156f05an%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/hugin-ptx/2fb2de83-49a8-4bad-a7de-39009156f05an%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/hugin-ptx/bbdd1827-2c86-4acd-97bb-6c1880a08b3fn%40googlegroups.com.
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: Hugin [23452]
Path: /Applications/Hugin/Hugin.app/Contents/MacOS/Hugin
Identifier: net.sourceforge.Hugin
Version: 2024.0.1 (2024.0.1)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: net.sourceforge.Hugin [149230]
User ID: 501
Date/Time: 2025-11-07 18:08:38.4140 +0100
Launch Time: 2025-11-07 18:08:29.8734 +0100
Hardware Model: Mac14,9
OS Version: macOS 26.0.1 (25A362)
Release Type: User
Crash Reporter Key: 89944EEC-732C-315B-15A7-4EB04057FED7
Incident Identifier: 88678F2F-3DCE-4E0A-A402-D6054B710D62
Sleep/Wake UUID: 8F481175-81B9-4E31-9BFC-11F739C61098
Time Awake Since Boot: 690000 seconds
Time Since Wake: 1957 seconds
System Integrity Protection: enabled
Triggered by Thread: 0
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes: 0x0000000000000001, 0x0000000000000000
Termination Reason: Namespace SIGNAL, Code 6, Abort trap: 6
Terminating Process: Hugin [23452]
VM Region Info: 0 is not in any region. Bytes before following region:
4344725504
REGION TYPE START - END [ VSIZE] PRT/MAX
SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 102f74000-103258000 [ 2960K] r-x/r-x
SM=COW /Applications/Hugin/Hugin.app/Contents/MacOS/Hugin
Application Specific Information:
abort() called
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x19a86e5b0 __pthread_kill + 8
1 libsystem_pthread.dylib 0x19a8a8888 pthread_kill + 296
2 libsystem_c.dylib 0x19a7ae808 abort + 124
3 libwx_osx_cocoau-3.2.0.2.1.dylib 0x1051bde24
wxFatalSignalHandler(int) + 40
4 libsystem_platform.dylib 0x19a8b2744 _sigtramp + 56
5 CoreFoundation 0x19a8f5c7c CFURLGetBaseURL + 64
6 CoreFoundation 0x19a8f5af0
CFURLCopyFileSystemPath + 224
7 libhuginbasewx.0.0.dylib 0x103e7d448
HuginBase::Color::detail::GetMonitorProfile(wxString&, void*&) + 84
8 libhuginbasewx.0.0.dylib 0x103e7d694
HuginBase::Color::GetMonitorProfile(wxString&, void*&) + 64
9 Hugin 0x102f80164 huginApp::OnInit() +
3480
10 libwx_osx_cocoau-3.2.0.2.1.dylib 0x1051d9a60 wxApp::CallOnInit()
+ 316
11 libwx_osx_cocoau-3.2.0.2.1.dylib 0x10513aa68 wxEntry(int&,
wchar_t**) + 84
12 Hugin 0x102f83984 main + 24
13 dyld 0x19a4e9d54 start + 7184
Thread 1:
Thread 2:
Thread 3:
0 libsystem_kernel.dylib 0x19a865c34 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x19a878028 mach_msg2_internal +
76
2 libsystem_kernel.dylib 0x19a86e98c mach_msg_overwrite +
484
3 libsystem_kernel.dylib 0x19a865fb4 mach_msg + 24
4 CoreFoundation 0x19a947c80
__CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19a9465d8 __CFRunLoopRun + 1188
6 CoreFoundation 0x19aa04898
_CFRunLoopRunSpecificWithOptions + 532
7 Foundation 0x19cb75960
-[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 AppKit 0x19f26fb74 -[NSAnimation
_runBlocking] + 412
9 libdispatch.dylib 0x19a6ecb5c
_dispatch_call_block_and_release + 32
10 libdispatch.dylib 0x19a706ac4
_dispatch_client_callout + 16
11 libdispatch.dylib 0x19a7239ec
<deduplicated_symbol> + 32
12 libdispatch.dylib 0x19a6ff13c
_dispatch_root_queue_drain + 736
13 libdispatch.dylib 0x19a6ff784
_dispatch_worker_thread2 + 180
14 libsystem_pthread.dylib 0x19a8a4e10 _pthread_wqthread +
232
15 libsystem_pthread.dylib 0x19a8a3b9c start_wqthread + 8
Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x19a865c34 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x19a878028 mach_msg2_internal +
76
2 libsystem_kernel.dylib 0x19a86e98c mach_msg_overwrite +
484
3 libsystem_kernel.dylib 0x19a865fb4 mach_msg + 24
4 CoreFoundation 0x19a947c80
__CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x19a9465d8 __CFRunLoopRun + 1188
6 CoreFoundation 0x19aa04898
_CFRunLoopRunSpecificWithOptions + 532
7 AppKit 0x19edc4a68 _NSEventThread + 184
8 libsystem_pthread.dylib 0x19a8a8c08 _pthread_start + 136
9 libsystem_pthread.dylib 0x19a8a3ba8 thread_start + 8
Thread 5:
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000
x3: 0x0000000000000000
x4: 0x000000092cf38080 x5: 0x0000000000000000 x6: 0xffffffffbfc007ff
x7: 0xfffff0003ffff800
x8: 0xe0b855cd111e1d9b x9: 0xe0b855cf163b559b x10: 0x0000000000000000
x11: 0x0000000000000000
x12: 0x0000900400412000 x13: 0x0000800000411c00 x14: 0x0000000000012000
x15: 0x0000000000000054
x16: 0x0000000000000148 x17: 0x000000020888a008 x18: 0x0000000000000000
x19: 0x0000000000000006
x20: 0x0000000000000103 x21: 0x00000002072548e0 x22: 0x0000000103204330
x23: 0x000000092d26cc00
x24: 0x000000092d061f00 x25: 0x000000092d00fcc0 x26: 0x000000016ce8ab80
x27: 0x000000092c85c500
x28: 0x0000000000000000 fp: 0x000000016ce8a130 lr: 0x000000019a8a8888
sp: 0x000000016ce8a110 pc: 0x000000019a86e5b0 cpsr: 0x40001000
far: 0x0000000000000000 esr: 0x56000080 (Syscall)
Binary Images:
0x102f74000 - 0x103257fff net.sourceforge.Hugin (2024.0.1)
<f3096cf1-ecb3-3039-9c5b-f2d6bb6e0502>
/Applications/Hugin/Hugin.app/Contents/MacOS/Hugin
0x10342c000 - 0x10349bfff libpano13.3.dylib (*)
<58c8473c-3dff-3d43-a1fb-8a8e7cfbdc86>
/Applications/Hugin/Hugin.app/Contents/Libraries/libpano13.3.dylib
0x1035cc000 - 0x10362bfff libGLEW.2.1.0.dylib (*)
<45233df5-4e14-34b3-9149-ac6011b28a6b>
/Applications/Hugin/Hugin.app/Contents/Libraries/libGLEW.2.1.0.dylib
0x103528000 - 0x103577fff libvigraimpex.11.1.11.1.dylib (*)
<d3c72cce-7dc2-396c-aa96-008ce8db6d13>
/Applications/Hugin/Hugin.app/Contents/Libraries/libvigraimpex.11.1.11.1.dylib
0x1033c0000 - 0x1033cbfff libImath-2_5.25.0.7.dylib (*)
<97164409-d757-3db2-bbc6-e6e289f662b1>
/Applications/Hugin/Hugin.app/Contents/Libraries/libImath-2_5.25.0.7.dylib
0x103944000 - 0x103bb7fff libIlmImf-2_5.26.0.0.dylib (*)
<86c44764-9832-33aa-85d9-9e9e9776e128>
/Applications/Hugin/Hugin.app/Contents/Libraries/libIlmImf-2_5.26.0.0.dylib
0x103744000 - 0x1037a7fff libIex-2_5.25.0.7.dylib (*)
<b8af2338-8b6c-3dd9-bb49-e227d7e9139d>
/Applications/Hugin/Hugin.app/Contents/Libraries/libIex-2_5.25.0.7.dylib
0x1036c8000 - 0x10370bfff libHalf-2_5.25.0.7.dylib (*)
<9775d6fb-393c-3270-903d-4108bd599988>
/Applications/Hugin/Hugin.app/Contents/Libraries/libHalf-2_5.25.0.7.dylib
0x1033e0000 - 0x1033e3fff libIlmThread-2_5.25.0.7.dylib (*)
<047938a5-2a94-3118-87ee-47e5130bab84>
/Applications/Hugin/Hugin.app/Contents/Libraries/libIlmThread-2_5.25.0.7.dylib
0x103814000 - 0x10384ffff libjpeg.9.dylib (*)
<b1e0be34-63bb-3399-b028-40f759abe6b8>
/Applications/Hugin/Hugin.app/Contents/Libraries/libjpeg.9.dylib
0x103c14000 - 0x103c77fff libtiff.5.dylib (*)
<1b09f4a0-9b28-322e-8f7c-f5b2c515e096>
/Applications/Hugin/Hugin.app/Contents/Libraries/libtiff.5.dylib
0x103864000 - 0x103893fff libpng16.16.dylib (*)
<db400461-128f-36e2-9e82-c1a602442421>
/Applications/Hugin/Hugin.app/Contents/Libraries/libpng16.16.dylib
0x103f38000 - 0x10410ffff libexiv2.0.27.6.dylib (*)
<9eb257d8-db8d-343f-90e2-420403f54cdf>
/Applications/Hugin/Hugin.app/Contents/Libraries/libexiv2.0.27.6.dylib
0x103c90000 - 0x103cd3fff liblcms2.2.dylib (*)
<be4fb1dc-bc19-39fd-a7d7-0c6a84a99789>
/Applications/Hugin/Hugin.app/Contents/Libraries/liblcms2.2.dylib
0x1038a8000 - 0x1038cbfff libceleste.0.0.dylib (*)
<d5d03eca-49be-34fb-85b7-aa5ee509e3f1>
/Applications/Hugin/Hugin.app/Contents/Libraries/libceleste.0.0.dylib
0x1038e4000 - 0x10390bfff libicpfindlib.0.0.dylib (*)
<fb3b5d20-4ef6-3f61-8d67-1b97b6fc14f4>
/Applications/Hugin/Hugin.app/Contents/Libraries/libicpfindlib.0.0.dylib
0x103674000 - 0x103683fff libwx_osx_cocoau_gl-3.2.0.2.1.dylib (*)
<50555487-c57e-3bb1-a34b-9ab70aa45f2d>
/Applications/Hugin/Hugin.app/Contents/Libraries/libwx_osx_cocoau_gl-3.2.0.2.1.dylib
0x1050d8000 - 0x105a83fff libwx_osx_cocoau-3.2.0.2.1.dylib (*)
<38e7a291-a5ba-350b-a154-6a0665b87a1c>
/Applications/Hugin/Hugin.app/Contents/Libraries/libwx_osx_cocoau-3.2.0.2.1.dylib
0x103df8000 - 0x103e9bfff libhuginbasewx.0.0.dylib (*)
<f6a301ac-db13-30e1-b3e7-3edfb6db1731>
/Applications/Hugin/Hugin.app/Contents/Libraries/libhuginbasewx.0.0.dylib
0x104830000 - 0x104cb7fff libhuginbase.0.0.dylib (*)
<b98d52aa-929e-3056-bbe7-5e51dc29ab90>
/Applications/Hugin/Hugin.app/Contents/Libraries/libhuginbase.0.0.dylib
0x103cf0000 - 0x103d07fff libboost_filesystem.dylib (*)
<d0360572-7f78-3b6d-96db-73f1477eb017>
/Applications/Hugin/Hugin.app/Contents/Libraries/libboost_filesystem.dylib
0x1033f4000 - 0x1033f7fff libboost_atomic.dylib (*)
<ee5b589c-00cc-349e-bb0e-c613bc05a18a>
/Applications/Hugin/Hugin.app/Contents/Libraries/libboost_atomic.dylib
0x1033ac000 - 0x1033affff libboost_system.dylib (*)
<b403efa7-a1bf-3aed-b1e5-5662d7d66e42>
/Applications/Hugin/Hugin.app/Contents/Libraries/libboost_system.dylib
0x1041fc000 - 0x104273fff libomp.dylib (*)
<71251eb8-0f68-319e-8e45-3236d7f21613>
/Applications/Hugin/Hugin.app/Contents/Libraries/libomp.dylib
0x1035ac000 - 0x1035b7fff libunwind.1.0.dylib (*)
<2d223762-e42c-3582-aa01-c31c6d7a8b23>
/Applications/Hugin/Hugin.app/Contents/Libraries/libunwind.1.0.dylib
0x1036a0000 - 0x1036a3fff libIexMath-2_5.25.0.7.dylib (*)
<57f94096-b57c-3578-bf7e-97c57956a1ab>
/Applications/Hugin/Hugin.app/Contents/Libraries/libIexMath-2_5.25.0.7.dylib
0x1042b8000 - 0x104327fff libpcre2-32.0.dylib (*)
<082cbea2-90ee-3658-ace2-d820ecad4130>
/Applications/Hugin/Hugin.app/Contents/Libraries/libpcre2-32.0.dylib
0x105024000 - 0x10502ffff libobjc-trampolines.dylib (*)
<580e4b29-8304-342d-a21c-2a869364dc35> /usr/lib/libobjc-trampolines.dylib
0x119a34000 - 0x11a1f3fff com.apple.AGXMetalG14X (340.26.3)
<9ba70456-c7ed-37f6-84f9-879fec3ed54e>
/System/Library/Extensions/AGXMetalG14X.bundle/Contents/MacOS/AGXMetalG14X
0x19a865000 - 0x19a8a145f libsystem_kernel.dylib (*)
<2eb73bf1-8c71-3e1f-a160-6da83dc82606> /usr/lib/system/libsystem_kernel.dylib
0x19a8a2000 - 0x19a8aeabb libsystem_pthread.dylib (*)
<5d31d65c-2ecf-36da-84f5-ba4caab06adb> /usr/lib/system/libsystem_pthread.dylib
0x19a735000 - 0x19a7b6ff7 libsystem_c.dylib (*)
<1e2fc910-e211-3a48-90c1-402c82129ea8> /usr/lib/system/libsystem_c.dylib
0x19a8af000 - 0x19a8b73bf libsystem_platform.dylib (*)
<36396b66-54eb-30fa-8e3b-e71ae63da30c> /usr/lib/system/libsystem_platform.dylib
0x19a8e8000 - 0x19ae34f7f com.apple.CoreFoundation (6.9)
<edb39786-80b1-3bff-b6c3-e33f2e3ca867>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19a4e1000 - 0x19a57ff73 dyld (*)
<abfd3247-50ac-3c8e-b72a-83710166e982> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? (*)
<00000000-0000-0000-0000-000000000000> ???
0x19c12e000 - 0x19d0ba31f com.apple.Foundation (6.9)
<f61e71c3-480f-3691-b656-e1281f60a3e3>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x19ed15000 - 0x1a0410cdf com.apple.AppKit (6.9)
<9aef8974-703a-3941-9b3d-de8c5ccb61d0>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x19a6eb000 - 0x19a731e9f libdispatch.dylib (*)
<17d849c6-a785-3dbb-bfb5-8321706c4b8d> /usr/lib/system/libdispatch.dylib
0x1ffdd3000 - 0x2002aaebf com.apple.AppIntents (1.0)
<84e29f0e-b2ef-3e01-90d4-a5c503512c4e>
/System/Library/Frameworks/AppIntents.framework/Versions/A/AppIntents
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
-----------
Full Report
-----------
{"app_name":"Hugin","timestamp":"2025-11-07 18:08:42.00
+0100","app_version":"2024.0.1","slice_uuid":"f3096cf1-ecb3-3039-9c5b-f2d6bb6e0502","build_version":"2024.0.1","platform":1,"bundleID":"net.sourceforge.Hugin","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS
26.0.1
(25A362)","roots_installed":0,"name":"Hugin","incident_id":"88678F2F-3DCE-4E0A-A402-D6054B710D62"}
{
"uptime" : 690000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac14,9",
"coalitionID" : 149230,
"osVersion" : {
"train" : "macOS 26.0.1",
"build" : "25A362",
"releaseType" : "User"
},
"captureTime" : "2025-11-07 18:08:38.4140 +0100",
"codeSigningMonitor" : 2,
"incident" : "88678F2F-3DCE-4E0A-A402-D6054B710D62",
"pid" : 23452,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2025-11-07 18:08:29.8734 +0100",
"procStartAbsTime" : 16785201458973,
"procExitAbsTime" : 16785406393093,
"procName" : "Hugin",
"procPath" : "\/Applications\/Hugin\/Hugin.app\/Contents\/MacOS\/Hugin",
"bundleInfo" :
{"CFBundleShortVersionString":"2024.0.1","CFBundleVersion":"2024.0.1","CFBundleIdentifier":"net.sourceforge.Hugin"},
"storeInfo" :
{"deviceIdentifierForVendor":"184DA0EE-4ECC-5C2C-A927-664F1D9FF2E7","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "net.sourceforge.Hugin",
"crashReporterKey" : "89944EEC-732C-315B-15A7-4EB04057FED7",
"lowPowerMode" : 1,
"developerMode" : 1,
"codeSigningID" : "Hugin",
"codeSigningTeamID" : "",
"codeSigningFlags" : 570556929,
"codeSigningValidationCategory" : 10,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"instructionByteStream" :
{"beforePC":"fyMD1f17v6n9AwCRFOD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkQng\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
"bootSessionUUID" : "69FCEA44-6D73-49FB-9B6E-91810203F797",
"wakeTime" : 1957,
"sleepWakeUUID" : "8F481175-81B9-4E31-9BFC-11F739C61098",
"sip" : "enabled",
"vmRegionInfo" : "0 is not in any region. Bytes before following region:
4344725504\n REGION TYPE START - END [ VSIZE]
PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n
__TEXT 102f74000-103258000 [ 2960K] r-x\/r-x SM=COW
\/Applications\/Hugin\/Hugin.app\/Contents\/MacOS\/Hugin",
"exception" : {"codes":"0x0000000000000001,
0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGABRT","subtype":"KERN_INVALID_ADDRESS
at 0x0000000000000000"},
"termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort
trap: 6","byProc":"Hugin","byPid":23452},
"vmregioninfo" : "0 is not in any region. Bytes before following region:
4344725504\n REGION TYPE START - END [ VSIZE]
PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n
__TEXT 102f74000-103258000 [ 2960K] r-x\/r-x SM=COW
\/Applications\/Hugin\/Hugin.app\/Contents\/MacOS\/Hugin",
"asi" : {"libsystem_c.dylib":["abort() called"]},
"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},
"faultingThread" : 0,
"threads" :
[{"triggered":true,"id":10191129,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":39408861312},{"value":0},{"value":18446744072631617535},{"value":18446726482597246976},{"value":16192786799454461339},{"value":16192786808130196891},{"value":0},{"value":0},{"value":158346858536960},{"value":140737492622336},{"value":73728},{"value":84},{"value":328},{"value":8733106184},{"value":0},{"value":6},{"value":259},{"value":8709818592,"symbolLocation":224,"symbol":"_main_thread"},{"value":4347413296,"symbolLocation":48,"symbol":"typeinfo
name for
huginApp"},{"value":39412222976},{"value":39410081536},{"value":39409745088},{"value":6122154880},{"value":39401669888},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6887737480},"cpsr":{"value":1073745920},"fp":{"value":6122152240},"sp":{"value":6122152208},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6887499184,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":38320,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":29},{"imageOffset":26760,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":30},{"imageOffset":497672,"symbol":"abort","symbolLocation":124,"imageIndex":31},{"imageOffset":941604,"symbol":"wxFatalSignalHandler(int)","symbolLocation":40,"imageIndex":17},{"imageOffset":14148,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":32},{"imageOffset":56444,"symbol":"CFURLGetBaseURL","symbolLocation":64,"imageIndex":33},{"imageOffset":56048,"symbol":"CFURLCopyFileSystemPath","symbolLocation":224,"imageIndex":33},{"imageOffset":545864,"symbol":"HuginBase::Color::detail::GetMonitorProfile(wxString&,
void*&)","symbolLocation":84,"imageIndex":18},{"imageOffset":546452,"symbol":"HuginBase::Color::GetMonitorProfile(wxString&,
void*&)","symbolLocation":64,"imageIndex":18},{"imageOffset":49508,"symbol":"huginApp::OnInit()","symbolLocation":3480,"imageIndex":0},{"imageOffset":1055328,"symbol":"wxApp::CallOnInit()","symbolLocation":316,"imageIndex":17},{"imageOffset":404072,"symbol":"wxEntry(int&,
wchar_t**)","symbolLocation":84,"imageIndex":17},{"imageOffset":63876,"symbol":"main","symbolLocation":24,"imageIndex":0},{"imageOffset":36180,"symbol":"start","symbolLocation":7184,"imageIndex":34}]},{"id":10191190,"frames":[],"threadState":{"x":[{"value":6122713088},{"value":6403},{"value":6122176512},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6122713088},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6887717780},"far":{"value":0}}},{"id":10191195,"frames":[],"threadState":{"x":[{"value":6123859968},{"value":17411},{"value":6123323392},{"value":0},{"value":409602},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6123859968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6887717780},"far":{"value":0}}},{"id":10191198,"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":29},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":29},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":29},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":29},{"imageOffset":392320,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":33},{"imageOffset":386520,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":33},{"imageOffset":1165464,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":33},{"imageOffset":10778976,"symbol":"-[NSRunLoop(NSRunLoop)
runMode:beforeDate:]","symbolLocation":212,"imageIndex":36},{"imageOffset":5614452,"symbol":"-[NSAnimation
_runBlocking]","symbolLocation":412,"imageIndex":37},{"imageOffset":7004,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":38},{"imageOffset":113348,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":38},{"imageOffset":231916,"symbol":"<deduplicated_symbol>","symbolLocation":32,"imageIndex":38},{"imageOffset":82236,"symbol":"_dispatch_root_queue_drain","symbolLocation":736,"imageIndex":38},{"imageOffset":83844,"symbol":"_dispatch_worker_thread2","symbolLocation":180,"imageIndex":38},{"imageOffset":11792,"symbol":"_pthread_wqthread","symbolLocation":232,"imageIndex":30},{"imageOffset":7068,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":30}],"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":230927506604032},{"value":0},{"value":230927506604032},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":53767},{"value":0},{"value":18446744073709551569},{"value":8733107984},{"value":0},{"value":4294967295},{"value":2},{"value":230927506604032},{"value":0},{"value":230927506604032},{"value":6124429016},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6887538728},"cpsr":{"value":4096},"fp":{"value":6124428864},"sp":{"value":6124428784},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6887463988},"far":{"value":0}}},{"id":10191201,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":135252815118336},{"value":0},{"value":135252815118336},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":31491},{"value":0},{"value":18446744073709551569},{"value":8733107984},{"value":0},{"value":4294967295},{"value":2},{"value":135252815118336},{"value":0},{"value":135252815118336},{"value":6125002888},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6887538728},"cpsr":{"value":4096},"fp":{"value":6125002736},"sp":{"value":6125002656},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6887463988},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":29},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":29},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":29},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":29},{"imageOffset":392320,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":33},{"imageOffset":386520,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":33},{"imageOffset":1165464,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":33},{"imageOffset":719464,"symbol":"_NSEventThread","symbolLocation":184,"imageIndex":37},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":30},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":30}]},{"id":10191229,"frames":[],"threadState":{"x":[{"value":6126153728},{"value":0},{"value":6125617152},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6126153728},"esr":{"value":0},"pc":{"value":6887717780},"far":{"value":0}}}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4344725504,
"CFBundleShortVersionString" : "2024.0.1",
"CFBundleIdentifier" : "net.sourceforge.Hugin",
"size" : 3031040,
"uuid" : "f3096cf1-ecb3-3039-9c5b-f2d6bb6e0502",
"path" : "\/Applications\/Hugin\/Hugin.app\/Contents\/MacOS\/Hugin",
"name" : "Hugin",
"CFBundleVersion" : "2024.0.1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349673472,
"size" : 458752,
"uuid" : "58c8473c-3dff-3d43-a1fb-8a8e7cfbdc86",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libpano13.3.dylib",
"name" : "libpano13.3.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4351377408,
"size" : 393216,
"uuid" : "45233df5-4e14-34b3-9149-ac6011b28a6b",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libGLEW.2.1.0.dylib",
"name" : "libGLEW.2.1.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4350705664,
"size" : 327680,
"uuid" : "d3c72cce-7dc2-396c-aa96-008ce8db6d13",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libvigraimpex.11.1.11.1.dylib",
"name" : "libvigraimpex.11.1.11.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349231104,
"size" : 49152,
"uuid" : "97164409-d757-3db2-bbc6-e6e289f662b1",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libImath-2_5.25.0.7.dylib",
"name" : "libImath-2_5.25.0.7.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4355014656,
"size" : 2572288,
"uuid" : "86c44764-9832-33aa-85d9-9e9e9776e128",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libIlmImf-2_5.26.0.0.dylib",
"name" : "libIlmImf-2_5.26.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352917504,
"size" : 409600,
"uuid" : "b8af2338-8b6c-3dd9-bb49-e227d7e9139d",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libIex-2_5.25.0.7.dylib",
"name" : "libIex-2_5.25.0.7.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352409600,
"size" : 278528,
"uuid" : "9775d6fb-393c-3270-903d-4108bd599988",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libHalf-2_5.25.0.7.dylib",
"name" : "libHalf-2_5.25.0.7.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349362176,
"size" : 16384,
"uuid" : "047938a5-2a94-3118-87ee-47e5130bab84",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libIlmThread-2_5.25.0.7.dylib",
"name" : "libIlmThread-2_5.25.0.7.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4353769472,
"size" : 245760,
"uuid" : "b1e0be34-63bb-3399-b028-40f759abe6b8",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libjpeg.9.dylib",
"name" : "libjpeg.9.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4357963776,
"size" : 409600,
"uuid" : "1b09f4a0-9b28-322e-8f7c-f5b2c515e096",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libtiff.5.dylib",
"name" : "libtiff.5.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4354097152,
"size" : 196608,
"uuid" : "db400461-128f-36e2-9e82-c1a602442421",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libpng16.16.dylib",
"name" : "libpng16.16.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4361256960,
"size" : 1933312,
"uuid" : "9eb257d8-db8d-343f-90e2-420403f54cdf",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libexiv2.0.27.6.dylib",
"name" : "libexiv2.0.27.6.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4358471680,
"size" : 278528,
"uuid" : "be4fb1dc-bc19-39fd-a7d7-0c6a84a99789",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/liblcms2.2.dylib",
"name" : "liblcms2.2.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4354375680,
"size" : 147456,
"uuid" : "d5d03eca-49be-34fb-85b7-aa5ee509e3f1",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libceleste.0.0.dylib",
"name" : "libceleste.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4354621440,
"size" : 163840,
"uuid" : "fb3b5d20-4ef6-3f61-8d67-1b97b6fc14f4",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libicpfindlib.0.0.dylib",
"name" : "libicpfindlib.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352065536,
"size" : 65536,
"uuid" : "50555487-c57e-3bb1-a34b-9ab70aa45f2d",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libwx_osx_cocoau_gl-3.2.0.2.1.dylib",
"name" : "libwx_osx_cocoau_gl-3.2.0.2.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4379738112,
"size" : 10141696,
"uuid" : "38e7a291-a5ba-350b-a154-6a0665b87a1c",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libwx_osx_cocoau-3.2.0.2.1.dylib",
"name" : "libwx_osx_cocoau-3.2.0.2.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4359946240,
"size" : 671744,
"uuid" : "f6a301ac-db13-30e1-b3e7-3edfb6db1731",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libhuginbasewx.0.0.dylib",
"name" : "libhuginbasewx.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4370661376,
"size" : 4751360,
"uuid" : "b98d52aa-929e-3056-bbe7-5e51dc29ab90",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libhuginbase.0.0.dylib",
"name" : "libhuginbase.0.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4358864896,
"size" : 98304,
"uuid" : "d0360572-7f78-3b6d-96db-73f1477eb017",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libboost_filesystem.dylib",
"name" : "libboost_filesystem.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349444096,
"size" : 16384,
"uuid" : "ee5b589c-00cc-349e-bb0e-c613bc05a18a",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libboost_atomic.dylib",
"name" : "libboost_atomic.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4349149184,
"size" : 16384,
"uuid" : "b403efa7-a1bf-3aed-b1e5-5662d7d66e42",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libboost_system.dylib",
"name" : "libboost_system.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4364156928,
"size" : 491520,
"uuid" : "71251eb8-0f68-319e-8e45-3236d7f21613",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libomp.dylib",
"name" : "libomp.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4351246336,
"size" : 49152,
"uuid" : "2d223762-e42c-3582-aa01-c31c6d7a8b23",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libunwind.1.0.dylib",
"name" : "libunwind.1.0.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352245760,
"size" : 16384,
"uuid" : "57f94096-b57c-3578-bf7e-97c57956a1ab",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libIexMath-2_5.25.0.7.dylib",
"name" : "libIexMath-2_5.25.0.7.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4364926976,
"size" : 458752,
"uuid" : "082cbea2-90ee-3658-ace2-d820ecad4130",
"path" :
"\/Applications\/Hugin\/Hugin.app\/Contents\/Libraries\/libpcre2-32.0.dylib",
"name" : "libpcre2-32.0.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4379000832,
"size" : 49152,
"uuid" : "580e4b29-8304-342d-a21c-2a869364dc35",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4725096448,
"CFBundleShortVersionString" : "340.26.3",
"CFBundleIdentifier" : "com.apple.AGXMetalG14X",
"size" : 8126464,
"uuid" : "9ba70456-c7ed-37f6-84f9-879fec3ed54e",
"path" :
"\/System\/Library\/Extensions\/AGXMetalG14X.bundle\/Contents\/MacOS\/AGXMetalG14X",
"name" : "AGXMetalG14X",
"CFBundleVersion" : "340.26.3"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6887460864,
"size" : 246880,
"uuid" : "2eb73bf1-8c71-3e1f-a160-6da83dc82606",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6887710720,
"size" : 51900,
"uuid" : "5d31d65c-2ecf-36da-84f5-ba4caab06adb",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6886215680,
"size" : 532472,
"uuid" : "1e2fc910-e211-3a48-90c1-402c82129ea8",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6887763968,
"size" : 33728,
"uuid" : "36396b66-54eb-30fa-8e3b-e71ae63da30c",
"path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
"name" : "libsystem_platform.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6887997440,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5558144,
"uuid" : "edb39786-80b1-3bff-b6c3-e33f2e3ca867",
"path" :
"\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "4040.1.401"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6883774464,
"size" : 651124,
"uuid" : "abfd3247-50ac-3c8e-b72a-83710166e982",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6913449984,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 16302880,
"uuid" : "f61e71c3-480f-3691-b656-e1281f60a3e3",
"path" :
"\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "4040.1.401"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6959484928,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 24100064,
"uuid" : "9aef8974-703a-3941-9b3d-de8c5ccb61d0",
"path" :
"\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2685.10.110"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6885912576,
"size" : 290464,
"uuid" : "17d849c6-a785-3dbb-bfb5-8321706c4b8d",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 8587653120,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppIntents",
"size" : 5078720,
"uuid" : "84e29f0e-b2ef-3e01-90d4-a5c503512c4e",
"path" :
"\/System\/Library\/Frameworks\/AppIntents.framework\/Versions\/A\/AppIntents",
"name" : "AppIntents",
"CFBundleVersion" : "300.0.4.401"
}
],
"sharedCache" : {
"base" : 6882705408,
"size" : 5557583872,
"uuid" : "4300eabe-4963-34ab-a648-3d68753cf4e1"
},
"legacyInfo" : {
"threadTriggered" : {
}
},
"logWritingSignature" : "1815c5cc53b6508ce4e140c641464db72c3c4083",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60f8ddccefea4203d95cbeef",
"factorPackIds" : [
],
"deploymentId" : 240000025
},
{
"rolloutId" : "6434420a89ec2e0a7a38bf5a",
"factorPackIds" : [
],
"deploymentId" : 240000011
}
],
"experiments" : [
]
}
}
Model: Mac14,9, BootROM 13822.1.2, proc 12:8:4 processors, 16 GB, SMC
Graphics: Apple M2 Pro, Apple M2 Pro, Built-In
Display: Color LCD, 3024 x 1964 Retina, Main, MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Jul 23 2025
02:15:12 version 23.41.4.0.41.51.197 FWID 01-673dce38
IO80211_driverkit-1525.88 "IO80211_driverkit-1525.88" Aug 6 2025 21:19:03
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.