-
-
Notifications
You must be signed in to change notification settings - Fork 869
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
Bug: Segmentation fault upgrading from 2.4 to 2.5 with --single-directory option against a Shared Folder #3078
Comments
@tomaskovacik So far there is no error at all illustrated, despite your console showing segfault. There has to be a crash or deeper output that you can provide to work on this issue. Please provide all verbose debug logs from your testing. |
working on it |
@tomaskovacik Please can you show the online folder structure where LOGS is located please. |
@tomaskovacik I will see if I can reproduce this which will make this easier to resolve. |
@tomaskovacik |
Please can you test the PR below to resolve your issue. First install all the require platform dependencies to build the client on your respective platforms. Please read https://github.com/abraunegg/onedrive/blob/master/docs/install.md#building-from-source---high-level-requirements and then follow correctly for your platform. Once this is done, to clone the PR to resolve your issue, you can use a script like the following:
This script will create a local folder called To run the PR, you need to run the client from the PR build directory:
To install the PR, you will need to perform When running the PR, your version should be: |
@abraunegg works perfectly! thx! |
@tomaskovacik |
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. |
Describe the bug
after upgrading to version 2.5.x, onedrive is seg faulting on 1st run when option --single-direcory is specified. Without "--single-direcory" first run finish successfully and next run is fine again with --single-direcory
Operating System Details
Client Installation Method
From Source
OneDrive Account Type
SharePoint
What is your OneDrive Application Version
onedrive v2.5.3-35-gd0354ff
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
What are all your local file system partition types
How do you use 'onedrive'
only one sharepoint folder XXX linked to onedrive business account, where files are only uploaded, then files are downloaded manually from web if required
Steps to reproduce the behaviour
use successfully 2.4 with options --sync --single-directory XXX --upload-only --no-remote-delete
upgrade to 2.5, run same command => segmentation fault
run: onedrive --sync --upload-only --no-remote-delete (everything is OK)
onedrive --sync --single-directory XXX --upload-only --no-remote-delete (from now on everything is fine)
Complete Verbose Log Output
Screenshots
Other Log Information or Details
Additional context
No response
The text was updated successfully, but these errors were encountered: