rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 286 forks source link

RQ worker crashes on macOS Ventura 13.2.1 #574

Closed Clivern closed 1 year ago

Clivern commented 1 year ago

Hi there,

Any idea why django-rq breaks like this. here is the crash report if async task does http request using requests

import requests

from django_rq import job

@job
def run(task_id):
    response = requests.get('https://www.example.com')
    return
$ sw_vers
ProductName:        macOS
ProductVersion:     13.2.1
BuildVersion:       22D68
$ python --version
Python 3.9.16
21:45:33 default: app.tasks.do.run(20) (e18df566-4d9f-40c0-baf2-1f7d6fd20f99)
objc[42390]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[42390]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
21:45:36 Moving job to FailedJobRegistry (Work-horse terminated unexpectedly; waitpid returned 6 (signal 6); )
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Python [42390]
Path:                  /usr/local/Cellar/python@3.9/3.9.16/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
Identifier:            org.python.python
Version:               3.9.16 (3.9.16)
Code Type:             X86-64 (Native)
Parent Process:        Python [42374]
Responsible:           iTerm2 [11234]
User ID:               501

Date/Time:             2023-02-28 22:45:35.8295 +0100
OS Version:            macOS 13.2.1 (22D68)
Report Version:        12
Bridge OS Version:     7.2 (20P3045)
Anonymous UUID:        7511DB6E-B17A-AE4D-A88E-9A0E3A8FBF0B

Time Awake Since Boot: 38000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace OBJC, Code 1 

