You are not logged in.

#1 2019-05-25 21:57:23

inr4
Member
Registered: 2019-05-25
Posts: 2

Geany Crash

I had Geany-git installed and I decided to replace it with Geany. After installing Geany, now a lot of the functionality is broken. Saving does not work. So do certain functions like reload, undo, and toggling comments, etc. It get this error on load:
(geany:1223): Geany-CRITICAL **: 14:48:19.496: document_grab_focus: assertion 'doc != NULL' failed
a similar one if I try "Reload":
(geany:1223): Geany-CRITICAL **: 14:53:32.244: on_toolbutton_reload_clicked: assertion 'doc != NULL' failed
and a segmentation fault if I try "Save All." Things like "Save" just don't work and give no error message.
Running it with gdb, the only additional information is:
Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x00007ffff7ce6e28 in ?? () from /usr/lib/libgeany.so.0

Everything seems to work fine if I run it as sudo, so perhaps it is a permissions issue? I also tried reinstalling geany-git, which now has all the same problems.

Any ideas? Thanks in advance.

Last edited by inr4 (2019-05-25 21:59:42)

Offline

#2 2019-05-27 12:23:34

yho
Member
Registered: 2019-05-27
Posts: 1

Re: Geany Crash

Hi inr4,

Could it be that geany is linking to an 'old' /usr/lib/libgeany.so.0 mismatching your custom build ?
I would expect a custom compiled library to be somewhere in /usr/local/lib or /usr/local/lib64.

Youri

---

Sorry, I was not reading well. Could you run `pacman -Qkk geany` to verify package integrity and `which -a geany` to see which binaries are on your system?

Last edited by yho (2019-05-27 14:34:31)

Offline

#3 2019-05-28 16:05:02

inr4
Member
Registered: 2019-05-25
Posts: 2

Re: Geany Crash

 pacman -Qkk geany 

geany: 405 total files, 0 altered files

 which -a geany 

/usr/bin/geany
/sbin/geany
/usr/sbin/geany

Offline

Board footer

Powered by FluxBB