install geopsy without GUI on MBP2022 with M1 chip

Post in this forum any question related to the installation on any of the supported platforms (Linux, Mac OS X, Windows)
Post Reply
marscfeng
Posts: 4
Joined: Fri Jul 22, 2022 5:18 pm

install geopsy without GUI on MBP2022 with M1 chip

Post by marscfeng »

Hi Marc and other friends,

I am trying to install geopsy on my new Macbook Pro with macOS Monterey v12.3. I tried several ways; unfortunately, i failed to make it happen. I would like to list my tests and wait for some comments.
1. install geopsy-source-package 3.4.0 with the latest Qt-6.
i just followed the instruction and stop due to the error related to Qt. I cannot remember the error info but it suggested me to downgrade my Qt.

2. install geopsy-source-package 3.4.0 with Qt-5.14.2
for this time, i work through the installation untill the last step 'make install'. I list the error info as below.

Code: Select all

...
make[1]: *** No rule to make target `figue'.  Stop.
The platform SDK has been changed from version 12.3 to version 2022-09-15 10:51:10.099 xcodebuild[14222:1323855] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-15 10:51:10.099 xcodebuild[14222:1323855] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-15 10:51:14.411 xcodebuild[14231:1324048] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-15 10:51:14.411 xcodebuild[14231:1324048] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-15 10:51:14.770 xcodebuild[14232:1324063] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-15 10:51:14.770 xcodebuild[14232:1324063] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 12.3.
This requires a fresh build. Please wipe the build directory completely,
including any .qmake.stash and .qmake.cache files generated by qmake.
/Users/fcheng/Qt/5.14.2/clang_64/mkspecs/features/mac/sdk.mk:22: *** ^.  Stop.
make: *** [sub-figue-install_subtargets-ordered] Error 2


3. install geopsy-source-package 3.4.0 with Qt-5.14.2 and without GUI
i pulled the geopsy-package-core and followed the instruction; it looks like the installation was successful but i found i lost part of the importrant modules in my installation directory, like dinver. I listed all the modules in my installation directory here.

Code: Select all

geopsy-fk	gpdc		gpell		gpprofile	gpsort
geopsy-hv	gpdcmisfit	gpgroup2phase	gprandom	gpspac
geopsy-spac	gpdcreport	gpmodel2param	gprefra		gptarget
gpconvolution	gpdepths	gpmt		gpreplace	gptime
gpcoord		gpdistance	gpparam2model	gpsh		gpvoronoi
gpcurve		gpec8		gppoisson	gpsignal
I think i am ok to work with geopsy CLT but i need the dinver module. Does anyone have experience with this specific task?
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: install geopsy without GUI on MBP2022 with M1 chip

Post by admin »

Hi,

1, Yes, effectively geopsy is currently not ported to Qt6. There still some substantial work to achieve before getting to that point.
2. Did you try to restart geopsy compilation from a fresh source tree? This is what's suggested by the error message.
3. That's good news that the core tools are fine. Unfortunately, dinver is part of the GUI. You are forced to fix point 2 to get it.

Best regards,

Marc
marscfeng
Posts: 4
Joined: Fri Jul 22, 2022 5:18 pm

Re: install geopsy without GUI on MBP2022 with M1 chip

Post by marscfeng »

Thanks Marc for your reply.
Yeah, I have to find a way to walk around option 2. I am not sure if this is the point but i did successfully install geopsy on MBP2022 with a new geopsy-package. In my previous test, i am using git to pull geopsy-package 3.4, and i failed to get through the 'make install' step. For this time, i downloaded the linux source package 3.4.2 and i made it :lol: . But i need mention that the GUI functions of geopsy do not respone on M1 chip.

I would like to list some key info here:
1. geopsy package
geopsy-3.4.2 [https://www.geopsy.org/download/archive ... 4.2.tar.gz]
2. qt package
I am using qt-5.14.2 with a DMG package
[https://download.qt.io/archive/qt/5.14/5.14.2/].
I know QT-5 have higher versions but these versions do not provide offline DMG package. I tried to compile qt-5.15.2 and failded with lots of weird issues.
3. configuration
this is my configure file

Code: Select all

 ./configure -skip-qt-check -builddir ./build -bindir /Applications/Geopsy.org/${GEOPSY_BRANCH} \
             -libdir /Library/Geopsy.org/${GEOPSY_BRANCH}/Frameworks -sharedir /Library/Geopsy.org/${GEOPSY_BRANCH}/share \
             -incdir /tmp/Geopsy -I /opt/homebrew/Cellar/fftw/3.3.10_1/include -L /opt/homebrew/Cellar/fftw/3.3.10_1/lib \
             -no-pch 
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: install geopsy without GUI on MBP2022 with M1 chip

Post by admin »

But i need mention that the GUI functions of geopsy do not respone on M1 chip.
What do you mean? The application does not start at all?
Can you try to start it through the terminal?

/Applications/Geopsy.org/geopsy.app/ [...]/geopsy

I can't remember the exact path inside the .app folder.
Can you send me the output you get in the terminal?

Marc
marscfeng
Posts: 4
Joined: Fri Jul 22, 2022 5:18 pm

Re: install geopsy without GUI on MBP2022 with M1 chip

Post by marscfeng »

Sorry, Marc. I did not make it clear. I mean I can only use geopsy CLT through terminal (that's enough for me). The GUI interface just cannot response on M1. I tried this on two M1 laptop, and neither of them can make it.

Feng
Last edited by marscfeng on Mon Sep 19, 2022 1:00 am, edited 1 time in total.
marscfeng
Posts: 4
Joined: Fri Jul 22, 2022 5:18 pm

Re: install geopsy without GUI on MBP2022 with M1 chip

Post by marscfeng »

BTW, this is the error log after 3 hours waiting for responsing of the user interface of geopsy.app.

Code: Select all

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

Process:               geopsy [50102]
Path:                  /Applications/Geopsy.org/*/geopsy
Identifier:            com.yourcompany.geopsy
Version:               ???
Code Type:             X86-64 (Translated)
Parent Process:        zsh [72415]
Responsible:           iTerm2 [69922]
User ID:               501

Date/Time:             2022-09-19 09:53:46.9556 +0800
OS Version:            macOS 12.3 (21E230)
Report Version:        12
Anonymous UUID:        4807E41A-F765-722E-199C-92D7245D487D

Sleep/Wake UUID:       7E6FF568-0F0D-4E50-8CB3-C3B45C35CB01

Time Awake Since Boot: 230000 seconds
Time Since Wake:       148859 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 4 Illegal instruction: 4
Terminating Process:   exc handler [50102]

Application Specific Information:
dyld4 config: DYLD_LIBRARY_PATH=
Refcount overflow in NSResponder or subclass. Too many unbalanced -retains!


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   AppKit                        	    0x7ff8090001c2 -[NSResponder _tryRetain] + 92
1   libobjc.A.dylib               	    0x7ff8064aaae1 objc_loadWeakRetained + 353
2   libobjc.A.dylib               	    0x7ff8064aa970 objc_loadWeak + 15
3   QuartzCore                    	    0x7ff80dbd5fc8 CA::AttrList::get(unsigned int, _CAValueType, void*) const + 266
4   QuartzCore                    	    0x7ff80dbddc6b CA::Layer::getter(unsigned int, _CAValueType, void*) + 85
5   QuartzCore                    	    0x7ff80ddfbd24 invocation function for block in cons_CALayer_kCAValueWeakPointer(unsigned int, bool) + 56
6   AppKit                        	    0x7ff8091037c3 -[_NSViewBackingLayer display] + 32
7   QuartzCore                    	    0x7ff80dbf3951 CA::Layer::display_if_needed(CA::Transaction*) + 873
8   QuartzCore                    	    0x7ff80dd4a336 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 640
9   QuartzCore                    	    0x7ff80dbd5231 CA::Transaction::commit() + 777
10  AppKit                        	    0x7ff80919f7f1 __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285
11  AppKit                        	    0x7ff8098e6688 ___NSRunLoopObserverCreateWithHandler_block_invoke + 41
12  CoreFoundation                	    0x7ff8066d6f75 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
13  CoreFoundation                	    0x7ff8066d6e0a __CFRunLoopDoObservers + 543
14  CoreFoundation                	    0x7ff8066d628c __CFRunLoopRun + 840
15  CoreFoundation                	    0x7ff8066d5884 CFRunLoopRunSpecific + 562
16  HIToolbox                     	    0x7ff80f7cbce6 RunCurrentEventLoopInMode + 292
17  HIToolbox                     	    0x7ff80f7cb913 ReceiveNextEventCommon + 283
18  HIToolbox                     	    0x7ff80f7cb7e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70
19  AppKit                        	    0x7ff8090335cd _DPSNextEvent + 927
20  AppKit                        	    0x7ff809031c8a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394
21  AppKit                        	    0x7ff809024339 -[NSApplication run] + 586
22  libqcocoa.dylib               	       0x10c107e05 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 581
23  QtCore                        	       0x10dd30ee7 QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 39
24  QtWidgets                     	       0x10b080a91 QWidgetPrivate::show_helper() + 577
25  QtWidgets                     	       0x10b081626 QWidgetPrivate::setVisible(bool) + 806
26  geopsy                        	       0x100f39c26 0x100ed0000 + 433190
27  geopsy                        	       0x100f35d06 0x100ed0000 + 417030
28  dyld                          	       0x20133051e start + 462

Thread 1:: com.apple.rosetta.exceptionserver
0   runtime                       	    0x7ff7ffcc29a4 0x7ff7ffcbe000 + 18852
1   runtime                       	    0x7ff7ffcd0738 0x7ff7ffcbe000 + 75576
2   runtime                       	    0x7ff7ffcd1ed0 0x7ff7ffcbe000 + 81616

Thread 2:: layerPainter1
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 3:: layerPainter2
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 4:: layerPainter3
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 5:: layerPainter4
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 6:: layerPainter5
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 7:: layerPainter6
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 8:: layerPainter7
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 9:: layerPainter8
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 10:: layerPainter9
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 11:: layerPainter10
0   ???                           	    0x7ff896be6940 ???
1   libsystem_kernel.dylib        	    0x7ff8065d73ea __psynch_cvwait + 10
2   libsystem_pthread.dylib       	    0x7ff806611a6f _pthread_cond_wait + 1249
3   QtCore                        	       0x10db6536b QWaitConditionPrivate::wait(QDeadlineTimer) + 59
4   QtCore                        	       0x10db652ad QWaitCondition::wait(QMutex*, QDeadlineTimer) + 93
5   SciFigs                       	       0x10a123e5f SciFigs::LayerPainterThread::run() + 159
6   QtCore                        	       0x10db5d849 QThreadPrivate::start(void*) + 329
7   libsystem_pthread.dylib       	    0x7ff8066114e1 _pthread_start + 125
8   libsystem_pthread.dylib       	    0x7ff80660cf6b thread_start + 15

Thread 12:
0   runtime                       	    0x7ff7ffce0814 0x7ff7ffcbe000 + 141332


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000010c253110  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x000000001f08000c  rbp: 0x00000003062ac9d0  rsp: 0x00000003062ac9c0
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000032  r11: 0x00000003062ac7e1
  r12: 0x00007fa77d7d7460  r13: 0x00007ff847d3d0c0  r14: 0x00007ff847d3dfc0  r15: 0x00007ff820cdb569
  rip: 0x00007ff8090001c2  rfl: 0x0000000000000202
 tmp0: 0x00007ff8090001c2 tmp1: 0x0000000000000215 tmp2: 0x00007ff89a47086c


Binary Images:
    0x7ff808ff5000 -     0x7ff809e82fff com.apple.AppKit (6.9) <36ec7e1b-ab12-377b-b3eb-ffc5baabee9f> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7ff80649e000 -     0x7ff8064d7fff libobjc.A.dylib (*) <0783d336-ab25-3d27-8b26-583ec2682f02> /usr/lib/libobjc.A.dylib
    0x7ff80dbd3000 -     0x7ff80dee2fff com.apple.QuartzCore (1.11) <ccb708de-75e3-3a64-81c8-f7c688b43d3b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7ff806658000 -     0x7ff806b58fff com.apple.CoreFoundation (6.9) <fa52ff10-225c-3a0f-bfcc-556795ccd233> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff80f79c000 -     0x7ff80fa8ffff com.apple.HIToolbox (2.1.1) <7761967d-a138-33b6-9e3f-5c5420a2eeff> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x10c0d0000 -        0x10c23cfff libqcocoa.dylib (*) <0c163cef-1f43-3921-b089-07b7ee848d67> /Library/Geopsy.org/*/libqcocoa.dylib
       0x10db3b000 -        0x10e099fff org.qt-project.QtCore (5.14) <435c4ad2-bf9e-3561-93eb-041e7dab5fca> /Users/USER/*/QtCore.framework/Versions/5/QtCore
       0x10b036000 -        0x10b47afff org.qt-project.QtWidgets (5.14) <b4e7a5b5-9c2f-37fe-9b65-7ede8a80eea0> /Users/USER/*/QtWidgets.framework/Versions/5/QtWidgets
       0x100ed0000 -        0x100f73fff com.yourcompany.geopsy (*) <0729d598-9d15-3c9d-9d71-1433256703ee> /Applications/Geopsy.org/*/geopsy.app/Contents/MacOS/geopsy
       0x20132b000 -        0x201396fff dyld (*) <dd9e80de-fb3b-349b-96a4-46874ad34d11> /usr/lib/dyld
    0x7ff7ffcbe000 -     0x7ff7ffcedfff runtime (*) <24497be3-a1b4-360a-b90e-cde9ce78a93b> /usr/libexec/rosetta/runtime
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
    0x7ff8065d3000 -     0x7ff80660afff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib
    0x7ff80660b000 -     0x7ff806616fff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib
       0x10a09e000 -        0x10a1d5fff com.yourcompany.SciFigs (3.3) <b30916ab-9618-3c67-ab20-cc422135904f> /Library/Geopsy.org/*/SciFigs.framework/Versions/3/SciFigs

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

VM Region Summary:
ReadOnly portion of Libraries: Total=967.6M resident=0K(0%) swapped_out_or_unallocated=967.6M(100%)
Writable regions: Total=14.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=14.2G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
ColorSync                          220K       24 
CoreGraphics                         8K        2 
Dispatch continuations            80.0M        1 
Foundation                          16K        1 
Kernel Alloc Once                    8K        1 
MALLOC                            13.6G     1775 
MALLOC guard page                  192K        9 
MALLOC_MEDIUM (reserved)         360.0M        3         reserved VM address space (unallocated)
Rosetta Arena                     4096K        2 
Rosetta Generic                    756K      186 
Rosetta IndirectBranch             256K        1 
Rosetta JIT                      128.0M        1 
Rosetta Return Stack               240K       24 
Rosetta Thread Context             240K       24 
STACK GUARD                          4K        1 
Stack                             13.6M       12 
Stack Guard                       56.1M       11 
VM_ALLOCATE                       7372K       35 
VM_ALLOCATE (reserved)              20K        2         reserved VM address space (unallocated)
__DATA                            20.1M      337 
__DATA_CONST                      12.2M      173 
__DATA_DIRTY                       534K       98 
__FONT_DATA                          4K        1 
__LINKEDIT                       719.0M       41 
__OBJC_RO                         82.6M        1 
__OBJC_RW                         3200K        2 
__TEXT                           248.7M      343 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                        5.4G      475 
shared memory                     1312K       14 
unshared pmap                     6816K        5 
===========                     =======  ======= 
TOTAL                             20.8G     3608 
TOTAL, minus reserved VM space    20.4G     3608 



-----------
Full Report
-----------

{"app_name":"geopsy","timestamp":"2022-09-19 09:53:52.00 +0800","app_version":"","slice_uuid":"0729d598-9d15-3c9d-9d71-1433256703ee","build_version":"","platform":1,"bundleID":"com.yourcompany.geopsy","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3 (21E230)","incident_id":"44227291-AE97-4D76-A4A8-00539008C1F5","name":"geopsy"}
{
  "uptime" : 230000,
  "procLaunch" : "2022-09-19 08:57:23.8167 +0800",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,2",
  "procStartAbsTime" : 5666428020561,
  "coalitionID" : 45494,
  "osVersion" : {
    "train" : "macOS 12.3",
    "build" : "21E230",
    "releaseType" : "User"
  },
  "captureTime" : "2022-09-19 09:53:46.9556 +0800",
  "incident" : "44227291-AE97-4D76-A4A8-00539008C1F5",
  "bug_type" : "309",
  "pid" : 50102,
  "procExitAbsTime" : 5747623940364,
  "translated" : true,
  "cpuType" : "X86-64",
  "procName" : "geopsy",
  "procPath" : "\/Applications\/Geopsy.org\/*\/geopsy",
  "bundleInfo" : {"CFBundleIdentifier":"com.yourcompany.geopsy"},
  "storeInfo" : {"deviceIdentifierForVendor":"26B91A55-1155-54B9-B595-A439D6AC0D60","thirdParty":true},
  "parentProc" : "zsh",
  "parentPid" : 72415,
  "coalitionName" : "com.googlecode.iterm2",
  "crashReporterKey" : "4807E41A-F765-722E-199C-92D7245D487D",
  "responsiblePid" : 69922,
  "responsibleProc" : "iTerm2",
  "wakeTime" : 148859,
  "sleepWakeUUID" : "7E6FF568-0F0D-4E50-8CB3-C3B45C35CB01",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_INSTRUCTION","signal":"SIGILL"},
  "termination" : {"flags":0,"code":4,"namespace":"SIGNAL","indicator":"Illegal instruction: 4","byProc":"exc handler","byPid":50102},
  "asi" : {"libsystem_c.dylib":["Refcount overflow in NSResponder or subclass. Too many unbalanced -retains!"],"dyld":["dyld4 config: DYLD_LIBRARY_PATH="]},
  "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":4443361,"threadState":{"r13":{"value":140704333680832,"symbolLocation":0,"symbol":"(anonymous namespace)::SideTablesMap"},"rflags":{"value":514},"rax":{"value":0},"rosetta":{"tmp2":{"value":140705716963436},"tmp1":{"value":533},"tmp0":{"value":140703279612354}},"r14":{"value":140704333684672,"symbolLocation":3840,"symbol":"(anonymous namespace)::SideTablesMap"},"rsi":{"value":520617996},"r8":{"value":0},"rdx":{"value":0},"r10":{"value":50},"r9":{"value":0},"r15":{"value":140703678969193,"objc-selector":"retainWeakReference"},"rbx":{"value":4498731280,"symbolLocation":0,"symbol":"OBJC_CLASS_$_QNSView"},"r11":{"value":12988368865},"rip":{"value":140703279612354},"rbp":{"value":12988369360},"rsp":{"value":12988369344},"r12":{"value":140357341639776},"rcx":{"value":0},"flavor":"x86_THREAD_STATE","rdi":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":45506,"symbol":"-[NSResponder _tryRetain]","symbolLocation":92,"imageIndex":0},{"imageOffset":51937,"symbol":"objc_loadWeakRetained","symbolLocation":353,"imageIndex":1},{"imageOffset":51568,"symbol":"objc_loadWeak","symbolLocation":15,"imageIndex":1},{"imageOffset":12232,"symbol":"CA::AttrList::get(unsigned int, _CAValueType, void*) const","symbolLocation":266,"imageIndex":2},{"imageOffset":44139,"symbol":"CA::Layer::getter(unsigned int, _CAValueType, void*)","symbolLocation":85,"imageIndex":2},{"imageOffset":2264356,"symbol":"invocation function for block in cons_CALayer_kCAValueWeakPointer(unsigned int, bool)","symbolLocation":56,"imageIndex":2},{"imageOffset":1107907,"symbol":"-[_NSViewBackingLayer display]","symbolLocation":32,"imageIndex":0},{"imageOffset":133457,"symbol":"CA::Layer::display_if_needed(CA::Transaction*)","symbolLocation":873,"imageIndex":2},{"imageOffset":1536822,"symbol":"CA::Context::commit_transaction(CA::Transaction*, double, double*)","symbolLocation":640,"imageIndex":2},{"imageOffset":8753,"symbol":"CA::Transaction::commit()","symbolLocation":777,"imageIndex":2},{"imageOffset":1746929,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":285,"imageIndex":0},{"imageOffset":9377416,"symbol":"___NSRunLoopObserverCreateWithHandler_block_invoke","symbolLocation":41,"imageIndex":0},{"imageOffset":520053,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__","symbolLocation":23,"imageIndex":3},{"imageOffset":519690,"symbol":"__CFRunLoopDoObservers","symbolLocation":543,"imageIndex":3},{"imageOffset":516748,"symbol":"__CFRunLoopRun","symbolLocation":840,"imageIndex":3},{"imageOffset":514180,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":3},{"imageOffset":195814,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":194835,"symbol":"ReceiveNextEventCommon","symbolLocation":283,"imageIndex":4},{"imageOffset":194533,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":4},{"imageOffset":255437,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":0},{"imageOffset":248970,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":0},{"imageOffset":193337,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":0},{"imageOffset":228869,"symbol":"QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":581,"imageIndex":5},{"imageOffset":2055911,"symbol":"QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":39,"imageIndex":6},{"imageOffset":305809,"symbol":"QWidgetPrivate::show_helper()","symbolLocation":577,"imageIndex":7},{"imageOffset":308774,"symbol":"QWidgetPrivate::setVisible(bool)","symbolLocation":806,"imageIndex":7},{"imageOffset":433190,"imageIndex":8},{"imageOffset":417030,"imageIndex":8},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":9}]},{"id":4443366,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":18852,"imageIndex":10},{"imageOffset":75576,"imageIndex":10},{"imageOffset":81616,"imageIndex":10}]},{"id":4443394,"name":"layerPainter1","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443395,"name":"layerPainter2","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443396,"name":"layerPainter3","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443397,"name":"layerPainter4","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443398,"name":"layerPainter5","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443399,"name":"layerPainter6","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443400,"name":"layerPainter7","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443401,"name":"layerPainter8","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443402,"name":"layerPainter9","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4443403,"name":"layerPainter10","frames":[{"imageOffset":140705657678144,"imageIndex":11},{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":12},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":13},{"imageOffset":172907,"symbol":"QWaitConditionPrivate::wait(QDeadlineTimer)","symbolLocation":59,"imageIndex":6},{"imageOffset":172717,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":93,"imageIndex":6},{"imageOffset":548447,"symbol":"SciFigs::LayerPainterThread::run()","symbolLocation":159,"imageIndex":14},{"imageOffset":141385,"symbol":"QThreadPrivate::start(void*)","symbolLocation":329,"imageIndex":6},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":13},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":13}]},{"id":4467287,"frames":[{"imageOffset":141332,"imageIndex":10}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703279566848,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15261696,
    "uuid" : "36ec7e1b-ab12-377b-b3eb-ffc5baabee9f",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.40.126"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703234121728,
    "size" : 237568,
    "uuid" : "0783d336-ab25-3d27-8b26-583ec2682f02",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703359119360,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 3211264,
    "uuid" : "ccb708de-75e3-3a64-81c8-f7c688b43d3b",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "964.19.5"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703235932160,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5246976,
    "uuid" : "fa52ff10-225c-3a0f-bfcc-556795ccd233",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703388254208,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3096576,
    "uuid" : "7761967d-a138-33b6-9e3f-5c5420a2eeff",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4497145856,
    "size" : 1495040,
    "uuid" : "0c163cef-1f43-3921-b089-07b7ee848d67",
    "path" : "\/Library\/Geopsy.org\/*\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4524847104,
    "CFBundleShortVersionString" : "5.14",
    "CFBundleIdentifier" : "org.qt-project.QtCore",
    "size" : 5632000,
    "uuid" : "435c4ad2-bf9e-3561-93eb-041e7dab5fca",
    "path" : "\/Users\/USER\/*\/QtCore.framework\/Versions\/5\/QtCore",
    "name" : "QtCore",
    "CFBundleVersion" : "5.14.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4479737856,
    "CFBundleShortVersionString" : "5.14",
    "CFBundleIdentifier" : "org.qt-project.QtWidgets",
    "size" : 4476928,
    "uuid" : "b4e7a5b5-9c2f-37fe-9b65-7ede8a80eea0",
    "path" : "\/Users\/USER\/*\/QtWidgets.framework\/Versions\/5\/QtWidgets",
    "name" : "QtWidgets",
    "CFBundleVersion" : "5.14.2"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4310499328,
    "CFBundleIdentifier" : "com.yourcompany.geopsy",
    "size" : 671744,
    "uuid" : "0729d598-9d15-3c9d-9d71-1433256703ee",
    "path" : "\/Applications\/Geopsy.org\/*\/geopsy.app\/Contents\/MacOS\/geopsy",
    "name" : "geopsy"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 8610033664,
    "size" : 442368,
    "uuid" : "dd9e80de-fb3b-349b-96a4-46874ad34d11",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 140703125200896,
    "size" : 196608,
    "uuid" : "24497be3-a1b4-360a-b90e-cde9ce78a93b",
    "path" : "\/usr\/libexec\/rosetta\/runtime",
    "name" : "runtime"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703235387392,
    "size" : 229376,
    "uuid" : "26a59789-b846-3ed4-96dc-8dbef3c0c8e7",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703235616768,
    "size" : 49152,
    "uuid" : "2f6c275d-7e14-3d31-a924-e1bb41d2415f",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4463386624,
    "CFBundleShortVersionString" : "3.3",
    "CFBundleIdentifier" : "com.yourcompany.SciFigs",
    "size" : 1277952,
    "uuid" : "b30916ab-9618-3c67-ab20-cc422135904f",
    "path" : "\/Library\/Geopsy.org\/*\/SciFigs.framework\/Versions\/3\/SciFigs",
    "name" : "SciFigs",
    "CFBundleVersion" : "3.3.2"
  }
],
  "sharedCache" : {
  "base" : 140703232360448,
  "size" : 15226814464,
  "uuid" : "71741bee-0abc-3e06-b329-770cac959b0c"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=967.6M resident=0K(0%) swapped_out_or_unallocated=967.6M(100%)\nWritable regions: Total=14.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=14.2G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                          220K       24 \nCoreGraphics                         8K        2 \nDispatch continuations            80.0M        1 \nFoundation                          16K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                            13.6G     1775 \nMALLOC guard page                  192K        9 \nMALLOC_MEDIUM (reserved)         360.0M        3         reserved VM address space (unallocated)\nRosetta Arena                     4096K        2 \nRosetta Generic                    756K      186 \nRosetta IndirectBranch             256K        1 \nRosetta JIT                      128.0M        1 \nRosetta Return Stack               240K       24 \nRosetta Thread Context             240K       24 \nSTACK GUARD                          4K        1 \nStack                             13.6M       12 \nStack Guard                       56.1M       11 \nVM_ALLOCATE                       7372K       35 \nVM_ALLOCATE (reserved)              20K        2         reserved VM address space (unallocated)\n__DATA                            20.1M      337 \n__DATA_CONST                      12.2M      173 \n__DATA_DIRTY                       534K       98 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       719.0M       41 \n__OBJC_RO                         82.6M        1 \n__OBJC_RW                         3200K        2 \n__TEXT                           248.7M      343 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                        5.4G      475 \nshared memory                     1312K       14 \nunshared pmap                     6816K        5 \n===========                     =======  ======= \nTOTAL                             20.8G     3608 \nTOTAL, minus reserved VM space    20.4G     3608 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

      },
      "deploymentId" : 240000020
    }
  ],
  "experiments" : [

  ]
}
}

Model: MacBookPro18,2, BootROM 7459.101.2, proc 10:8:2 processors, 32 GB, SMC 
Graphics: Apple M1 Max, Apple M1 Max, Built-In
Display: Color LCD, 3456 x 2234 Retina, Main, MirrorOff, Online
Display: LG ULTRAFINE, 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition), MirrorOff, Online
Memory Module: LPDDR5
AirPort: Wi-Fi, wl0: Feb  8 2022 01:51:44 version 20.90.39.0.8.7.114 FWID 01-510a2aee
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB3.0 Hub
USB Device: easystore 264D
USB Device: easystore 25FB
USB Device: USB2.0 Hub
USB Device: USB2.0 Hub
USB Device: USB 2.0 BILLBOARD
USB Device: USB Storage
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Post Reply