Whenever I go to "Downloads" folder, I get segmentation fault. Here's my gdb log.
(gdb) run
Starting program: /usr/bin/pcmanfm
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff3436700 (LWP 17215)]
[New Thread 0x7ffff2c35700 (LWP 17216)]
[New Thread 0x7ffff2434700 (LWP 17217)]
[New Thread 0x7fffe238b700 (LWP 17219)]
[New Thread 0x7fffe1b8a700 (LWP 17220)]
[Thread 0x7ffff2434700 (LWP 17217) exited]
[New Thread 0x7ffff2434700 (LWP 17221)]
[Thread 0x7ffff2434700 (LWP 17221) exited]
[Thread 0x7fffe1b8a700 (LWP 17220) exited]
[New Thread 0x7fffe1b8a700 (LWP 17222)]
[New Thread 0x7ffff2434700 (LWP 17223)]
[New Thread 0x7fffe11c4700 (LWP 17224)]
[Thread 0x7ffff2434700 (LWP 17223) exited]Thread 10 "loader" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe11c4700 (LWP 17224)]
0x00007ffff0ae81e0 in ?? () from /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
I'm using Manjaro i3. The pcmanfm, git and gtk3 version doesn't work but pcmanfm-qt does.
Anonymous
Last edit: Daryl Frag 2018-12-05
Thank you for your investigation. Unfortunately, your log miss the most vital information due to lacks of debug info for your libfm-gtk library, therefore is almost useless. Could you, please, install debug symbols for your libfm-gtk and retry with gdb? Thank you in advance.
ummm...sorry to ask... but how? I don't know how can I do it and what to do... sorry...
ohh....so I need to compile everything..... don't know how to do that..... :(
And... one of the members of another forum said.. "Arch and therefore Manjaro does not provide debug symbols for any package. You would need to enable debug symbols and compile everything yourself." ...
Last edit: Daryl Frag 2018-12-07
Well, that is not too much good then. Well, may be a bug found and fixed lately is related to this one. The release 1.3.1 is planned soon, let hope your issue will be fixed then!