Minder icon indicating copy to clipboard operation
Minder copied to clipboard

Crash at start, ARCH Linux: free(): invalid pointer, Aborted (memory dump written)

Open ds2k5 opened this issue 4 years ago • 3 comments

Hello, installed with: sudo pacman -S minder (Version: 1.12.0-2 )

sudo pacman -Ss minder community/minder 1.12.0-2 [installed] Mind-mapping application designed for elementary OS

when try to start: com.github.phase1geo.minder %f

got this errors:

free(): invalid pointer, Aborted (memory dump written)

How to fix this ?

ds2k5 avatar May 12 '21 05:05 ds2k5

You are going to need to install version 1.12.2 if there is a pacman package available. Otherwise, you may need to build and install from source.

phase1geo avatar May 12 '21 11:05 phase1geo

You are going to need to install version 1.12.2 if there is a pacman package available. Otherwise, you may need to build and install from source.

It doesn't work.

$ flatpak info com.github.phase1geo.minder

Minder - Create, develop and visualize your ideas

          ID: com.github.phase1geo.minder
         Ref: app/com.github.phase1geo.minder/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 1.12.2
     License: GPL-3.0+
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 102,7 MB
     Runtime: org.freedesktop.Platform/x86_64/20.08
         Sdk: org.freedesktop.Sdk/x86_64/20.08

      Commit: 7fa5175456fcd698be4f6ae081a07369fc368ce8fd058ba2807c68e6495810e3
      Parent: 2824057a06a87d1f03d33cfa7b5dacbcba858b29c438463114114ff45c92d848
     Subject: build(update): 1.12.2 (c366833d)
        Date: 2021-04-23 20:16:19 +0000
$ flatpak run com.github.phase1geo.minder
Gtk-Message: 18:39:25.551: Failed to load module "canberra-gtk-module"
Gtk-Message: 18:39:25.551: Failed to load module "canberra-gtk-module"
I/O warning : failed to load external entity "/home/il/.var/app/com.github.phase1geo.minder/data/minder/favorites.xml"
I/O warning : failed to load external entity "/home/il/.var/app/com.github.phase1geo.minder/data/minder/exports.xml"
free(): invalid pointer
$ com.github.phase1geo.minder --version
1.12.2
$ com.github.phase1geo.minder
I/O warning : failed to load external entity "/home/il/.local/share/minder/favorites.xml"
I/O warning : failed to load external entity "/home/il/.local/share/minder/exports.xml"
free(): invalid pointer
Aborted (core dumped)

il2020 avatar May 16 '21 15:05 il2020

Same here on Fedora 33 with the Flatpak release. This only occured after trying to import a .minder export from Outliner, before it was starting fine.

$ flatpak run com.github.phase1geo.minder  
I/O warning : failed to load external entity "/home/yala/.var/app/com.github.phase1geo.minder/data/minder/favorites.xml"
I/O warning : failed to load external entity "/home/yala/.var/app/com.github.phase1geo.minder/data/minder/exports.xml"
free(): invalid pointer
$ flatpak run com.github.phase1geo.minder --version
1.12.2

I'd suggest to remove the ARCH label from this issue's title, since this error does not seem to be platform dependant.


Please note this is also avoided with the downgrade to 1.12.1 as described in https://github.com/phase1geo/Minder/issues/357#issuecomment-841128437 despite it still errors with the same missing external entities, but not the invalid pointer anymore. The issue also mentions a regression after a certain commit https://github.com/phase1geo/Minder/issues/357#issuecomment-843124820.

almereyda avatar May 18 '21 16:05 almereyda