-
Notifications
You must be signed in to change notification settings - Fork 7
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
Driver doesn't start #25
Comments
May be related: |
Could not reproduce it using only a csharp driver on linux:
Will try with bblfshd in between and post back. Is there a chance you could try the above and post if that works for you, @smacker ? |
With
but with bblfsd it runs forever:
|
Could not reproduce with bblfshd either
bblfshd logs
@smacker Any chance you could enable debug logs on bblfshd and post those as well? |
logs with debug enabled:
|
@smacker this is definitely the case of requests arriving too early, before the driver has started. Although this does not explain why subsequent request do not succeed after the driver has already started on the first one.. do they? Sorry for bothering, but as soon as it's not reproducible for me it's hard to check - could you post only the last part of debug logs after 2 subsequent runs of |
There is no logs in bblfshd since the moment I start my script to the moment I stop it. Only when it stopped I see:
This behaviour is consistent no matter how many times I try. |
Could partially reproduce this on macOS
with logs
and status
Next 2 run failed in exactly the way described above
with logs, after Ctrl-C
|
Turned out to not be C#-related. See bblfsh/bblfshd#250. |
Confirmed, |
🎉 |
Still, need to figure out why it takes exactly 6 sec sometimes. But I'll close this one since it was resolved. |
I use bblfshd v2.11.4 and csharp-driver v1.2.0.
To reproduce the bug I use this simple program:
there are no logs on the server side except when I
Ctrl-C
the program:I see this processes in the container:
The text was updated successfully, but these errors were encountered: