Debugging in osx

29 views
Skip to first unread message

Brendan Bosman

unread,
Sep 20, 2023, 3:32:11 AM9/20/23
to golden-cheetah-developers
Hi,

First, thank you for maintaining a great product. I really like analysing my cycling data with GoldenCheetah.


I have recently downloaded the code, and I am trying to debug/run GC in QT-Creator on OSX.

Following the steps via help files, I got GC to compile from terminal, QT and Xcode.

When I debug, GC in QT-Creator, , the debugger stop with the stack trace attached. The stack trace from debugging is similar to when I run GC from Qt-Creator

When running from QT, I get an exception

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

on startup and I do not know when to look. The complete dump will be attached.

When running it Finder or Terminal, it opens as expected.


Any advice will be appreciated.

Running OSX 12.6.8, my MBP2015 not supported anymore for upgrades.
Installed qt\@5, and other development tools via brew 


Regards
Brendan Bosman


Brendan Bosman

unread,
Sep 20, 2023, 3:35:43 AM9/20/23
to golden-cheetah-developers
                                                                                                                                                                                                                                                                                                                         QT debugger stack trace
                                                                                                                                                                                                                                                                                                                         
1   None                                                                                                                                                                                         No value                                                                                                                
2   awd::metrics::protobuf_AddDesc_SimpleMetric_2eproto()                                                                                                                                        (x86_64) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics  0x7ff81cc9941d
3   invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const                                                                                        (x86_64) /usr/lib/dyld                                                                                   0x1020a4e4f    
4   invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const *) const (x86_64) /usr/lib/dyld                                                                                   0x1020cbaad    
5   invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const                                              (x86_64) /usr/lib/dyld                                                                                   0x1020c2e26    
6   dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const *, bool&) block_pointer) const                                                                                   (x86_64) /usr/lib/dyld                                                                                   0x102091db3    
7   dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const                                                                               (x86_64) /usr/lib/dyld                                                                                   0x1020c2bb7    
8   dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const *) const                                  (x86_64) /usr/lib/dyld                                                                                   0x1020cb604    
9   dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const                                                                                                                         (x86_64) /usr/lib/dyld                                                                                   0x1020a4d82    
10  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4f0e    
11  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
12  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
13  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
14  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
15  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
16  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
17  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
18  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
19  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
20  dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const *>&) const                                                                                     (x86_64) /usr/lib/dyld                                                                                   0x1020a4ef1    
... <More>                                                                                                                                                                                                                                                                                                              

Brendan Bosman