Application Specific Information:
crashed on child side of fork pre-exec

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib              0x7ff80d2d3aa2 __abort_with_payload + 10
1   libsystem_kernel.dylib              0x7ff80d2f18b2 abort_with_payload_wrapper_internal + 82
2   libsystem_kernel.dylib              0x7ff80d2f1860 abort_with_reason + 19
3   libobjc.A.dylib                     0x7ff80cfbb68b _objc_fatalv(unsigned long long, unsigned long long, char const*, __va_list_tag*) + 114
4   libobjc.A.dylib                     0x7ff80cfbb619 _objc_fatal(char const*, ...) + 138
5   libobjc.A.dylib                     0x7ff80cfb01a9 performForkChildInitialize(objc_class*, objc_class*) + 299
6   libobjc.A.dylib                     0x7ff80cf9b9e2 initializeNonMetaClass + 546
7   libobjc.A.dylib                     0x7ff80cfb132a initializeAndMaybeRelock(objc_class*, objc_object*, locker_mixin<lockdebug::lock_mixin<objc_lock_base_t> >&, bool) + 232
8   libobjc.A.dylib                     0x7ff80cf9b38f lookUpImpOrForward + 1087
9   libobjc.A.dylib                     0x7ff80cf9a99b _objc_msgSend_uncached + 75
10  CoreFoundation                      0x7ff80d3987b9 _CFStringGetFormatSpecifierConfiguration + 25
11  CoreFoundation                      0x7ff80d393bac __CFStringAppendFormatCore + 175
12  CoreFoundation                      0x7ff80d4c6d83 _CFStringCreateWithFormatAndArgumentsReturningMetadata + 169
13  CoreFoundation                      0x7ff80d3daabb CFStringCreateWithFormatAndArguments + 146
14  CoreFoundation                      0x7ff80d393aab CFStringCreateWithFormat + 128
15  CoreFoundation                      0x7ff80d52b32b -[_CFXPreferences withManagedSourceForIdentifier:user:perform:] + 113
16  CoreFoundation                      0x7ff80d393a0b -[CFPrefsSearchListSource addManagedSourceForIdentifier:user:] + 98
17  CoreFoundation                      0x7ff80d4fc9d8 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke.160 + 250
18  CoreFoundation                      0x7ff80d4fc6cd -[_CFXPreferences withSearchLists:] + 60
19  CoreFoundation                      0x7ff80d3937e5 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 279
20  CoreFoundation                      0x7ff80d4fc85e -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 374
21  CoreFoundation                      0x7ff80d393179 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 137
22  CoreFoundation                      0x7ff80d3930ae _CFPreferencesCopyAppValueWithContainerAndConfiguration + 101
23  SystemConfiguration                 0x7ff80dece96b SCDynamicStoreCopyProxiesWithOptions + 155
24  _scproxy.cpython-39-darwin.so          0x10bb189cf get_proxy_settings + 32
25  Python                                 0x10a1f5c30 cfunction_vectorcall_NOARGS + 97
26  Python                                 0x10a29fe24 call_function + 168
27  Python                                 0x10a297d72 _PyEval_EvalFrameDefault + 19189
28  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
29  Python                                 0x10a29fe24 call_function + 168
30  Python                                 0x10a297d72 _PyEval_EvalFrameDefault + 19189
31  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
32  Python                                 0x10a29fe24 call_function + 168
33  Python                                 0x10a297d72 _PyEval_EvalFrameDefault + 19189
34  Python                                 0x10a2920fc _PyEval_EvalCode + 398
35  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
36  Python                                 0x10a29fe24 call_function + 168
37  Python                                 0x10a297e21 _PyEval_EvalFrameDefault + 19364
38  Python                                 0x10a2920fc _PyEval_EvalCode + 398
39  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
40  Python                                 0x10a29fe24 call_function + 168
41  Python                                 0x10a297e21 _PyEval_EvalFrameDefault + 19364
42  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
43  Python                                 0x10a29fe24 call_function + 168
44  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
45  Python                                 0x10a2920fc _PyEval_EvalCode + 398
46  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
47  Python                                 0x10a1acefb method_vectorcall + 160
48  Python                                 0x10a1a9fd1 PyVectorcall_Call + 164
49  Python                                 0x10a293e39 _PyEval_EvalFrameDefault + 3004
50  Python                                 0x10a2920fc _PyEval_EvalCode + 398
51  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
52  Python                                 0x10a1a9fd1 PyVectorcall_Call + 164
53  Python                                 0x10a293e39 _PyEval_EvalFrameDefault + 3004
54  Python                                 0x10a2920fc _PyEval_EvalCode + 398
55  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
56  Python                                 0x10a29fe24 call_function + 168
57  Python                                 0x10a297e21 _PyEval_EvalFrameDefault + 19364
58  Python                                 0x10a2920fc _PyEval_EvalCode + 398
59  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
60  Python                                 0x10a1acefb method_vectorcall + 160
61  Python                                 0x10a29fe24 call_function + 168
62  Python                                 0x10a297e21 _PyEval_EvalFrameDefault + 19364
63  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
64  Python                                 0x10a293e39 _PyEval_EvalFrameDefault + 3004
65  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
66  Python                                 0x10a29fe24 call_function + 168
67  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
68  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
69  Python                                 0x10a29fe24 call_function + 168
70  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
71  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
72  Python                                 0x10a29fe24 call_function + 168
73  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
74  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
75  Python                                 0x10a29fe24 call_function + 168
76  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
77  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
78  Python                                 0x10a29fe24 call_function + 168
79  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
80  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
81  Python                                 0x10a29fe24 call_function + 168
82  Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
83  Python                                 0x10a2920fc _PyEval_EvalCode + 398
84  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
85  Python                                 0x10a1acefb method_vectorcall + 160
86  Python                                 0x10a29fe24 call_function + 168
87  Python                                 0x10a297e21 _PyEval_EvalFrameDefault + 19364
88  Python                                 0x10a2920fc _PyEval_EvalCode + 398
89  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
90  Python                                 0x10a1acefb method_vectorcall + 160
91  Python                                 0x10a1a9fd1 PyVectorcall_Call + 164
92  Python                                 0x10a293e39 _PyEval_EvalFrameDefault + 3004
93  Python                                 0x10a2920fc _PyEval_EvalCode + 398
94  Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
95  Python                                 0x10a1acefb method_vectorcall + 160
96  Python                                 0x10a1a9fd1 PyVectorcall_Call + 164
97  Python                                 0x10a293e39 _PyEval_EvalFrameDefault + 3004
98  Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
99  Python                                 0x10a29fe24 call_function + 168
100 Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
101 Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
102 Python                                 0x10a29fe24 call_function + 168
103 Python                                 0x10a298730 _PyEval_EvalFrameDefault + 21683
104 Python                                 0x10a2920fc _PyEval_EvalCode + 398
105 Python                                 0x10a1aa3dc _PyFunction_Vectorcall + 413
106 Python                                 0x10a29fe24 call_function + 168
107 Python                                 0x10a297d72 _PyEval_EvalFrameDefault + 19189
108 Python                                 0x10a1aa300 _PyFunction_Vectorcall + 193
109 Python                                 0x10a29fe24 call_function + 168
110 Python                                 0x10a297d72 _PyEval_EvalFrameDefault + 19189
111 Python                                 0x10a2920fc _PyEval_EvalCode + 398
112 Python                                 0x10a2ecf8f run_eval_code_obj + 128
113 Python                                 0x10a2ecee7 run_mod + 96
114 Python                                 0x10a2ea69e pyrun_file + 167
115 Python                                 0x10a2ea08e pyrun_simple_file + 271
116 Python                                 0x10a2e9f59 PyRun_SimpleFileExFlags + 67
117 Python                                 0x10a309a5b pymain_run_file + 326
118 Python                                 0x10a3092c9 Py_RunMain + 993
119 Python                                 0x10a30a624 Py_BytesMain + 42
120 dyld                                0x7ff80cfd5310 start + 2432

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000002000209  rbx: 0x0000000000000080  rcx: 0x00007ff7b6183998  rdx: 0x0000000000000000
  rdi: 0x0000000000000008  rsi: 0x0000000000000001  rbp: 0x00007ff7b61839e0  rsp: 0x00007ff7b6183998
   r8: 0x00007f8d19454fd0   r9: 0x0000000000000080  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x0000000000000008
  rip: 0x00007ff80d2d3aa2  rfl: 0x0000000000000246  cr2: 0x00007ff84f008780

