扭曲的 connectTCP 内存泄漏?

发布于 2024-08-23 03:36:32 字数 976 浏览 4 评论 0原文

当我使用 connectTCP 时,我发现我的程序存在内存泄漏。

<class 'twisted.internet.tcp.Client'> 
   <<class 'twisted.internet.tcp.Client'> to ('10.25.76.117', 8086) at 2066c5b0>
<type 'dict'> 
   {'_tempDataBuffer': [], 'protocol': None, '_tempDataLen': 0, 'realAddress': ('10
<type 'tuple'> 
   ('10.25.76.117', 8086)
<type 'list'> 
   []
<type 'instancemethod'> 
   <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10
<type 'instancemethod'> 
   <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10
<type 'tuple'> 
   ('10.25.76.117', 8086)

gc: collectable <Client 2066c770>
gc: collectable <dict 2066e4b0>
gc: collectable <tuple 206fa1e8>
gc: collectable <list 206478c8>
gc: collectable <instancemethod 206699b8>
gc: collectable <instancemethod 2046a6e8>
gc: collectable <tuple 206fa918>

I found my program have a memory leak when I used connectTCP.

<class 'twisted.internet.tcp.Client'> 
   <<class 'twisted.internet.tcp.Client'> to ('10.25.76.117', 8086) at 2066c5b0>
<type 'dict'> 
   {'_tempDataBuffer': [], 'protocol': None, '_tempDataLen': 0, 'realAddress': ('10
<type 'tuple'> 
   ('10.25.76.117', 8086)
<type 'list'> 
   []
<type 'instancemethod'> 
   <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10
<type 'instancemethod'> 
   <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10
<type 'tuple'> 
   ('10.25.76.117', 8086)

gc: collectable <Client 2066c770>
gc: collectable <dict 2066e4b0>
gc: collectable <tuple 206fa1e8>
gc: collectable <list 206478c8>
gc: collectable <instancemethod 206699b8>
gc: collectable <instancemethod 2046a6e8>
gc: collectable <tuple 206fa918>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文