unread,
Sep 20, 2023, 3:39:17 AM9/20/23
to golden-cheetah-developers
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               GoldenCheetah [30954]
Path:                  /Users/USER/*/GoldenCheetah.app/Contents/MacOS/GoldenCheetah
Identifier:            za.co.bhbosman.GoldenCheetah
Version:               3.6.0 (3.6.0)
Code Type:             X86-64 (Native)
Parent Process:        qtcreator_processlauncher [19954]
User ID:               501

Date/Time:             2023-09-20 09:19:32.0025 +0200
OS Version:            macOS 12.6.8 (21G725)
Report Version:        12
Anonymous UUID:        344AC35E-292D-F993-5C4E-844C06C91CED

Sleep/Wake UUID:       8B0EFAB6-5C15-42E3-B48B-660E6C514991

Time Awake Since Boot: 100000 seconds
Time Since Wake:       5212 seconds

System Integrity Protection: enabled

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


Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [30954]

VM Region Info: 0 is not in any region.  Bytes before following region: 4527104000
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10dd62000-10f1c6000    [ 20.4M] r-x/r-x SM=COW  ...GoldenCheetah

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   ???                                          0x0 ???
1   WirelessDiagnostics               0x7ff81cc9941d awd::metrics::protobuf_AddDesc_SimpleMetric_2eproto() + 44
2   dyld                                  0x115e7fe4f invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const + 182
3   dyld                                  0x115ea6aad invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 242
4   dyld                                  0x115e9de26 invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 557
5   dyld                                  0x115e6cdb3 dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const + 129
6   dyld                                  0x115e9dbb7 dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const + 179
7   dyld                                  0x115ea6604 dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const + 466
8   dyld                                  0x115e7fd82 dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const + 144
9   dyld                                  0x115e7ff0e dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 178
10  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
11  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
12  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
13  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
14  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
15  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
16  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
17  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
18  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
19  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
20  dyld                                  0x115e7fef1 dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const + 149
21  dyld                                  0x115e7ffb2 dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const + 108
22  dyld                                  0x115e93826 dyld4::APIs::runAllInitializersForMain() + 222
23  dyld                                  0x115e7138d dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 3443
24  dyld                                  0x115e704e4 start + 388

Thread 1:
0   libsystem_pthread.dylib           0x7ff81705bf48 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib           0x7ff81705bf48 start_wqthread + 0


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010fdf2060  rbx: 0x00007ff7b2198240  rcx: 0x00007ff7b219d998  rdx: 0x00007ff81ccd5047
  rdi: 0x00000000001e9808  rsi: 0x00000000001e9808  rbp: 0x00007ff7b2198230  rsp: 0x00007ff7b2198228
   r8: 0x00007ff8587e44f0   r9: 0x0000000000000000  r10: 0x0000000000000458  r11: 0x00007ff7b2198410
  r12: 0x00007ff7b21986a0  r13: 0x00007ff81cc98478  r14: 0x00007ff81ccacef5  r15: 0x000000010fdf2060
  rip: 0x0000000000000000  rfl: 0x0000000000010246  cr2: 0x0000000000000000
 
Logical CPU:     0
Error Code:      0x00000014 (no mapping for user instruction read)
Trap Number:     14


Binary Images:
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
    0x7ff81cc98000 -     0x7ff81ccdafff com.apple.awd (1.0) <98cde376-7131-305b-a642-6213645d79f5> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
       0x115e6b000 -        0x115ed6fff dyld (*) <baab2c6d-3797-3264-8595-a591561979de> /usr/lib/dyld
    0x7ff81705a000 -     0x7ff817065fff libsystem_pthread.dylib (*) <e5d44afd-2577-3cee-8711-9d8d426229e0> /usr/lib/system/libsystem_pthread.dylib

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: 6
    thread_create: 0
    thread_set_state: 41

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

                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
Activity Tracing                   256K        1
Kernel Alloc Once                    8K        1
MALLOC                           156.1M       15
MALLOC guard page                   16K        3
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
ObjC additional data                15K        1
STACK GUARD                       56.0M        3
Stack                             9232K        3
VM_ALLOCATE                          8K        2
__CTF                               756        1
__DATA                            39.7M      536
__DATA_CONST                      30.6M      333
__DATA_DIRTY                      1622K      208
__FONT_DATA                          4K        1
__LINKEDIT                       666.4M       48
__TEXT                           654.7M      549
__UNICODE                          592K        1
dyld private memory               1536K        3
mapped file                       29.0M        2
shared memory                       44K        4
===========                     =======  =======
TOTAL                              2.0G     1716
TOTAL, minus reserved VM space     1.6G     1716



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

{"app_name":"GoldenCheetah","timestamp":"2023-09-20 09:19:32.00 +0200","app_version":"3.6.0","slice_uuid":"a838b1a7-89d5-3f81-aba5-0a4ef56fdc39","build_version":"3.6.0","platform":1,"bundleID":"za.co.bhbosman.GoldenCheetah","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.8 (21G725)","incident_id":"67A7C4E0-FDB7-4BFC-906B-818090D3C4FE","name":"GoldenCheetah"}
{
  "uptime" : 100000,
  "procLaunch" : "2023-09-20 09:19:31.4989 +0200",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro11,5",
  "procStartAbsTime" : 100368016277044,
  "coalitionID" : 66941,
  "osVersion" : {
    "train" : "macOS 12.6.8",
    "build" : "21G725",
    "releaseType" : "User"
  },
  "captureTime" : "2023-09-20 09:19:32.0025 +0200",
  "incident" : "67A7C4E0-FDB7-4BFC-906B-818090D3C4FE",
  "bug_type" : "309",
  "pid" : 30954,
  "procExitAbsTime" : 100368519172718,
  "cpuType" : "X86-64",
  "procName" : "GoldenCheetah",
  "procPath" : "\/Users\/USER\/*\/GoldenCheetah.app\/Contents\/MacOS\/GoldenCheetah",
  "bundleInfo" : {"CFBundleShortVersionString":"3.6.0","CFBundleVersion":"3.6.0","CFBundleIdentifier":"za.co.bhbosman.GoldenCheetah"},
  "storeInfo" : {"deviceIdentifierForVendor":"9361F81A-0F45-549E-8B3A-337A55E9591F","thirdParty":true},
  "parentProc" : "qtcreator_processlauncher",
  "parentPid" : 19954,
  "coalitionName" : "org.qt-project.qtcreator",
  "crashReporterKey" : "344AC35E-292D-F993-5C4E-844C06C91CED",
  "wakeTime" : 5212,
  "sleepWakeUUID" : "8B0EFAB6-5C15-42E3-B48B-660E6C514991",
  "sip" : "enabled",
  "vmRegionInfo" : "0 is not in any region.  Bytes before following region: 4527104000\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10dd62000-10f1c6000    [ 20.4M] r-x\/r-x SM=COW  ...GoldenCheetah",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":30954},
  "vmregioninfo" : "0 is not in any region.  Bytes before following region: 4527104000\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10dd62000-10f1c6000    [ 20.4M] r-x\/r-x SM=COW  ...GoldenCheetah",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":41,"task_for_pid":6},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1212575,"threadState":{"r13":{"value":140703611585656},"rax":{"value":4561248352},"rflags":{"value":66118},"cpu":{"value":0},"r14":{"value":140703611670261},"rsi":{"value":2005000},"r8":{"value":140704613287152,"symbolLocation":16,"symbol":"dyld4::gDyld"},"cr2":{"value":0},"rdx":{"value":140703611834439},"r10":{"value":1112},"r9":{"value":0},"r15":{"value":4561248352},"rbx":{"value":140701821665856},"trap":{"value":14,"description":"(no mapping for user instruction read)"},"err":{"value":20},"r11":{"value":140701821666320},"rip":{"value":0},"rbp":{"value":140701821665840},"rsp":{"value":140701821665832},"r12":{"value":140701821666976},"rcx":{"value":140701821688216},"flavor":"x86_THREAD_STATE","rdi":{"value":2005000}},"queue":"com.apple.main-thread","frames":[{"imageOffset":0,"imageIndex":0},{"imageOffset":5149,"symbol":"awd::metrics::protobuf_AddDesc_SimpleMetric_2eproto()","symbolLocation":44,"imageIndex":1},{"imageOffset":85583,"symbol":"invocation function for block in dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const","symbolLocation":182,"imageIndex":2},{"imageOffset":244397,"symbol":"invocation function for block in dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":242,"imageIndex":2},{"imageOffset":208422,"symbol":"invocation function for block in dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":557,"imageIndex":2},{"imageOffset":7603,"symbol":"dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_command const*, bool&) block_pointer) const","symbolLocation":129,"imageIndex":2},{"imageOffset":207799,"symbol":"dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInfo const&, bool, bool&) block_pointer) const","symbolLocation":179,"imageIndex":2},{"imageOffset":243204,"symbol":"dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachOAnalyzer::VMAddrConverter const&, void (unsigned int) block_pointer, void const*) const","symbolLocation":466,"imageIndex":2},{"imageOffset":85378,"symbol":"dyld4::Loader::findAndRunAllInitializers(dyld4::RuntimeState&) const","symbolLocation":144,"imageIndex":2},{"imageOffset":85774,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":178,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85745,"symbol":"dyld4::Loader::runInitializersBottomUp(dyld4::RuntimeState&, dyld3::Array<dyld4::Loader const*>&) const","symbolLocation":149,"imageIndex":2},{"imageOffset":85938,"symbol":"dyld4::Loader::runInitializersBottomUpPlusUpwardLinks(dyld4::RuntimeState&) const","symbolLocation":108,"imageIndex":2},{"imageOffset":165926,"symbol":"dyld4::APIs::runAllInitializersForMain()","symbolLocation":222,"imageIndex":2},{"imageOffset":25485,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":3443,"imageIndex":2},{"imageOffset":21732,"symbol":"start","symbolLocation":388,"imageIndex":2}]},{"id":1212579,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":3}]},{"id":1212580,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":3}]}],
  "usedImages" : [
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703611584512,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.awd",
    "size" : 274432,
    "uuid" : "98cde376-7131-305b-a642-6213645d79f5",
    "path" : "\/System\/Library\/PrivateFrameworks\/WirelessDiagnostics.framework\/Versions\/A\/WirelessDiagnostics",
    "name" : "WirelessDiagnostics",
    "CFBundleVersion" : "954.1"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4662407168,
    "size" : 442368,
    "uuid" : "baab2c6d-3797-3264-8595-a591561979de",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703514861568,
    "size" : 49152,
    "uuid" : "e5d44afd-2577-3cee-8711-9d8d426229e0",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  }
],
  "sharedCache" : {
  "base" : 140703511605248,
  "size" : 19331678208,
  "uuid" : "a503f8ca-2ac1-3e4c-bcf4-19655d4614cb"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=553.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=553.0M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           156.1M       15 \nMALLOC guard page                   16K        3 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nObjC additional data                15K        1 \nSTACK GUARD                       56.0M        3 \nStack                             9232K        3 \nVM_ALLOCATE                          8K        2 \n__CTF                               756        1 \n__DATA                            39.7M      536 \n__DATA_CONST                      30.6M      333 \n__DATA_DIRTY                      1622K      208 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       666.4M       48 \n__TEXT                           654.7M      549 \n__UNICODE                          592K        1 \ndyld private memory               1536K        3 \nmapped file                       29.0M        2 \nshared memory                       44K        4 \n===========                     =======  ======= \nTOTAL                              2.0G     1716 \nTOTAL, minus reserved VM space     1.6G     1716 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    },
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
      "experimentId" : "64406ba83deb637ac8a04419",
      "deploymentId" : 900000017
    }
  ]
}
}


On Wednesday, September 20, 2023 at 9:32:11 AM UTC+2 Brendan Bosman wrote:

Brendan Bosman

unread,
Sep 22, 2023, 4:06:42 AM9/22/23
to golden-cheetah-developers
I got this resolved somehow. I think my configuration in Qt was incorrect

Regards

Reply all
Reply to author
Forward
0 new messages