Skip to content
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

Fix segmentation fault #169

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Conversation

yegorich
Copy link
Contributor

Check not only length but also whether backup_uuid or backup_parent_uuid objects are null.

Such a situation occurs when running 'src/timeshift --list' on a system without an initial timeshift installation i.e. just compiled from source.

Check not only length but also whether backup_uuid or backup_parent_uuid
objects are null.

Such a situation occurs when running 'src/timeshift --list' on a system
without an initial timeshift installation i.e. just compiled from
source.
@mtwebster mtwebster merged commit 382c163 into linuxmint:master Apr 13, 2023
@yegorich yegorich deleted the fix-segmentation-fault branch April 13, 2023 18:24
@LinuxOnTheDesktop
Copy link

@yegorich

Any chance that you could do something towards fixing the segmentation faults that persist? Please see #278; #352 (and #53?).

@yegorich
Copy link
Contributor Author

@LinuxOnTheDesktop unfortunately, I'm quite busy with other projects and not actively using timeshift. This segmentation fault was caused by the missing configuration file.

For further debugging of #278 and #352, I'd suggest invoking timeshift via strace. This could reveal the reason for the segmentation fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants