Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PyQt5] Memory leak when trying to connect to a server that does not work without SSL #11

Open
tretdm opened this issue Aug 30, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tretdm
Copy link
Contributor

tretdm commented Aug 30, 2021

Strange situation however even with tracemalloc (without specifying "Only SSL/TLS"). Therefore, because of this, it is difficult for me to figure out the cause of the memory leak.
Screenshot_20210830_091616
Screenshot_20210830_103916
Screenshot_20210830_110032

UPD: I tried connect to irc.gramsk.ru:6666 server without specifying "Only SSL/TLS", there is no memory leak here.
Screenshot_20210830_110516

@tretdm tretdm added the help wanted Extra attention is needed label Aug 30, 2021
@tretdm tretdm pinned this issue Aug 30, 2021
@tretdm tretdm added the bug Something isn't working label Aug 30, 2021
@tretdm
Copy link
Contributor Author

tretdm commented Aug 30, 2021

Information about my testing:
Python 3.9.5 (2021-07-12), PyQt 5.15.4 (connection is made through a separate QThread and socket module), Qt 5.15.2, Linux 5.10.42 with PREEMPT

@tretdm tretdm unpinned this issue Aug 30, 2021
@tretdm
Copy link
Contributor Author

tretdm commented Aug 31, 2021

The trick is that, this memory leak doesn't happen on Windows.
007

@tretdm tretdm changed the title [Warning] Memory leak when trying to connect to a server that does not work without SSL [PyQt5] Memory leak when trying to connect to a server that does not work without SSL Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant