pcmanfm2 "Segmentation fault"

The dedicated forum for PCMan File Manager - http://wiki.lxde.org/en/PCManFM
Locked
albundy
Posts: 6
Joined: Wed Jan 20, 2010 1:05 pm

pcmanfm2 "Segmentation fault"

Post by albundy »

Hello,

I have compiled and installed pcmanfm2 from git repository.
I'm under Ubuntu 9.10 and now, when I ran it I have Segmentation fault error...
It happen since a new update on Ubuntu...
How could I have more trace about the problem ?
Please help.
albundy
Posts: 6
Joined: Wed Jan 20, 2010 1:05 pm

Re: pcmanfm2 "Segmentation fault"

Post by albundy »

When I run configure with this parameter :
./configure --sysconfdir=/etc --prefix=/usr --enable-debug

For both libfm and pcmanfm2, I don't have anymore the Segmentation fault.
I really don't understand where could be the problem ..
Roland
Posts: 9
Joined: Sun Dec 21, 2008 8:27 pm

Re: pcmanfm2 "Segmentation fault"

Post by Roland »

Hi!
I've compiled menu-cache, libfm and pcmanfm exactly to this guide, but when i try run pcmanfm2 i get the same error "Segmentation fault".

Then I tried debug through gdb and what I got:

Code: Select all

gdb pcmanfm2
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/pcmanfm2...done.
[b](gdb) run
Starting program: /usr/local/bin/pcmanfm2 
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00bab026 in ?? () from /lib/tls/i686/cmov/libc.so.6[/b]
What interesting, that
pcmanfm2 --desktop
pcmanfm2 --show-pref
pcmanfm2 --desktop-pref
libfm-pref-apps


works FINE!

Cel 2.4/1 Gb RAM, Ubuntu 10.04 Lucid. Policy-kit and dbus are running.

Does anybody have ideas or nobody cares?
Locked