-
Notifications
You must be signed in to change notification settings - Fork 910
Bugfix/crash dump log on fatal logs #8667
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
Conversation
originally using qFatal or qCFatal should have written a crash dump log file bring it back and ensure the crash would happen via the default Qt log message handler Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
no need to carry some hack when we can use the same standard and cross platform feature directly from Qt code Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
ec67fe0 to
88f1fe1
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-8667.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
|
/backport to stable-3.17 |
|
/backport to stable-3.17 |
|
The backport to # Switch to the target branch and update it
git checkout stable-3.17
git pull origin stable-3.17
# Create the new backport branch
git checkout -b backport/8667/stable-3.17
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a4263b73 7774f575 88f1fe1a
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/8667/stable-3.17Error: Failed to check for changes with origin/stable-3.17: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |




No description provided.