Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-97900

Crash when connecting to Bluetooth device on macOS 12

    XMLWordPrintable

Details

    • macOS
    • 370de7fe8447b8d2216a4cd130df211b05260b8c (qt/qtconnectivity/dev) 3ea2c1cc7b1f09da864bfebfec0b8b0624774766 (qt/qtconnectivity/6.2) bd1671ac91afafcd446e305cdb303838937eb332 (qt/tqtc-qtconnectivity/5.15)

    Description

      Since macOS 12 connection attempts to Bluetooth devices lead to an app crash. It's working fine with macOS 11.x.
      xCode versions: 12, 13

      The problem can be reproduced as follows:
      1.) Open the lowenergyscanner example shipped with Qt.
      2.) Replace the pro file with the one attached here.
      3.) Put the MacInfo.plist into the project dir.
      4.) Compile and sign the app.
      5.) Run the app.
      6.) Connect to some Bluetooth device (I tested iPhone, Watch, and a GoPro camera). Everything works fine.
      7.) Run the app again. Now the app crashes everytime when trying to connect to a device.

      Here is the crash dump:

      -------------------------------------
      Translated Report (Full Report Below)
      -------------------------------------
      
      Process:               Live Streamer for Heros [625]
      Path:                  /Applications/Live Streamer for Heros.app/Contents/MacOS/Live Streamer for Heros
      Identifier:            com.toolsforgopro.LiveStreamerForHeros
      Version:               1.0.8 (10)
      Code Type:             X86-64 (Native)
      Parent Process:        launchd [1]
      User ID:               501
      
      Date/Time:             2021-11-01 11:30:56.2061 +0100
      OS Version:            macOS 12.0.1 (21A559)
      Report Version:        12
      Bridge OS Version:     6.0 (19P548)
      Anonymous UUID:        4A1AB11B-BF8A-F63F-F4E8-CBE4C09CA830
      
      
      Time Awake Since Boot: 91 seconds
      
      System Integrity Protection: enabled
      
      Crashed Thread:        1  Dispatch queue: com.apple.bluetooth.iobluetooth.coordinatorQueue
      
      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 [625]
      
      VM Region Info: 0 is not in any region.  Bytes before following region: 4548878336
            REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
            UNUSED SPACE AT START
      --->  
            __TEXT                      10f226000-11039e000    [ 17.5M] r-x/r-x SM=COW  ...mer for Heros
      
      Thread 0::  Dispatch queue: com.apple.main-thread
      0   libsystem_kernel.dylib        	    0x7ff800405aba mach_msg_trap + 10
      1   libsystem_kernel.dylib        	    0x7ff800405e2b mach_msg + 59
      2   CoreFoundation                	    0x7ff800509a42 __CFRunLoopServiceMachPort + 319
      3   CoreFoundation                	    0x7ff80050811b __CFRunLoopRun + 1325
      4   CoreFoundation                	    0x7ff80050752d CFRunLoopRunSpecific + 563
      5   HIToolbox                     	    0x7ff8091253e1 RunCurrentEventLoopInMode + 292
      6   HIToolbox                     	    0x7ff809125137 ReceiveNextEventCommon + 587
      7   HIToolbox                     	    0x7ff809124ed5 _BlockUntilNextEventMatchingListInModeWithFilter + 70
      8   AppKit                        	    0x7ff802f328f0 _DPSNextEvent + 886
      9   AppKit                        	    0x7ff802f30f5c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1411
      10  AppKit                        	    0x7ff802f23359 -[NSApplication run] + 586
      11  libqcocoa.dylib               	       0x1128e70e8 0x1128d0000 + 94440
      12  QtCore                        	       0x113b86b16 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 470
      13  QtCore                        	       0x113b7de72 QCoreApplication::exec() + 130
      14  Live Streamer for Heros       	       0x10f8c85fa main + 442
      15  dyld                          	       0x11d0cc4fe start + 462
      
      Thread 1 Crashed::  Dispatch queue: com.apple.bluetooth.iobluetooth.coordinatorQueue
      0   ???                           	               0x0 ???
      1   QtBluetooth                   	       0x111654cf4 0x111616000 + 257268
      2   IOBluetooth                   	    0x7ff80f3262f3 -[IOBluetoothConcreteUserNotification objcNotificationRoutine:] + 192
      3   CoreFoundation                	    0x7ff8004fee73 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      4   CoreFoundation                	    0x7ff80059c349 ___CFXRegistrationPost_block_invoke + 49
      5   CoreFoundation                	    0x7ff80059c2c6 _CFXRegistrationPost + 496
      6   CoreFoundation                	    0x7ff8004d0786 _CFXNotificationPost + 733
      7   Foundation                    	    0x7ff801318996 -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
      8   IOBluetooth                   	    0x7ff80f367102 -[IOBluetoothCoreBluetoothCoordinator centralManager:connectionEventDidOccur:forPeripheral:] + 179
      9   CoreBluetooth                 	    0x7ff81220d596 -[CBCentralManager handleApplicationConnectionEventDidOccur:] + 262
      10  CoreBluetooth                 	    0x7ff81220ef94 -[CBCentralManager handleMsg:args:] + 756
      11  CoreBluetooth                 	    0x7ff81224a141 -[CBManager xpcConnectionDidReceiveMsg:args:] + 177
      12  CoreBluetooth                 	    0x7ff81223a142 __30-[CBXpcConnection _handleMsg:]_block_invoke + 66
      13  libdispatch.dylib             	    0x7ff80028aad8 _dispatch_call_block_and_release + 12
      14  libdispatch.dylib             	    0x7ff80028bcc9 _dispatch_client_callout + 8
      15  libdispatch.dylib             	    0x7ff800291cee _dispatch_lane_serial_drain + 696
      16  libdispatch.dylib             	    0x7ff8002927fb _dispatch_lane_invoke + 417
      17  libdispatch.dylib             	    0x7ff800291b85 _dispatch_lane_serial_drain + 335
      18  libdispatch.dylib             	    0x7ff8002927fb _dispatch_lane_invoke + 417
      19  libdispatch.dylib             	    0x7ff80029c7e1 _dispatch_workloop_worker_thread + 758
      20  libsystem_pthread.dylib       	    0x7ff80043f08f _pthread_wqthread + 326
      21  libsystem_pthread.dylib       	    0x7ff80043e01b start_wqthread + 15
      
      Thread 2:
      0   libsystem_pthread.dylib       	    0x7ff80043e00c start_wqthread + 0
      
      Thread 3:
      0   libsystem_pthread.dylib       	    0x7ff80043e00c start_wqthread + 0
      
      Thread 4:
      0   libsystem_pthread.dylib       	    0x7ff80043e00c start_wqthread + 0
      
      Thread 5:: com.apple.NSEventThread
      0   libsystem_kernel.dylib        	    0x7ff800405aba mach_msg_trap + 10
      1   libsystem_kernel.dylib        	    0x7ff800405e2b mach_msg + 59
      2   CoreFoundation                	    0x7ff800509a42 __CFRunLoopServiceMachPort + 319
      3   CoreFoundation                	    0x7ff80050811b __CFRunLoopRun + 1325
      4   CoreFoundation                	    0x7ff80050752d CFRunLoopRunSpecific + 563
      5   AppKit                        	    0x7ff8030a0cec _NSEventThread + 132
      6   libsystem_pthread.dylib       	    0x7ff800442514 _pthread_start + 125
      7   libsystem_pthread.dylib       	    0x7ff80043e02f thread_start + 15
      
      
      Thread 1 crashed with X86 Thread State (64-bit):
        rax: 0x00007f92d6046b70  rbx: 0x00007f92d6138d30  rcx: 0x0100000000000000  rdx: 0x043dfff842a32225
        rdi: 0x00006000007b7f28  rsi: 0x00007000002fbb08  rbp: 0x00007000002fbb20  rsp: 0x00007000002fbaf8
         r8: 0x0000000000000010   r9: 0x00000000000003b0  r10: 0x00007ff841ab4570  r11: 0x00006000026b44a0
        r12: 0x00000001116943ab  r13: 0x00006000000885a0  r14: 0x0000600002464600  r15: 0x00007f92d6138d30
        rip: 0x0000000000000000  rfl: 0x0000000000010246  cr2: 0x0000000000000000
        
      Logical CPU:     12
      Error Code:      0x00000014 (no mapping for user instruction read)
      Trap Number:     14
      
      
      Binary Images:
          0x7ff800405000 -     0x7ff80043bfff libsystem_kernel.dylib (*) <12bd6f13-c452-35ee-9069-51befef29f1a> /usr/lib/system/libsystem_kernel.dylib
          0x7ff800489000 -     0x7ff80098bfff com.apple.CoreFoundation (6.9) <3002b545-6841-3fc8-91a2-bcfbe5872465> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7ff8090f6000 -     0x7ff8093edfff com.apple.HIToolbox (2.1.1) <4163a93f-bf71-3219-80ed-6f65e9266b81> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
          0x7ff802ef4000 -     0x7ff803d80fff com.apple.AppKit (6.9) <dd0028a3-78e3-3a8a-a51b-ddd68123adef> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
             0x1128d0000 -        0x11296ffff libqcocoa.dylib (*) <9a0e0259-3fa0-3fe7-bcea-2bf755c87c52> /Applications/Live Streamer for Heros.app/Contents/PlugIns/platforms/libqcocoa.dylib
             0x113ae3000 -        0x113fdafff org.qt-project.QtCore (6.2) <fb187d7c-92ff-3fd6-8372-2dded2a202b1> /Applications/Live Streamer for Heros.app/Contents/Frameworks/QtCore.framework/Versions/A/QtCore
             0x10f226000 -        0x11039dfff com.toolsforgopro.LiveStreamerForHeros (1.0.8) <05c4c25c-35d8-30f6-96ca-c1794944098f> /Applications/Live Streamer for Heros.app/Contents/MacOS/Live Streamer for Heros
             0x11d0c7000 -        0x11d132fff dyld (*) <1a6ae033-9438-33c0-8077-988fd885250a> /usr/lib/dyld
                     0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
             0x111616000 -        0x111699fff org.qt-project.QtBluetooth (6.2) <f4dd59d7-c290-31be-968d-f2a8971eba8c> /Applications/Live Streamer for Heros.app/Contents/Frameworks/QtBluetooth.framework/Versions/A/QtBluetooth
          0x7ff80f304000 -     0x7ff80f3b7fff com.apple.Bluetooth (1.0) <ce297310-9921-3b8f-af44-af218790fe46> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
          0x7ff80130f000 -     0x7ff8016c9fff com.apple.Foundation (6.9) <d7fd0214-4bbb-3d84-88f7-820b25a6e16c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7ff8121fb000 -     0x7ff81228afff com.apple.CoreBluetooth (1.0) <cc2bada3-8188-3e1b-b930-9e9f0dd0a1a5> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
          0x7ff800289000 -     0x7ff8002cffff libdispatch.dylib (*) <be53a13c-8ce1-3e40-b9bc-98473d3eed3e> /usr/lib/system/libdispatch.dylib
          0x7ff80043c000 -     0x7ff800447fff libsystem_pthread.dylib (*) <29a2750e-f31b-3630-8761-242a6bc3e99e> /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: 0
          thread_create: 0
          thread_set_state: 0
      
      VM Region Summary:
      ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
      Writable regions: Total=714.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=714.3M(100%)
      
                                      VIRTUAL   REGION 
      REGION TYPE                        SIZE    COUNT (non-coalesced) 
      ===========                     =======  ======= 
      Accelerate framework               256K        2 
      Activity Tracing                   256K        1 
      CG backing stores                 2688K        4 
      CG image                            72K        2 
      ColorSync                          236K       27 
      CoreAnimation                      164K       11 
      CoreGraphics                        12K        2 
      CoreServices                       624K        2 
      CoreUI image data                 1092K        8 
      Foundation                          16K        1 
      Kernel Alloc Once                    8K        1 
      MALLOC                           315.6M      121 
      MALLOC guard page                   32K        8 
      MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
      STACK GUARD                       56.0M        6 
      Stack                             10.5M        6 
      VM_ALLOCATE                         48K       10 
      __DATA                            23.8M      419 
      __DATA_CONST                      20.1M      250 
      __DATA_DIRTY                      1144K      148 
      __FONT_DATA                          4K        1 
      __LINKEDIT                       646.4M       36 
      __OBJC_RO                         81.5M        1 
      __OBJC_RW                         3120K        2 
      __TEXT                           370.9M      439 
      __UNICODE                          588K        1 
      dyld private memory               1184K        3 
      mapped file                       72.5M       21 
      shared memory                      796K       21 
      ===========                     =======  ======= 
      TOTAL                              1.9G     1555 
      TOTAL, minus reserved VM space     1.6G     1555 
      
      
      
      -----------
      Full Report
      -----------
      
      {"app_name":"Live Streamer for Heros","timestamp":"2021-11-01 11:30:59.00 +0100","app_version":"1.0.8","slice_uuid":"05c4c25c-35d8-30f6-96ca-c1794944098f","build_version":"10","platform":1,"bundleID":"com.toolsforgopro.LiveStreamerForHeros","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.0.1 (21A559)","incident_id":"FD1EECC7-9862-4E60-A322-18D6C9D4787B","name":"Live Streamer for Heros"}
      {
        "uptime" : 91,
        "procLaunch" : "2021-11-01 11:30:49.8527 +0100",
        "procRole" : "Foreground",
        "version" : 2,
        "userID" : 501,
        "deployVersion" : 210,
        "modelCode" : "MacBookPro16,1",
        "procStartAbsTime" : 84939869553,
        "coalitionID" : 826,
        "osVersion" : {
          "train" : "macOS 12.0.1",
          "build" : "21A559",
          "releaseType" : "User"
        },
        "captureTime" : "2021-11-01 11:30:56.2061 +0100",
        "incident" : "FD1EECC7-9862-4E60-A322-18D6C9D4787B",
        "bug_type" : "309",
        "pid" : 625,
        "procExitAbsTime" : 91291726282,
        "cpuType" : "X86-64",
        "procName" : "Live Streamer for Heros",
        "procPath" : "\/Applications\/Live Streamer for Heros.app\/Contents\/MacOS\/Live Streamer for Heros",
        "bundleInfo" : {"CFBundleShortVersionString":"1.0.8","CFBundleVersion":"10","CFBundleIdentifier":"com.toolsforgopro.LiveStreamerForHeros"},
        "storeInfo" : {"deviceIdentifierForVendor":"3DBF9225-8DEC-5D9C-8995-9D9C1029F8D9","thirdParty":true},
        "parentProc" : "launchd",
        "parentPid" : 1,
        "coalitionName" : "com.toolsforgopro.LiveStreamerForHeros",
        "crashReporterKey" : "4A1AB11B-BF8A-F63F-F4E8-CBE4C09CA830",
        "bridgeVersion" : {"build":"19P548","train":"6.0"},
        "sip" : "enabled",
        "vmRegionInfo" : "0 is not in any region.  Bytes before following region: 4548878336\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10f226000-11039e000    [ 17.5M] r-x\/r-x SM=COW  ...mer for Heros",
        "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":625},
        "vmregioninfo" : "0 is not in any region.  Bytes before following region: 4548878336\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10f226000-11039e000    [ 17.5M] r-x\/r-x SM=COW  ...mer for Heros",
        "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" : 1,
        "threads" : [{"id":6920,"queue":"com.apple.main-thread","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":0},{"imageOffset":526914,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":1},{"imageOffset":520475,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":1},{"imageOffset":517421,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":1},{"imageOffset":193505,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":2},{"imageOffset":192823,"symbol":"ReceiveNextEventCommon","symbolLocation":587,"imageIndex":2},{"imageOffset":192213,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":2},{"imageOffset":256240,"symbol":"_DPSNextEvent","symbolLocation":886,"imageIndex":3},{"imageOffset":249692,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1411,"imageIndex":3},{"imageOffset":193369,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":3},{"imageOffset":94440,"imageIndex":4},{"imageOffset":670486,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":470,"imageIndex":5},{"imageOffset":634482,"symbol":"QCoreApplication::exec()","symbolLocation":130,"imageIndex":5},{"imageOffset":6956538,"symbol":"main","symbolLocation":442,"imageIndex":6},{"imageOffset":21758,"symbol":"start","symbolLocation":462,"imageIndex":7}]},{"triggered":true,"id":6977,"threadState":{"r13":{"value":105553116824992},"rax":{"value":140268632566640},"rflags":{"value":66118},"cpu":{"value":12},"r14":{"value":105553154426368},"rsi":{"value":123145305438984},"r8":{"value":16},"cr2":{"value":0},"rdx":{"value":305681791466021413},"r10":{"value":140704230360432,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSArrayM"},"r9":{"value":944},"r15":{"value":140268633558320},"rbx":{"value":140268633558320},"trap":{"value":14,"description":"(no mapping for user instruction read)"},"err":{"value":20},"r11":{"value":105553156850848},"rip":{"value":0},"rbp":{"value":123145305439008},"rsp":{"value":123145305438968},"r12":{"value":4587078571},"rcx":{"value":72057594037927936},"flavor":"x86_THREAD_STATE","rdi":{"value":105553124359976}},"queue":"com.apple.bluetooth.iobluetooth.coordinatorQueue","frames":[{"imageOffset":0,"imageIndex":8},{"imageOffset":257268,"imageIndex":9},{"imageOffset":140019,"symbol":"-[IOBluetoothConcreteUserNotification objcNotificationRoutine:]","symbolLocation":192,"imageIndex":10},{"imageOffset":482931,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":12,"imageIndex":1},{"imageOffset":1127241,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":49,"imageIndex":1},{"imageOffset":1127110,"symbol":"_CFXRegistrationPost","symbolLocation":496,"imageIndex":1},{"imageOffset":292742,"symbol":"_CFXNotificationPost","symbolLocation":733,"imageIndex":1},{"imageOffset":39318,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":82,"imageIndex":11},{"imageOffset":405762,"symbol":"-[IOBluetoothCoreBluetoothCoordinator centralManager:connectionEventDidOccur:forPeripheral:]","symbolLocation":179,"imageIndex":10},{"imageOffset":75158,"symbol":"-[CBCentralManager handleApplicationConnectionEventDidOccur:]","symbolLocation":262,"imageIndex":12},{"imageOffset":81812,"symbol":"-[CBCentralManager handleMsg:args:]","symbolLocation":756,"imageIndex":12},{"imageOffset":323905,"symbol":"-[CBManager xpcConnectionDidReceiveMsg:args:]","symbolLocation":177,"imageIndex":12},{"imageOffset":258370,"symbol":"__30-[CBXpcConnection _handleMsg:]_block_invoke","symbolLocation":66,"imageIndex":12},{"imageOffset":6872,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":13},{"imageOffset":11465,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":13},{"imageOffset":36078,"symbol":"_dispatch_lane_serial_drain","symbolLocation":696,"imageIndex":13},{"imageOffset":38907,"symbol":"_dispatch_lane_invoke","symbolLocation":417,"imageIndex":13},{"imageOffset":35717,"symbol":"_dispatch_lane_serial_drain","symbolLocation":335,"imageIndex":13},{"imageOffset":38907,"symbol":"_dispatch_lane_invoke","symbolLocation":417,"imageIndex":13},{"imageOffset":79841,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":758,"imageIndex":13},{"imageOffset":12431,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":14},{"imageOffset":8219,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":14}]},{"id":6978,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":14}]},{"id":6989,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":14}]},{"id":7000,"frames":[{"imageOffset":8204,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":14}]},{"id":7013,"name":"com.apple.NSEventThread","frames":[{"imageOffset":2746,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3627,"symbol":"mach_msg","symbolLocation":59,"imageIndex":0},{"imageOffset":526914,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":1},{"imageOffset":520475,"symbol":"__CFRunLoopRun","symbolLocation":1325,"imageIndex":1},{"imageOffset":517421,"symbol":"CFRunLoopRunSpecific","symbolLocation":563,"imageIndex":1},{"imageOffset":1756396,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":3},{"imageOffset":25876,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":14},{"imageOffset":8239,"symbol":"thread_start","symbolLocation":15,"imageIndex":14}]}],
        "usedImages" : [
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703132831744,
          "size" : 225280,
          "uuid" : "12bd6f13-c452-35ee-9069-51befef29f1a",
          "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
          "name" : "libsystem_kernel.dylib"
        },
        {
          "source" : "P",
          "arch" : "x86_64h",
          "base" : 140703133372416,
          "CFBundleShortVersionString" : "6.9",
          "CFBundleIdentifier" : "com.apple.CoreFoundation",
          "size" : 5255168,
          "uuid" : "3002b545-6841-3fc8-91a2-bcfbe5872465",
          "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
          "name" : "CoreFoundation",
          "CFBundleVersion" : "1855.105"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703280619520,
          "CFBundleShortVersionString" : "2.1.1",
          "CFBundleIdentifier" : "com.apple.HIToolbox",
          "size" : 3112960,
          "uuid" : "4163a93f-bf71-3219-80ed-6f65e9266b81",
          "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
          "name" : "HIToolbox"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703177850880,
          "CFBundleShortVersionString" : "6.9",
          "CFBundleIdentifier" : "com.apple.AppKit",
          "size" : 15257600,
          "uuid" : "dd0028a3-78e3-3a8a-a51b-ddd68123adef",
          "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
          "name" : "AppKit",
          "CFBundleVersion" : "2113"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 4606197760,
          "size" : 655360,
          "uuid" : "9a0e0259-3fa0-3fe7-bcea-2bf755c87c52",
          "path" : "\/Applications\/Live Streamer for Heros.app\/Contents\/PlugIns\/platforms\/libqcocoa.dylib",
          "name" : "libqcocoa.dylib"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 4625149952,
          "CFBundleShortVersionString" : "6.2",
          "CFBundleIdentifier" : "org.qt-project.QtCore",
          "size" : 5210112,
          "uuid" : "fb187d7c-92ff-3fd6-8372-2dded2a202b1",
          "path" : "\/Applications\/Live Streamer for Heros.app\/Contents\/Frameworks\/QtCore.framework\/Versions\/A\/QtCore",
          "name" : "QtCore",
          "CFBundleVersion" : "6.2.1"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 4548878336,
          "CFBundleShortVersionString" : "1.0.8",
          "CFBundleIdentifier" : "com.toolsforgopro.LiveStreamerForHeros",
          "size" : 18317312,
          "uuid" : "05c4c25c-35d8-30f6-96ca-c1794944098f",
          "path" : "\/Applications\/Live Streamer for Heros.app\/Contents\/MacOS\/Live Streamer for Heros",
          "name" : "Live Streamer for Heros",
          "CFBundleVersion" : "10"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 4782321664,
          "size" : 442368,
          "uuid" : "1a6ae033-9438-33c0-8077-988fd885250a",
          "path" : "\/usr\/lib\/dyld",
          "name" : "dyld"
        },
        {
          "size" : 0,
          "source" : "A",
          "base" : 0,
          "uuid" : "00000000-0000-0000-0000-000000000000"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 4586561536,
          "CFBundleShortVersionString" : "6.2",
          "CFBundleIdentifier" : "org.qt-project.QtBluetooth",
          "size" : 540672,
          "uuid" : "f4dd59d7-c290-31be-968d-f2a8971eba8c",
          "path" : "\/Applications\/Live Streamer for Heros.app\/Contents\/Frameworks\/QtBluetooth.framework\/Versions\/A\/QtBluetooth",
          "name" : "QtBluetooth",
          "CFBundleVersion" : "6.2.1"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703383437312,
          "CFBundleShortVersionString" : "1.0",
          "CFBundleIdentifier" : "com.apple.Bluetooth",
          "size" : 737280,
          "uuid" : "ce297310-9921-3b8f-af44-af218790fe46",
          "path" : "\/System\/Library\/Frameworks\/IOBluetooth.framework\/Versions\/A\/IOBluetooth",
          "name" : "IOBluetooth",
          "CFBundleVersion" : "1"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703148601344,
          "CFBundleShortVersionString" : "6.9",
          "CFBundleIdentifier" : "com.apple.Foundation",
          "size" : 3911680,
          "uuid" : "d7fd0214-4bbb-3d84-88f7-820b25a6e16c",
          "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
          "name" : "Foundation",
          "CFBundleVersion" : "1855.105"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703432683520,
          "CFBundleShortVersionString" : "1.0",
          "CFBundleIdentifier" : "com.apple.CoreBluetooth",
          "size" : 589824,
          "uuid" : "cc2bada3-8188-3e1b-b930-9e9f0dd0a1a5",
          "path" : "\/System\/Library\/Frameworks\/CoreBluetooth.framework\/Versions\/A\/CoreBluetooth",
          "name" : "CoreBluetooth",
          "CFBundleVersion" : "1"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703131275264,
          "size" : 290816,
          "uuid" : "be53a13c-8ce1-3e40-b9bc-98473d3eed3e",
          "path" : "\/usr\/lib\/system\/libdispatch.dylib",
          "name" : "libdispatch.dylib"
        },
        {
          "source" : "P",
          "arch" : "x86_64",
          "base" : 140703133057024,
          "size" : 49152,
          "uuid" : "29a2750e-f31b-3630-8761-242a6bc3e99e",
          "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
          "name" : "libsystem_pthread.dylib"
        }
      ],
        "sharedCache" : {
        "base" : 140703129829376,
        "size" : 15213641728,
        "uuid" : "3d05845f-3f65-358f-9ebf-2236e772ac01"
      },
        "vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=714.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=714.3M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG backing stores                 2688K        4 \nCG image                            72K        2 \nColorSync                          236K       27 \nCoreAnimation                      164K       11 \nCoreGraphics                        12K        2 \nCoreServices                       624K        2 \nCoreUI image data                 1092K        8 \nFoundation                          16K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           315.6M      121 \nMALLOC guard page                   32K        8 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.0M        6 \nStack                             10.5M        6 \nVM_ALLOCATE                         48K       10 \n__DATA                            23.8M      419 \n__DATA_CONST                      20.1M      250 \n__DATA_DIRTY                      1144K      148 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       646.4M       36 \n__OBJC_RO                         81.5M        1 \n__OBJC_RW                         3120K        2 \n__TEXT                           370.9M      439 \n__UNICODE                          588K        1 \ndyld private memory               1184K        3 \nmapped file                       72.5M       21 \nshared memory                      796K       21 \n===========                     =======  ======= \nTOTAL                              1.9G     1555 \nTOTAL, minus reserved VM space     1.6G     1555 \n",
        "legacyInfo" : {
        "threadTriggered" : {
          "queue" : "com.apple.bluetooth.iobluetooth.coordinatorQueue"
        }
      },
        "trialInfo" : {
        "rollouts" : [
          {
            "rolloutId" : "5fc94383418129005b4e9ae0",
            "factorPackIds" : {
      
            },
            "deploymentId" : 240000153
          },
          {
            "rolloutId" : "601d9415f79519000ccd4b69",
            "factorPackIds" : {
              "SIRI_TEXT_TO_SPEECH" : "61704e71b6f6b8421579caf8"
            },
            "deploymentId" : 240000293
          },
          {
            "rolloutId" : "607844aa04477260f58a8077",
            "factorPackIds" : {
              "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
            },
            "deploymentId" : 240000066
          },
          {
            "rolloutId" : "5ffde50ce2aacd000d47a95f",
            "factorPackIds" : {
      
            },
            "deploymentId" : 240000068
          },
          {
            "rolloutId" : "602ad4dac86151000cf27e46",
            "factorPackIds" : {
              "SIRI_DICTATION_ASSETS" : "6169fcad436117010456880e"
            },
            "deploymentId" : 240000238
          },
          {
            "rolloutId" : "60da5e84ab0ca017dace9abf",
            "factorPackIds" : {
      
            },
            "deploymentId" : 240000008
          }
        ],
        "experiments" : [
      
        ]
      }
      }
      
      
      

      Attachments

        1. lowenergyscanner.pro
          0.5 kB
        2. MacInfo.plist
          0.8 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tpochep Timur Pocheptsov
            Harald Meyer Harald Meyer
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews