Python mutex.cc Lock -ProblemPython

Python-Programme
Anonymous
 Python mutex.cc Lock -Problem

Post by Anonymous »

Ich habe ein Python -Programm, das in einer Bibliotheksanruf auf diese Nachricht hängt: < /p>

Code: Select all

[mutex.cc : 452] RAW: Lock blocking 0x6000009e1158   @
Ich habe das Programm mit Trace gestartet, um zu sehen, was los ist, und ich bekomme (viele):

Code: Select all

(668): (670): (676):  --- modulename: _bootstrap, funcname: module_from_spec
(569): (570): (573):  --- modulename: _bootstrap_external, funcname: create_module
(1233): (1234): (1233):  --- modulename: _bootstrap, funcname: _call_with_frames_removed
< /code>
In der Tat sind das die 3 letzten Zeilen vor der Mutex -Nachricht. < /p>
Was bedeuten diese Zeilen? Ist das ein Hinweis auf das Mutex -Problem? < /P>
Ich bin auf dem neuesten MacOS mit Python 3.11.13. Die Shell ist ZSH 
. Das Programm wird mit Python3 -m Trace --Trace myscript.py .

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post