flathub / com.jetbrains.IntelliJ-IDEA-Ultimate

https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate
15 stars 8 forks source link

free(): invalid pointer #137

Closed tunix closed 1 year ago

tunix commented 1 year ago

When I try to do git pull, I started to see free(): invalid pointer error:

sh-5.1$ git pull
[973 preload-host-spawn-strategy] Warning: waitpid override ignores groups
free(): invalid pointer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[973 preload-host-spawn-strategy] Warning: waitpid override ignores groups

This started after the last update:

$ flatpak info com.jetbrains.IntelliJ-IDEA-Ultimate

IntelliJ IDEA Ultimate - Capable and Ergonomic Java IDE for Enterprise, Web and
Mobile Development

        Kimlik: com.jetbrains.IntelliJ-IDEA-Ultimate
           Ref: app/com.jetbrains.IntelliJ-IDEA-Ultimate/x86_64/stable
        Mimari: x86_64
           Dal: stable
         Sürüm: 2023.1
        Lisans: LicenseRef-proprietary
         Köken: flathub
    Koleksiyon: org.flathub.Stable
       Kurulum: user
        Kurulu: 6,4 MB
Çalışma ortamı: org.freedesktop.Sdk/x86_64/22.08
           Sdk: org.freedesktop.Sdk/x86_64/22.08

        İşleme: 104427e7c3e296a7f8172f5faae9e56376c043a3aecee453fbc22c5c2bc4d249
           Üst: eacc57e876ab7efd4a1ff88908c2df0559b0c6b9a58e8f1cbefa354eb84a9062
          Konu: Integrate flatpak-wrapper and plug zypak on entrypoint (1098e8fa)
         Tarih: 2023-04-19 01:59:58 +0000
x80486 commented 1 year ago

Let me check what's going on here. The only change so far was the introduction of zypak to avoid some issues that were reported, but then I think this is causing this issue :man_shrugging:

x80486 commented 1 year ago

Removed zypak-wrapper to avoid this behavior.