- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
latest insiders build crashes my system #6510
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
Comments
Maybe this helps: I just ran a test by limiting the memory docker can use.
The CPU fan blew for a while, and in
|
I rolled back to commit 055bf86, cleaned up the docker environment and built a new container. Now, it works properly.
Then, I went back to master again
So, it stops immediately without any message. |
Thanks for reporting! Indeed, there seems to be some problem. Note that I did an entire rewrite of the plugin to solve the open issues and prepare for more advanced features to be added, so this is definitely related. I'll investigate. |
Okay. So this is weird. It seems that on Linux (or Docker?) the address space between Python Processes is shared when using the ProcessPoolExecutor, as the child process gets the exact same instance of the
It looks like on Linux (or Docker?) the process is forked, while on macOS it is spawned. Looking at the multiprocessing context, this is indeed what is happening:
Thus, with |
Great that you found and fixed it! |
Released as part of 9.5.3+insiders-4.48.0, which also brings a brand new tags plugin! |
Context
No response
Bug description
Since I built the latest container, my laptop crashes when starting the website. The CPU fan is blowing full speed, and the system becomes unresponsive.
When I leave the machine running, then it finally ends with a console screen printing endless lines of out-of-memory error messages.
I keep looking for something on my side that is causing this, but I cannot find it.
Related links
Reproduction
multi-language-blog.zip
Steps to reproduce
Browser
Chrome
Before submitting
The text was updated successfully, but these errors were encountered: