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

stack smashing after update #764

Open
bianc0niglio opened this issue May 16, 2024 · 1 comment
Open

stack smashing after update #764

bianc0niglio opened this issue May 16, 2024 · 1 comment
Labels
flatpak Flatpak-related

Comments

@bianc0niglio
Copy link

bianc0niglio commented May 16, 2024

After last update of the flatpack, cannot run gittyup anymore:

$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com.github.Murmele.Gittyup

(process:2): Gtk-WARNING **: 16:48:41.088: Locale not supported by C library.
	Using the fallback 'C' locale.
Gtk-Message: 16:48:41.088: Failed to load module "xapp-gtk3-module"
Gtk-Message: 16:48:41.088: Failed to load module "appmenu-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported
*** stack smashing detected ***: terminated
@bianc0niglio
Copy link
Author

bianc0niglio commented May 16, 2024

Rolling back to previous version, does work (even with warnings displayed in console, normally not seen when launching from menu)

$ flatpak list --app

Name                           Application ID                           Version                        Branch          Installation
[ ... ]
Gittyup Community              com.github.Murmele.Gittyup               v1.4.0                         stable          system
[ ... ]

$ flatpak remote-info --log flathub com.github.Murmele.Gittyup

Remote ‘flathub’ found in multiple installations:

   1) system
   2) user

Which do you want to use (0 to abort)? [0-2]: 1
        ID: com.github.Murmele.Gittyup
       Ref: app/com.github.Murmele.Gittyup/x86_64/stable
      Arch: x86_64
    Branch: stable
Collection: org.flathub.Stable
  Download: 31,4 MB
 Installed: 72,4 MB
   Runtime: org.kde.Platform/x86_64/5.15-23.08
       Sdk: org.kde.Sdk/x86_64/5.15-23.08

    Commit: adfe463ee26a63bdaaa0af13f71e26bf9a925d37f43b4527c7b14625ab5a08a7
    Parent: 7e1c9370a1a462478b7fac34aac11882cb62768886aa23fe4fd36fb23c17e19b
   Subject: update to release 1.4.0 (#44) (21f22a60)
      Date: 2024-05-15 22:15:19 +0000
   History: 

    Commit: 7e1c9370a1a462478b7fac34aac11882cb62768886aa23fe4fd36fb23c17e19b
   Subject: Switch git-lfs to precompiled binaries (#35) (0e5953c2)
      Date: 2023-07-10 06:28:51 +0000
[ ... ]

$ sudo flatpak update --commit=7e1c9370a1a462478b7fac34aac11882cb62768886aa23fe4fd36fb23c17e19b com.github.Murmele.Gittyup

         
Looking for updates…
Info: org.kde.Platform//5.15-21.08 is end-of-life, with reason:
   We strongly recommend moving to the latest stable version of the Platform and SDK
Info: org.freedesktop.Platform.GL.default//21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.


        ID                                   Branch          Op          Remote           Download
 1. [✓] com.github.Murmele.Gittyup           stable          u           flathub          17,9 MB / 27,8 MB

Updates complete.

$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com.github.Murmele.Gittyup

Gtk-Message: 17:01:54.149: Failed to load module "xapp-gtk3-module"
Gtk-Message: 17:01:54.149: Failed to load module "appmenu-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported

GUI appears, showing an update is available and works correctly (update not installed)

@Murmele Murmele added the flatpak Flatpak-related label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flatpak Flatpak-related
Projects
None yet
Development

No branches or pull requests

2 participants