clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

segfault when trying to repair flatpak #1794

Open lavacano opened 4 years ago

lavacano commented 4 years ago

seg fault seemingly around 15155 remotes = ostree_repo_remote_list (repo, NULL); I created /etc/flatpak/remotes.d issue $ flatpak repair as unpriveleged user gdb strace

ahkok commented 4 years ago

If you look in the strace output, you see there's an error printed about permissions. Running under sudo may fix the problem here. It would be good to report this upstream?