gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Clicking the SMB button causes SIGSEGV in libgnomevfs-2.s


From: Manuel Bua
Subject: Re: [gcmd-dev] Clicking the SMB button causes SIGSEGV in libgnomevfs-2.so.0
Date: Sun, 19 Jun 2011 00:59:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

Ok so, i moved to another machine, but the problem persists in the same
way: i noticed there is something odd with the buffer used to construct
the smb path to resolve, sometimes it get filled with %02 chars,
sometimes with completely unreadable stuff, sometimes it don't even get
to read that buffer.. so after a while i managed to get some output with
the odd content in it:

*First run, segfaults immediately before spitting out the "smb://"
buffer content*
-------------------------------------------8<-------------------------------------------8<
$ ./gnome-commander -d lsm

** (lt-gnome-commander:10559): WARNING **: Couldn't load installed file
type pixmap, trying to load ../pixmaps/gnome_cmd_arrow_up.xpm instead
...(some other pixmaps retries, removed from now on)...

[MM] uri (file:///media/data) is local
[MM] name = data
[MM] path = /dev/sdf1
[MM] uri = file:///media/data
[MM] local = /media/data
[MM] icon = gnome-dev-harddisk (full path =
/usr/share/icons/Faenza/devices/16/gnome-dev-harddisk.png)

[LL] relisting files for 0x1fa5a00 /home/manuel 0
[LL] blocking_list: file:///home/manuel
[LL] File listing succeded
[LL] Emitting 'list-ok' signal
[LL] on_dir_list_ok
[LL] returning from on_dir_list_ok
[LL] on_dir_list_ok
[LL] returning from on_dir_list_ok

[MM] Opening connection
Segmentation fault

-------------------------------------------8<-------------------------------------------8<


*After some runs, it finally print out some other text*
-------------------------------------------8<-------------------------------------------8<
[MM] uri (file:///media/data) is local
[MM] name = data
[MM] path = /dev/sdf1
[MM] uri = file:///media/data
[MM] local = /media/data
[MM] icon = gnome-dev-harddisk (full path =
/usr/share/icons/Faenza/devices/16/gnome-dev-harddisk.png)

[LL] relisting files for 0x137ca00 /home/manuel 0
[LL] blocking_list: file:///home/manuel
[LL] File listing succeded
[LL] Emitting 'list-ok' signal
[LL] on_dir_list_ok
[LL] returning from on_dir_list_ok
[LL] on_dir_list_ok
[LL] returning from on_dir_list_ok
Creating directory /home/manuel/.gnome-commander/plugins...

[MM] Opening connection
[LL] Connecting to smb://l%02
[MM] GnomeCmdCon::OPEN_OK detected
Segmentation fault
-------------------------------------------8<-------------------------------------------8<

At the [LL] debug output, it sometimes print out completely unrelated
stuff, it looks like the buffer gets corrupted somehow.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]