From b7781419ceff87e67367f2f9a0c0b23523b3c7e8 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 2 Oct 2021 17:34:51 +1000 Subject: [PATCH] Update ubuntu-package-install.md Same core dump issue exists for Ubuntu 21.04 when using Ubuntu packages ... even though a newer LDC version is being used, libllvm11 remains the same which is causing the issue. Building from source, using the LDC package, no core dump occurs - thus, this is 100% a packaging process issue. --- docs/ubuntu-package-install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index 6d80e14a..5f839831 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -131,16 +131,15 @@ This issue is being tracked by: [#1274](https://github.com/abraunegg/onedrive/is Do not rely on this symbolic link for your systemd configuration to automatically start your onedrive client - refer to [Running 'onedrive' as a system service](https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#running-onedrive-as-a-system-service) on how to configure this correctly. -### 2. On Ubuntu 20.04 the client will segfault | core-dump when exiting +### 2. The client will segfault | core-dump when exiting When the client is being run in `--monitor` mode manually, or when using the systemd service, the client will segfault on exit. -This issue is caused by the way the Ubuntu packages are built, because of using the Ubuntu LDC package `ldc-1:1.20.1-1` which is the root cause. Refer to: https://bugs.launchpad.net/ubuntu/+source/ldc/+bug/1895969 +This issue is caused by the way the Ubuntu 'onedrive' packages are built using the Ubuntu LDC package & compiler options which is the root cause for this issue. Refer to: https://bugs.launchpad.net/ubuntu/+source/ldc/+bug/1895969 **Additional references:** * https://github.com/abraunegg/onedrive/issues/1053 * https://github.com/abraunegg/onedrive/issues/1609 **Resolution Options:** -* Upgrade to Ubuntu 20.10 or Ubuntu 21.x * Uninstall the package and build client from source