Skip to content

Instantly share code, notes, and snippets.

@soof-golan
Created January 9, 2023 11:30
Show Gist options
  • Save soof-golan/c9678410466ae899d3efce5217bb3e44 to your computer and use it in GitHub Desktop.
Save soof-golan/c9678410466ae899d3efce5217bb3e44 to your computer and use it in GitHub Desktop.
Crash trace of topk crash on M1
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: Python [97970]
Path: /opt/homebrew/*/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 3.10.9 (3.10.9)
Code Type: ARM-64 (Native)
Parent Process: zsh [89897]
Responsible: stable [79540]
User ID: 501
Date/Time: 2023-01-09 13:26:55.3541 +0200
OS Version: macOS 13.0.1 (22A400)
Report Version: 12
Anonymous UUID: 16E43666-F300-FA1E-3800-4A74DB898FF0
Sleep/Wake UUID: B6A0C31A-D2BB-484B-A4EC-EC54E0F3FEC0
Time Awake Since Boot: 1300000 seconds
Time Since Wake: 6438 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: cache queue
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
Kernel Triage:
VM - pmap_enter retried due to resource shortage
VM - pmap_enter retried due to resource shortage
Thread 0 Crashed:: Dispatch queue: cache queue
0 libsystem_kernel.dylib 0x19dd3b224 __pthread_kill + 8
1 libsystem_pthread.dylib 0x19dd71cec pthread_kill + 288
2 libsystem_c.dylib 0x19dcab2c8 abort + 180
3 MetalPerformanceShadersGraph 0x2031c0c08 0x202a0e000 + 8072200
4 MetalPerformanceShadersGraph 0x2031c0a28 0x202a0e000 + 8071720
5 MetalPerformanceShadersGraph 0x202ef8d6c 0x202a0e000 + 5156204
6 MetalPerformanceShadersGraph 0x202b050b8 0x202a0e000 + 1011896
7 MetalPerformanceShadersGraph 0x202b04e14 0x202a0e000 + 1011220
8 MetalPerformanceShadersGraph 0x202a33f5c 0x202a0e000 + 155484
9 MetalPerformanceShadersGraph 0x202a33a60 0x202a0e000 + 154208
10 MetalPerformanceShadersGraph 0x202b05b48 0x202a0e000 + 1014600
11 MetalPerformanceShadersGraph 0x202b05c88 0x202a0e000 + 1014920
12 libtorch_cpu.dylib 0x111b72d08 invocation function for block in at::native::structured_topk_out_mps::impl(at::Tensor const&, long long, long long, bool, bool, at::Tensor const&, at::Tensor const&) + 304
13 libtorch_cpu.dylib 0x111ade8f4 invocation function for block in at::native::mps::MPSGraphCache::CreateCachedGraph(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, at::native::mps::MPSCachedGraph* () block_pointer, void*) + 216
14 libdispatch.dylib 0x19dbeb504 _dispatch_client_callout + 20
15 libdispatch.dylib 0x19dbfaa9c _dispatch_lane_barrier_sync_invoke_and_complete + 56
16 libtorch_cpu.dylib 0x111ace188 at::native::mps::MPSGraphCache::CreateCachedGraph(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, at::native::mps::MPSCachedGraph* () block_pointer, void*) + 168
17 libtorch_cpu.dylib 0x111b724dc at::native::structured_topk_out_mps::impl(at::Tensor const&, long long, long long, bool, bool, at::Tensor const&, at::Tensor const&) + 1512
18 libtorch_cpu.dylib 0x10f338790 at::(anonymous namespace)::wrapper_MPS_topk(at::Tensor const&, long long, long long, bool, bool) + 168
19 libtorch_cpu.dylib 0x1100c23c0 c10::impl::wrap_kernel_functor_unboxed_<c10::impl::detail::WrapFunctionIntoFunctor_<c10::CompileTimeFunctionPointer<std::__1::tuple<at::Tensor, at::Tensor> (c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool), &(torch::autograd::VariableType::(anonymous namespace)::topk(c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool))>, std::__1::tuple<at::Tensor, at::Tensor>, c10::guts::typelist::typelist<c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool> >, std::__1::tuple<at::Tensor, at::Tensor> (c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool)>::call(c10::OperatorKernel*, c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool) + 1220
20 libtorch_cpu.dylib 0x10e3e0264 at::_ops::topk::call(at::Tensor const&, long long, long long, bool, bool) + 304
21 libtorch_python.dylib 0x1024c8788 torch::autograd::THPVariable_topk(_object*, _object*, _object*) + 468
22 Python 0x10081a388 method_vectorcall_VARARGS_KEYWORDS + 156
23 Python 0x100906cfc call_function + 128
24 Python 0x10090448c _PyEval_EvalFrameDefault + 42556
25 Python 0x1008f8bf0 _PyEval_Vector + 376
26 Python 0x1008f8a64 PyEval_EvalCode + 104
27 Python 0x100953108 run_eval_code_obj + 84
28 Python 0x10095306c run_mod + 112
29 Python 0x100952d00 pyrun_file + 148
30 Python 0x100952634 _PyRun_SimpleFileObject + 268
31 Python 0x100951c78 _PyRun_AnyFileObject + 232
32 Python 0x100974d10 pymain_run_file_obj + 220
33 Python 0x100974460 pymain_run_file + 72
34 Python 0x100973cf0 Py_RunMain + 872
35 Python 0x1009750ec Py_BytesMain + 40
36 dyld 0x19da47e50 start + 2544
Thread 1:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 2:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 3:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 4:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 5:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 6:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 7:
0 libsystem_kernel.dylib 0x19dd365e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x19dd72638 _pthread_cond_wait + 1232
2 libopenblas64_.0.dylib 0x104e6c394 blas_thread_server + 360
3 libsystem_pthread.dylib 0x19dd7206c _pthread_start + 148
4 libsystem_pthread.dylib 0x19dd6ce2c thread_start + 8
Thread 8:
0 libsystem_pthread.dylib 0x19dd6ce18 start_wqthread + 0
Thread 9:
0 libsystem_pthread.dylib 0x19dd6ce18 start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000001 x5: 0x0000000202dfcb84 x6: 0x000000000000000a x7: 0x69462f65726f432f
x8: 0x9770738ed8a85a78 x9: 0x9770738f21eb3f78 x10: 0x0000000000000000 x11: 0x0000000000000002
x12: 0x0000000000000001 x13: 0x0000000000000000 x14: 0x0000000000000002 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x00000001fe2849a8 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x00000001f9436500 x21: 0x0000000000000103 x22: 0x00000001f94365e0 x23: 0x0000000000000000
x24: 0x00006000010edfe0 x25: 0x0000600003bf36f0 x26: 0x00006000010edfe8 x27: 0x000060000375bc20
x28: 0x0000000000000008 fp: 0x000000016fa5d530 lr: 0x000000019dd71cec
sp: 0x000000016fa5d510 pc: 0x000000019dd3b224 cpsr: 0x40001000
far: 0x0000000236cf4010 esr: 0x56000080 Address size fault
Binary Images:
0x19dd32000 - 0x19dd6affb libsystem_kernel.dylib (*) <6d6644d3-3db3-34c4-b1e3-c675ec5360f0> /usr/lib/system/libsystem_kernel.dylib
0x19dd6b000 - 0x19dd77ffb libsystem_pthread.dylib (*) <886caca0-5762-3640-8db2-3fa3b911c062> /usr/lib/system/libsystem_pthread.dylib
0x19dc32000 - 0x19dcb2ff3 libsystem_c.dylib (*) <a3869999-0792-3e09-b3fb-5e87ae4639be> /usr/lib/system/libsystem_c.dylib
0x202a0e000 - 0x20350ffff com.apple.MetalPerformanceShadersGraph (1.0) <c2c9a4df-91ca-31e0-b20f-62fc91acefb7> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
0x10d524000 - 0x11335bfff libtorch_cpu.dylib (*) <10dc5bcc-da1e-33c3-a0b4-6268b5dde99b> /Users/USER/*/libtorch_cpu.dylib
0x19dbe7000 - 0x19dc2efff libdispatch.dylib (*) <40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe> /usr/lib/system/libdispatch.dylib
0x10229c000 - 0x103097fff libtorch_python.dylib (*) <38847fa8-32db-3a93-b0e9-3c2a7c58be47> /Users/USER/*/libtorch_python.dylib
0x1007a4000 - 0x100a77fff org.python.python (3.10.9, (c) 2001-2021 Python Software Foundation.) <7c18802e-ead0-3e78-8751-3d02b79f79e8> /opt/homebrew/*/Python.framework/Versions/3.10/Python
0x19da42000 - 0x19dacc4bf dyld (*) <de46dd52-4994-3fd8-b4b4-e352a1a19354> /usr/lib/dyld
0x104d04000 - 0x1060dbfff libopenblas64_.0.dylib (*) <3dd132fc-be72-33cc-baf0-4c7df2669307> /Users/USER/*/libopenblas64_.0.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.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Kernel Alloc Once 32K 1
MALLOC 227.2M 38
MALLOC guard page 96K 5
MALLOC_MEDIUM (reserved) 360.0M 3 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 160K 10
Stack 20.8M 10
VM_ALLOCATE 146.0M 54
VM_ALLOCATE (reserved) 160.0M 2 reserved VM address space (unallocated)
__AUTH 532K 102
__AUTH_CONST 8270K 233
__DATA 4871K 282
__DATA_CONST 13.1M 292
__DATA_DIRTY 458K 89
__FONT_DATA 2352 1
__LINKEDIT 834.8M 62
__OBJC_CONST 663K 81
__OBJC_RO 65.1M 1
__OBJC_RW 1981K 1
__TEXT 323.9M 303
dyld private memory 256K 1
mapped file 38.6M 5
shared memory 624K 7
=========== ======= =======
TOTAL 2.5G 1585
TOTAL, minus reserved VM space 1.6G 1585
-----------
Full Report
-----------
{"app_name":"Python","timestamp":"2023-01-09 13:26:55.00 +0200","app_version":"3.10.9","slice_uuid":"9834d0e4-dc64-30cf-aa67-a9d30f9a039f","build_version":"3.10.9","platform":1,"bundleID":"org.python.python","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0.1 (22A400)","roots_installed":0,"name":"Python","incident_id":"8DA20E65-B142-4352-8DAC-06BD81784C7C"}
{
"uptime" : 1300000,
"procRole" : "Unspecified",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro18,3",
"coalitionID" : 219349,
"osVersion" : {
"train" : "macOS 13.0.1",
"build" : "22A400",
"releaseType" : "User"
},
"captureTime" : "2023-01-09 13:26:55.3541 +0200",
"incident" : "8DA20E65-B142-4352-8DAC-06BD81784C7C",
"pid" : 97970,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-01-09 13:26:54.6513 +0200",
"procStartAbsTime" : 31352614315309,
"procExitAbsTime" : 31352630560056,
"procName" : "Python",
"procPath" : "\/opt\/homebrew\/*\/Python.framework\/Versions\/3.10\/Resources\/Python.app\/Contents\/MacOS\/Python",
"bundleInfo" : {"CFBundleShortVersionString":"3.10.9","CFBundleVersion":"3.10.9","CFBundleIdentifier":"org.python.python"},
"storeInfo" : {"deviceIdentifierForVendor":"4B3796C6-3BC4-5F3E-823D-ACA10DAEFD71","thirdParty":true},
"parentProc" : "zsh",
"parentPid" : 89897,
"coalitionName" : "dev.warp.Warp-Stable",
"crashReporterKey" : "16E43666-F300-FA1E-3800-4A74DB898FF0",
"responsiblePid" : 79540,
"responsibleProc" : "stable",
"wakeTime" : 6438,
"sleepWakeUUID" : "B6A0C31A-D2BB-484B-A4EC-EC54E0F3FEC0",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"ktriageinfo" : "VM - pmap_enter retried due to resource shortage\nVM - pmap_enter retried due to resource shortage\n",
"asi" : {"libsystem_c.dylib":["abort() called"]},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":20914134,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":8638155652},{"value":10},{"value":7585802735110275887},{"value":10912348954476173944},{"value":10912348955705294712},{"value":0},{"value":2},{"value":1},{"value":0},{"value":2},{"value":0},{"value":328},{"value":8559020456},{"value":0},{"value":6},{"value":8476910848,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8476911072,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":105553134018528},{"value":105553179129584},{"value":105553134018536},{"value":105553174314016},{"value":8}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6943087852},"cpsr":{"value":1073745920},"fp":{"value":6168106288},"sp":{"value":6168106256},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6942863908,"matchesCrashFrame":1},"far":{"value":9509486608}},"queue":"cache queue","frames":[{"imageOffset":37412,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":27884,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":1},{"imageOffset":496328,"symbol":"abort","symbolLocation":180,"imageIndex":2},{"imageOffset":8072200,"imageIndex":3},{"imageOffset":8071720,"imageIndex":3},{"imageOffset":5156204,"imageIndex":3},{"imageOffset":1011896,"imageIndex":3},{"imageOffset":1011220,"imageIndex":3},{"imageOffset":155484,"imageIndex":3},{"imageOffset":154208,"imageIndex":3},{"imageOffset":1014600,"imageIndex":3},{"imageOffset":1014920,"imageIndex":3},{"imageOffset":73723144,"symbol":"invocation function for block in at::native::structured_topk_out_mps::impl(at::Tensor const&, long long, long long, bool, bool, at::Tensor const&, at::Tensor const&)","symbolLocation":304,"imageIndex":4},{"imageOffset":73115892,"symbol":"invocation function for block in at::native::mps::MPSGraphCache::CreateCachedGraph(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, at::native::mps::MPSCachedGraph* () block_pointer, void*)","symbolLocation":216,"imageIndex":4},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":5},{"imageOffset":80540,"symbol":"_dispatch_lane_barrier_sync_invoke_and_complete","symbolLocation":56,"imageIndex":5},{"imageOffset":73048456,"symbol":"at::native::mps::MPSGraphCache::CreateCachedGraph(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, at::native::mps::MPSCachedGraph* () block_pointer, void*)","symbolLocation":168,"imageIndex":4},{"imageOffset":73721052,"symbol":"at::native::structured_topk_out_mps::impl(at::Tensor const&, long long, long long, bool, bool, at::Tensor const&, at::Tensor const&)","symbolLocation":1512,"imageIndex":4},{"imageOffset":31541136,"symbol":"at::(anonymous namespace)::wrapper_MPS_topk(at::Tensor const&, long long, long long, bool, bool)","symbolLocation":168,"imageIndex":4},{"imageOffset":45736896,"symbol":"c10::impl::wrap_kernel_functor_unboxed_<c10::impl::detail::WrapFunctionIntoFunctor_<c10::CompileTimeFunctionPointer<std::__1::tuple<at::Tensor, at::Tensor> (c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool), &(torch::autograd::VariableType::(anonymous namespace)::topk(c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool))>, std::__1::tuple<at::Tensor, at::Tensor>, c10::guts::typelist::typelist<c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool> >, std::__1::tuple<at::Tensor, at::Tensor> (c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool)>::call(c10::OperatorKernel*, c10::DispatchKeySet, at::Tensor const&, long long, long long, bool, bool)","symbolLocation":1220,"imageIndex":4},{"imageOffset":15450724,"symbol":"at::_ops::topk::call(at::Tensor const&, long long, long long, bool, bool)","symbolLocation":304,"imageIndex":4},{"imageOffset":2279304,"symbol":"torch::autograd::THPVariable_topk(_object*, _object*, _object*)","symbolLocation":468,"imageIndex":6},{"imageOffset":484232,"symbol":"method_vectorcall_VARARGS_KEYWORDS","symbolLocation":156,"imageIndex":7},{"imageOffset":1453308,"symbol":"call_function","symbolLocation":128,"imageIndex":7},{"imageOffset":1442956,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":42556,"imageIndex":7},{"imageOffset":1395696,"symbol":"_PyEval_Vector","symbolLocation":376,"imageIndex":7},{"imageOffset":1395300,"symbol":"PyEval_EvalCode","symbolLocation":104,"imageIndex":7},{"imageOffset":1765640,"symbol":"run_eval_code_obj","symbolLocation":84,"imageIndex":7},{"imageOffset":1765484,"symbol":"run_mod","symbolLocation":112,"imageIndex":7},{"imageOffset":1764608,"symbol":"pyrun_file","symbolLocation":148,"imageIndex":7},{"imageOffset":1762868,"symbol":"_PyRun_SimpleFileObject","symbolLocation":268,"imageIndex":7},{"imageOffset":1760376,"symbol":"_PyRun_AnyFileObject","symbolLocation":232,"imageIndex":7},{"imageOffset":1903888,"symbol":"pymain_run_file_obj","symbolLocation":220,"imageIndex":7},{"imageOffset":1901664,"symbol":"pymain_run_file","symbolLocation":72,"imageIndex":7},{"imageOffset":1899760,"symbol":"Py_RunMain","symbolLocation":872,"imageIndex":7},{"imageOffset":1904876,"symbol":"Py_BytesMain","symbolLocation":40,"imageIndex":7},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":8}]},{"id":20914136,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914137,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914138,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914139,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914140,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914141,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914142,"frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":1},{"imageOffset":1475476,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":9},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":20914146,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":20914147,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64e",
"base" : 6942826496,
"size" : 233468,
"uuid" : "6d6644d3-3db3-34c4-b1e3-c675ec5360f0",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6943059968,
"size" : 53244,
"uuid" : "886caca0-5762-3640-8db2-3fa3b911c062",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6941777920,
"size" : 528372,
"uuid" : "a3869999-0792-3e09-b3fb-5e87ae4639be",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 8634032128,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.MetalPerformanceShadersGraph",
"size" : 11542528,
"uuid" : "c2c9a4df-91ca-31e0-b20f-62fc91acefb7",
"path" : "\/System\/Library\/Frameworks\/MetalPerformanceShadersGraph.framework\/Versions\/A\/MetalPerformanceShadersGraph",
"name" : "MetalPerformanceShadersGraph",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4518461440,
"size" : 98795520,
"uuid" : "10dc5bcc-da1e-33c3-a0b4-6268b5dde99b",
"path" : "\/Users\/USER\/*\/libtorch_cpu.dylib",
"name" : "libtorch_cpu.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6941470720,
"size" : 294912,
"uuid" : "40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4331257856,
"size" : 14663680,
"uuid" : "38847fa8-32db-3a93-b0e9-3c2a7c58be47",
"path" : "\/Users\/USER\/*\/libtorch_python.dylib",
"name" : "libtorch_python.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4302979072,
"CFBundleShortVersionString" : "3.10.9, (c) 2001-2021 Python Software Foundation.",
"CFBundleIdentifier" : "org.python.python",
"size" : 2965504,
"uuid" : "7c18802e-ead0-3e78-8751-3d02b79f79e8",
"path" : "\/opt\/homebrew\/*\/Python.framework\/Versions\/3.10\/Python",
"name" : "Python",
"CFBundleVersion" : "3.10.9"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6939746304,
"size" : 566464,
"uuid" : "de46dd52-4994-3fd8-b4b4-e352a1a19354",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4375724032,
"size" : 20807680,
"uuid" : "3dd132fc-be72-33cc-baf0-4c7df2669307",
"path" : "\/Users\/USER\/*\/libopenblas64_.0.dylib",
"name" : "libopenblas64_.0.dylib"
}
],
"sharedCache" : {
"base" : 6939099136,
"size" : 3403612160,
"uuid" : "2d053604-1cb6-3821-a8df-360eb2eb519b"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nKernel Alloc Once 32K 1 \nMALLOC 227.2M 38 \nMALLOC guard page 96K 5 \nMALLOC_MEDIUM (reserved) 360.0M 3 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 160K 10 \nStack 20.8M 10 \nVM_ALLOCATE 146.0M 54 \nVM_ALLOCATE (reserved) 160.0M 2 reserved VM address space (unallocated)\n__AUTH 532K 102 \n__AUTH_CONST 8270K 233 \n__DATA 4871K 282 \n__DATA_CONST 13.1M 292 \n__DATA_DIRTY 458K 89 \n__FONT_DATA 2352 1 \n__LINKEDIT 834.8M 62 \n__OBJC_CONST 663K 81 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1981K 1 \n__TEXT 323.9M 303 \ndyld private memory 256K 1 \nmapped file 38.6M 5 \nshared memory 624K 7 \n=========== ======= ======= \nTOTAL 2.5G 1585 \nTOTAL, minus reserved VM space 1.6G 1585 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "cache queue"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "610d52e1fc54bc3389840408",
"factorPackIds" : {
"SIRI_UNDERSTANDING_ASR_ASSISTANT" : "63991e453127f3672e31ca83",
"SIRI_UNDERSTANDING_MORPHUN" : "62ec7220c682040ba94e6a20"
},
"deploymentId" : 240000570
},
{
"rolloutId" : "60f8ddccefea4203d95cbeef",
"factorPackIds" : {
},
"deploymentId" : 240000021
}
],
"experiments" : [
]
}
}
Model: MacBookPro18,3, BootROM 8419.41.10, proc 8:6:2 processors, 16 GB, SMC
Graphics: Apple M1 Pro, Apple M1 Pro, Built-In
Display: DELL U2715H, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online
Memory Module: LPDDR5, Samsung
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 3 2022 02:35:52 version 20.10.965.9.8.7.129 FWID 01-b0e84a9b
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB 2.0 BILLBOARD
USB Device: USB31Bus
Thunderbolt Bus: Laptop, Apple Inc.
Thunderbolt Bus: Laptop, Apple Inc.
Thunderbolt Bus: Laptop, Apple Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment