Dear Maintainer,
I use mousepad almost each day for small text editing ; since a few days (maybe
2 or 3), mousepad
stopped working : at each run, it crashes (segmentation fault) :
====================
$ mousepad --version
Mousepad 0.6.2
[...]
$ mousepad
Erreur de segmentation [= Segmentation fault]
$ echo $?
139
$ gdb mousepad
GNU gdb (Debian 13.2-1+b1) 13.2
[...]
Reading symbols from mousepad...
(No debugging symbols found in mousepad)
(gdb) run
Starting program: /usr/bin/mousepad
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff34006c0 (LWP 106930)]
[New Thread 0x7ffff2a006c0 (LWP 106931)]
[New Thread 0x7ffff20006c0 (LWP 106932)]
[New Thread 0x7ffff16006c0 (LWP 106933)]
[New Thread 0x7ffff0c006c0 (LWP 106934)]
[New Thread 0x7fffebe006c0 (LWP 106935)]
Thread 1 "mousepad" received signal SIGSEGV, Segmentation fault.
0x00007ffff7ea1ec9 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
=====================
NB : "mousepad -h", "mousepad --version", "mousepad --list-encodings" and even
"mousepad --preferences" are working.
Only the normal launch leads to the segfault !