-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
monitoring mode change in behaviours #1072
Comments
What older client version did you not see this behavior in? That will be helpful to traceback where this potential regression has come from. Will spend some time looking into this tomorrow as I cannot do this tonight.
A core file seems to be created when using LDC 1.20.1 package, see #1053 for that issue. On checking the Alpine Docker build logs we have this:
Thus - same compiler version - thus most likely the same issue when the application is ^C or exits, segfaults. I cannot do anything about that particular issue unfortunately.
You can add that to your own configuration, sure :) |
Thankyou for you fast response I was not to worried about the core file as it in docker and it can handle the restarting and stuff. I was not expecting the core file to be written to OneDrive, but is suspect this is by design (is as good as anywhere) so it not a real issue and I can add it to skip_file. thanks again |
I have been able to replicate this scenario, please can you test the following PR:
When running the PR version, your client version should be: |
Flagging this as a regression as this issue only impacts |
Tested the PR using docker and it work now as expected. thanks for the very quick fix |
@nrandon |
HI I thought thus was fixed but I found another case of the bug that is not working. Reproducer is as follows:
Expected outcome: All new content delete. Sorry for not finding this sooner but my network connection when down again and i was left in this state. OneDrive client is at: v2.4.5-23-ga3a2726 |
@abraunegg I can open as a new bug is you require ? |
New issue please |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Report Details
Step to Reproduce:
Old behaviour 'test.txt' file was deleted as expected (check with older client)
This problem was discovered as I had an internet outage and OneDrive client reported a 504 (gateway timeout) and then crashed (docker restarted the application). The delete of a local file accrued during the Docker re-start (OneDrive offline) and an inconsistency like above was created.
Also it was observed that during the restart/crash a 'core' file was produced from OneDrive client and uploaded. Can core file be added to the default skip_file ? (I am not worried the core was produced as it not related to the issue directly as you can see for the reproducer)
Application and Operating System Details:
onedrive --display-config
:The text was updated successfully, but these errors were encountered: