-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Memleak in AsyncHttpServer with arc/orc #16154
Comments
Can you give it a shot on the tonightly? |
Tested programs like these for months now, works for me. Which OS are you on? |
I'm using Linux, a debian based distro |
here is the video how it happens on my computer:
|
Can reproduce now. Strange but ok. |
Note: Windows is not affected, must be selector seq callback handling once again. |
narimiran
pushed a commit
that referenced
this issue
Nov 27, 2020
mildred
pushed a commit
to mildred/Nim
that referenced
this issue
Jan 11, 2021
…; will be addressed in a follow-up PR (nim-lang#16161)
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
…; will be addressed in a follow-up PR (nim-lang#16161)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im stress testing AsyncHttpServer with orc/arc, the memory keep growing till program get killed due to out of memory. Tested on 1.2.8, 1.4.0 and dev branch
Example
The text was updated successfully, but these errors were encountered: