-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Flow server dies after couple of minutes #7005
Comments
Same here. |
Do you happen to be file syncing service like iCloud or dropbox? I was able to resolve issue once I disabled that. |
I believe this is caused by a change in OSX, with dmesg now requiring root.
I am guessing somewhere flow or a dependency is calling dmesg and failing. This line is the only mention of dmesg in the src, so might be it: line 522 of src/monitor/flowServerMonitorServer.ml: There are some security concerns with non-root use of dmesg, which is I presume why Apple disabled it. https://googleprojectzero.blogspot.com/2018/09/a-cache-invalidation-bug-in-linux.html |
Any solution to this issue? |
After seeing the same error for
looking in the log folder linked by the
doing an Based on @crotwell's post I figured this was a system problem. Adding
to my |
The original issue doesn't produce much info for repro, and the issue is likely fixed. |
Hi. When I try to run
yarn flow
in our project it have difficulties to start (it needs 3-5 attempts to start correctly), and even if it does it's going dead after checking files, so with each next check I have to wait for server to start again (and maybe fail again as well).Also, sometimes if it launches correctly, it shows errors within dependencies from
node_modules
despite the fact that there are excluded in.flowconfig
file.Other people working in project don't have same issues, so it's definitely not an issue with codebase or
.flowconfig
.flow-bin
orglow
are not installed globally.Logs from failed run:
Content of
/private/tmp/flow
:Log:
Monitor:
(Both logs indicate that
flowconfig
changed, but as I've mentioned, everyone else who's working on the project don't have those issues.)Another thing is that sometimes
flow
creates a directory named Flow inside/Users/Library
.Edit: I've already read flow/flow-for-vscode#224, flow/flow-bin#104, #5620, #390, flow/flow-bin#135, #1428, #6025, flow/flow-bin#133, flow/flow-bin#98, #6424, #6171.
No success :(
The text was updated successfully, but these errors were encountered: