From 65d289d2cdf953e8d7b8e12841974c2c0d1a7ec5 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 29 Jun 2021 17:58:05 +1000 Subject: [PATCH] Update known-issues.md * Update 'Application 'stops' running without any visible reason' item with additional issues and some further debugging which can be done --- docs/known-issues.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/known-issues.md b/docs/known-issues.md index 6f245f3e..e40a9532 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -17,11 +17,13 @@ Technically, the client is 'working' correctly, as, when moving files, you are ' If the tracking of moving data to new local directories is requried, it is better to run the client in service mode (`--monitor`) rather than in standalone mode, as the 'move' of files can then be handled at the point when it occurs, so that the data is moved to the new location on OneDrive without the need to be deleted and re-uploaded. ## Application 'stops' running without any visible reason -**Issue Tracker:** [#494](https://github.com/abraunegg/onedrive/issues/494), [#753](https://github.com/abraunegg/onedrive/issues/753), [#792](https://github.com/abraunegg/onedrive/issues/792), [#884](https://github.com/abraunegg/onedrive/issues/884) +**Issue Tracker:** [#494](https://github.com/abraunegg/onedrive/issues/494), [#753](https://github.com/abraunegg/onedrive/issues/753), [#792](https://github.com/abraunegg/onedrive/issues/792), [#884](https://github.com/abraunegg/onedrive/issues/884), [#1162](https://github.com/abraunegg/onedrive/issues/1162), [#1408](https://github.com/abraunegg/onedrive/issues/1408), [#1520](https://github.com/abraunegg/onedrive/issues/1520), [#1526](https://github.com/abraunegg/onedrive/issues/1526) **Description:** -When running the client and performing an upload or download operation, the application just stops working without any reason or explanation. +When running the client and performing an upload or download operation, the application just stops working without any reason or explanation. If `echo $?` is used after the application has exited without visible reason, an error level of 141 may be provided. + +Additionally, this issue has mainly been seen when the client is operating against Microsoft's Europe Data Centre's. **Explanation:**