Logical CPU:     0
Error Code:      0x02000209 
Trap Number:     133

Binary Images:
    0x7ff80d2c8000 -     0x7ff80d301ff7 libsystem_kernel.dylib (*) <87ff381c-4d30-3087-bab7-a5a53d232c00> /usr/lib/system/libsystem_kernel.dylib
    0x7ff80cf93000 -     0x7ff80cfcefd8 libobjc.A.dylib (*) <eab4b9fe-7636-3817-9e54-72c115a5493b> /usr/lib/libobjc.A.dylib
    0x7ff80d364000 -     0x7ff80d7fdfef com.apple.CoreFoundation (6.9) <c2615780-0140-315c-a455-7e03bb22d3d6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff80dec9000 -     0x7ff80df47ff7 com.apple.SystemConfiguration (1.21) <ce5ddddc-f88c-3c6d-b32b-308ef4c95740> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x10bb15000 -        0x10bb18fff _scproxy.cpython-39-darwin.so (*) <9fe5eb1b-2cb4-3371-be01-8651a45bc282> /usr/local/Cellar/python@3.9/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_scproxy.cpython-39-darwin.so
       0x10a151000 -        0x10a408fff org.python.python (3.9.16, (c) 2001-2021 Python Software Foundation.) <892c07aa-1df4-31f2-bd7b-46cd1b34ca59> /usr/local/Cellar/python@3.9/3.9.16/Frameworks/Python.framework/Versions/3.9/Python
    0x7ff80cfcf000 -     0x7ff80d063caf dyld (*) <bba77709-6cad-3592-ab03-09d0f7b8610e> /usr/lib/dyld

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=293.2M resident=0K(0%) swapped_out_or_unallocated=293.2M(100%)
Writable regions: Total=624.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=624.6M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           179.7M       37 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            256K        2         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                          4K        1 
Stack                             32.0M        2 
Stack Guard                          4K        1 
VM_ALLOCATE                       28.3M      114 
__DATA                            4157K      186 
__DATA_CONST                      6631K      143 
__DATA_DIRTY                       339K       57 
__LINKEDIT                       183.7M       48 
__OBJC_RO                         65.5M        1 
__OBJC_RW                         1989K        2 
__TEXT                           109.5M      198 
dyld private memory                256K        1 
shared memory                       20K        3 
===========                     =======  ======= 
TOTAL                            996.2M      803 
TOTAL, minus reserved VM space   611.9M      803 

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

{"app_name":"Python","timestamp":"2023-02-28 22:45:35.00 +0100","app_version":"3.9.16","slice_uuid":"30d9b129-692a-390a-9ed6-39d397bb08c9","build_version":"3.9.16","platform":1,"bundleID":"org.python.python","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.2.1 (22D68)","roots_installed":0,"name":"Python","incident_id":"9E518509-C463-4DA1-844E-A8CC4A0539AC"}
{
  "uptime" : 38000,
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro16,1",
  "coalitionID" : 1085,
  "osVersion" : {
    "train" : "macOS 13.2.1",
    "build" : "22D68",
    "releaseType" : "User"
  },
  "captureTime" : "2023-02-28 22:45:35.8295 +0100",
  "incident" : "9E518509-C463-4DA1-844E-A8CC4A0539AC",
  "pid" : 42390,
  "cpuType" : "X86-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2023-02-28 22:45:34.3128 +0100",
  "procStartAbsTime" : 38580417954681,
  "procExitAbsTime" : 38581934066601,
  "procName" : "Python",
  "procPath" : "\/usr\/local\/Cellar\/python@3.9\/3.9.16\/Frameworks\/Python.framework\/Versions\/3.9\/Resources\/Python.app\/Contents\/MacOS\/Python",
  "bundleInfo" : {"CFBundleShortVersionString":"3.9.16","CFBundleVersion":"3.9.16","CFBundleIdentifier":"org.python.python"},
  "storeInfo" : {"deviceIdentifierForVendor":"E7430041-28C0-5687-9F66-4A5D4F3F9DC8","thirdParty":true},
  "parentProc" : "Python",
  "parentPid" : 42374,
  "coalitionName" : "com.googlecode.iterm2",
  "crashReporterKey" : "7511DB6E-B17A-AE4D-A88E-9A0E3A8FBF0B",
  "responsiblePid" : 11234,
  "responsibleProc" : "iTerm2",
  "bridgeVersion" : {"build":"20P3045","train":"7.2"},
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"namespace":"OBJC","flags":646,"code":1},
  "asi" : {"libsystem_c.dylib":["crashed on child side of fork pre-exec"]},
  "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":626932,"threadState":{"r13":{"value":0},"rax":{"value":33554953},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":1},"rsi":{"value":1},"r8":{"value":140243991089104},"cr2":{"value":140704454051712},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":128},"r15":{"value":8},"rbx":{"value":128},"trap":{"value":133},"err":{"value":33554953},"r11":{"value":582},"rip":{"value":140703349684898,"matchesCrashFrame":1},"rbp":{"value":140701888690656},"rsp":{"value":140701888690584},"r12":{"value":0},"rcx":{"value":140701888690584},"flavor":"x86_THREAD_STATE","rdi":{"value":8}},"queue":"com.apple.main-thread","frames":[{"imageOffset":47778,"symbol":"__abort_with_payload","symbolLocation":10,"imageIndex":0},{"imageOffset":170162,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":170080,"symbol":"abort_with_reason","symbolLocation":19,"imageIndex":0},{"imageOffset":165515,"symbol":"_objc_fatalv(unsigned long long, unsigned long long, char const*, __va_list_tag*)","symbolLocation":114,"imageIndex":1},{"imageOffset":165401,"symbol":"_objc_fatal(char const*, ...)","symbolLocation":138,"imageIndex":1},{"imageOffset":119209,"symbol":"performForkChildInitialize(objc_class*, objc_class*)","symbolLocation":299,"imageIndex":1},{"imageOffset":35298,"symbol":"initializeNonMetaClass","symbolLocation":546,"imageIndex":1},{"imageOffset":123690,"symbol":"initializeAndMaybeRelock(objc_class*, objc_object*, locker_mixin<lockdebug::lock_mixin<objc_lock_base_t> >&, bool)","symbolLocation":232,"imageIndex":1},{"imageOffset":33679,"symbol":"lookUpImpOrForward","symbolLocation":1087,"imageIndex":1},{"imageOffset":31131,"symbol":"_objc_msgSend_uncached","symbolLocation":75,"imageIndex":1},{"imageOffset":214969,"symbol":"_CFStringGetFormatSpecifierConfiguration","symbolLocation":25,"imageIndex":2},{"imageOffset":195500,"symbol":"__CFStringAppendFormatCore","symbolLocation":175,"imageIndex":2},{"imageOffset":1453443,"symbol":"_CFStringCreateWithFormatAndArgumentsReturningMetadata","symbolLocation":169,"imageIndex":2},{"imageOffset":486075,"symbol":"CFStringCreateWithFormatAndArguments","symbolLocation":146,"imageIndex":2},{"imageOffset":195243,"symbol":"CFStringCreateWithFormat","symbolLocation":128,"imageIndex":2},{"imageOffset":1864491,"symbol":"-[_CFXPreferences withManagedSourceForIdentifier:user:perform:]","symbolLocation":113,"imageIndex":2},{"imageOffset":195083,"symbol":"-[CFPrefsSearchListSource addManagedSourceForIdentifier:user:]","symbolLocation":98,"imageIndex":2},{"imageOffset":1673688,"symbol":"__108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke.160","symbolLocation":250,"imageIndex":2},{"imageOffset":1672909,"symbol":"-[_CFXPreferences withSearchLists:]","symbolLocation":60,"imageIndex":2},{"imageOffset":194533,"symbol":"__108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke","symbolLocation":279,"imageIndex":2},{"imageOffset":1673310,"symbol":"-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:]","symbolLocation":374,"imageIndex":2},{"imageOffset":192889,"symbol":"-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]","symbolLocation":137,"imageIndex":2},{"imageOffset":192686,"symbol":"_CFPreferencesCopyAppValueWithContainerAndConfiguration","symbolLocation":101,"imageIndex":2},{"imageOffset":22891,"symbol":"SCDynamicStoreCopyProxiesWithOptions","symbolLocation":155,"imageIndex":3},{"imageOffset":14799,"symbol":"get_proxy_settings","symbolLocation":32,"imageIndex":4},{"imageOffset":674864,"symbol":"cfunction_vectorcall_NOARGS","symbolLocation":97,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338738,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19189,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338738,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19189,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338738,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19189,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338913,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19364,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338913,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19364,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":376571,"symbol":"method_vectorcall","symbolLocation":160,"imageIndex":5},{"imageOffset":364497,"symbol":"PyVectorcall_Call","symbolLocation":164,"imageIndex":5},{"imageOffset":1322553,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":3004,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":364497,"symbol":"PyVectorcall_Call","symbolLocation":164,"imageIndex":5},{"imageOffset":1322553,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":3004,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338913,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19364,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":376571,"symbol":"method_vectorcall","symbolLocation":160,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338913,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19364,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1322553,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":3004,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":376571,"symbol":"method_vectorcall","symbolLocation":160,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338913,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19364,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":376571,"symbol":"method_vectorcall","symbolLocation":160,"imageIndex":5},{"imageOffset":364497,"symbol":"PyVectorcall_Call","symbolLocation":164,"imageIndex":5},{"imageOffset":1322553,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":3004,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":376571,"symbol":"method_vectorcall","symbolLocation":160,"imageIndex":5},{"imageOffset":364497,"symbol":"PyVectorcall_Call","symbolLocation":164,"imageIndex":5},{"imageOffset":1322553,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":3004,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1341232,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":21683,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":365532,"symbol":"_PyFunction_Vectorcall","symbolLocation":413,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338738,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19189,"imageIndex":5},{"imageOffset":365312,"symbol":"_PyFunction_Vectorcall","symbolLocation":193,"imageIndex":5},{"imageOffset":1371684,"symbol":"call_function","symbolLocation":168,"imageIndex":5},{"imageOffset":1338738,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":19189,"imageIndex":5},{"imageOffset":1315068,"symbol":"_PyEval_EvalCode","symbolLocation":398,"imageIndex":5},{"imageOffset":1687439,"symbol":"run_eval_code_obj","symbolLocation":128,"imageIndex":5},{"imageOffset":1687271,"symbol":"run_mod","symbolLocation":96,"imageIndex":5},{"imageOffset":1676958,"symbol":"pyrun_file","symbolLocation":167,"imageIndex":5},{"imageOffset":1675406,"symbol":"pyrun_simple_file","symbolLocation":271,"imageIndex":5},{"imageOffset":1675097,"symbol":"PyRun_SimpleFileExFlags","symbolLocation":67,"imageIndex":5},{"imageOffset":1804891,"symbol":"pymain_run_file","symbolLocation":326,"imageIndex":5},{"imageOffset":1802953,"symbol":"Py_RunMain","symbolLocation":993,"imageIndex":5},{"imageOffset":1807908,"symbol":"Py_BytesMain","symbolLocation":42,"imageIndex":5},{"imageOffset":25360,"symbol":"start","symbolLocation":2432,"imageIndex":6}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703349637120,
    "size" : 237560,
    "uuid" : "87ff381c-4d30-3087-bab7-a5a53d232c00",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703346274304,
    "size" : 245721,
    "uuid" : "eab4b9fe-7636-3817-9e54-72c115a5493b",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703350276096,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 4825072,
    "uuid" : "c2615780-0140-315c-a455-7e03bb22d3d6",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1953.300"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703362224128,
    "CFBundleShortVersionString" : "1.21",
    "CFBundleIdentifier" : "com.apple.SystemConfiguration",
    "size" : 520184,
    "uuid" : "ce5ddddc-f88c-3c6d-b32b-308ef4c95740",
    "path" : "\/System\/Library\/Frameworks\/SystemConfiguration.framework\/Versions\/A\/SystemConfiguration",
    "name" : "SystemConfiguration",
    "CFBundleVersion" : "1.21"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4491137024,
    "size" : 16384,
    "uuid" : "9fe5eb1b-2cb4-3371-be01-8651a45bc282",
    "path" : "\/usr\/local\/Cellar\/python@3.9\/3.9.16\/Frameworks\/Python.framework\/Versions\/3.9\/lib\/python3.9\/lib-dynload\/_scproxy.cpython-39-darwin.so",
    "name" : "_scproxy.cpython-39-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4464119808,
    "CFBundleShortVersionString" : "3.9.16, (c) 2001-2021 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 2850816,
    "uuid" : "892c07aa-1df4-31f2-bd7b-46cd1b34ca59",
    "path" : "\/usr\/local\/Cellar\/python@3.9\/3.9.16\/Frameworks\/Python.framework\/Versions\/3.9\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.9.16"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703346520064,
    "size" : 609456,
    "uuid" : "bba77709-6cad-3592-ab03-09d0f7b8610e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  }
],
  "sharedCache" : {
  "base" : 140703345913856,
  "size" : 21474836480,
  "uuid" : "57815a20-af2c-3b56-9006-23abde7962b0"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=293.2M resident=0K(0%) swapped_out_or_unallocated=293.2M(100%)\nWritable regions: Total=624.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=624.6M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           179.7M       37 \nMALLOC guard page                   16K        4 \nMALLOC_LARGE (reserved)            256K        2         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                          4K        1 \nStack                             32.0M        2 \nStack Guard                          4K        1 \nVM_ALLOCATE                       28.3M      114 \n__DATA                            4157K      186 \n__DATA_CONST                      6631K      143 \n__DATA_DIRTY                       339K       57 \n__LINKEDIT                       183.7M       48 \n__OBJC_RO                         65.5M        1 \n__OBJC_RW                         1989K        2 \n__TEXT                           109.5M      198 \ndyld private memory                256K        1 \nshared memory                       20K        3 \n===========                     =======  ======= \nTOTAL                            996.2M      803 \nTOTAL, minus reserved VM space   611.9M      803 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6347054113acce15305b7b82",
      "factorPackIds" : {
        "SIRI_MEMORY_SYNC_CONFIG" : "634705e78e8be655c1316a6e"
      },
      "deploymentId" : 240000005
    },
    {
      "rolloutId" : "60186475825c62000ccf5450",
      "factorPackIds" : {

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

  ]
}
}
Clivern commented 1 year ago

nvm, it is mac OS change https://stackoverflow.com/a/52230415.