Bluegriffon crashes on Unstable branch

When attempting to launch Bluegriffon on Unstable branch you get the following message:

Segmentation Fault (core dumped)

Output of coredumpctl info 1311:

PID: 1311 (bluegriffon)
           UID: 1000 (vm-manjaro)
           GID: 1001 (vm-manjaro)
        Signal: 11 (SEGV)
     Timestamp: Sun 2022-04-24 19:12:14 BST (15h ago)
  Command Line: bluegriffon
    Executable: /usr/lib/bluegriffon/bluegriffon
 Control Group: /user.slice/user-1000.slice/session-2.scope
          Unit: session-2.scope
         Slice: user-1000.slice
       Session: 2
     Owner UID: 1000 (vm-manjaro)
       Boot ID: 2ce958e1807b43d6adc463b4a7785af7
    Machine ID: 822ac47bcd374cafb752afea2e9c6676
      Hostname: VM-Manjaro
       Storage: /var/lib/systemd/coredump/core.bluegriffon.1000.2ce958e1807b43d>
     Disk Size: 8.6M
       Message: Process 1311 (bluegriffon) of user 1000 dumped core.

Output of coredumpctl gdb 1311 then gdb bt:

#0  0x00007fb17644534c in __pthread_kill_implementation ()
    at /usr/lib/libc.so.6
#1  0x00007fb1763f84b8 in raise () at /usr/lib/libc.so.6
#2  0x00007fb170486770 in  () at /usr/lib/bluegriffon/libxul.so
#3  0x00007fb1763f8560 in <signal handler called> () at /usr/lib/libc.so.6
#4  0x00007fb170bd4681 in  () at /usr/lib/bluegriffon/libxul.so
#5  0x00007fb170980933 in  () at /usr/lib/bluegriffon/libxul.so
#6  0x00007fb1709848a6 in  () at /usr/lib/bluegriffon/libxul.so
#7  0x00007fb17051e53e in  () at /usr/lib/bluegriffon/libxul.so
#8  0x00007fb16db4ed2d in  () at /usr/lib/bluegriffon/libxul.so
#9  0x00007fb17048b5f3 in  () at /usr/lib/bluegriffon/libxul.so
#10 0x00007fb170491c71 in  () at /usr/lib/bluegriffon/libxul.so
#11 0x00007fb170492016 in  () at /usr/lib/bluegriffon/libxul.so
#12 0x0000555cdf93a429 in  ()
#13 0x0000555cdf939ae4 in  ()
#14 0x00007fb1763e3310 in __libc_start_call_main () at /usr/lib/libc.so.6
#15 0x00007fb1763e33c1 in __libc_start_main_impl () at /usr/lib/libc.so.6
#16 0x0000555cdf939d8e in _start ()

I’ve attempted this both on my main machine and on a new VM, both have the same outcome

Upstream bug it seems

1 Like

It appears it’s going to be removed from the Arch repositories due to lack of updates and the project is basically dead. In turn I believe this will then be removed from the Manjaro repositories so this can be considered closed.

For those who still want to use BlueGriffon for now, it’s possible to download the .tar.bz2 file from bluegriffon.org and extract the files, or manually compile from the github directory.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.