python 项目报错 Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name='<stdout>'>

Fatal Python error: _enter_buffered_busy: could not acquire lock for <_io.BufferedWriter name=''> at interpreter shutdown, possibly due to daemon threads
Python runtime state: finalizing (tstate=0x00005654c4008a40)

Current thread 0x00007fc18c8c4740 (most recent call first):

Extension modules: bson._cbson, pymongo._cmessage, _cffi_backend, MySQLdb._mysql (total: 4)

报错如上,初步怀疑是有个print stdout问题,还在分析


已经证实,由于业务原因,代码不方便贴上来,这里简单描述下我遇到这个错误的原因

我是使用paramiko库远程执行ssh命令,将返回的stdout使用python的print打印了,之前数据量小没有报错,有个数据量大的对象报错了,这个print删除掉,暂时没有看到报错了。

posted @ 2023-05-17 10:38  jasmine456  阅读(248)  评论(0编辑  收藏  举报