You are not logged in.

#1 2009-01-22 01:33:01

robrown
Member
From: Melbourne
Registered: 2008-08-22
Posts: 4
Website

GFTP seg fault after last round of updates

Anyone else seeing problems with gftp seg. fault after recent updates (common here to two different Arch installations)?


strace (final part):

open("/usr/share/mime/mime.cache", O_RDONLY|O_LARGEFILE) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=98028, ...}) = 0
mmap2(NULL, 98028, PROT_READ, MAP_SHARED, 12, 0) = 0xb5903000
close(12)                               = 0
stat64("/usr/local/share/mime/mime.cache", 0xbf93d61c) = -1 ENOENT (No such file or directory)
stat64("/usr/local/share/mime/globs2", 0xbf93d61c) = -1 ENOENT (No such file or directory)
stat64("/usr/local/share/mime/globs", 0xbf93d61c) = -1 ENOENT (No such file or directory)
stat64("/usr/local/share/mime/magic", 0xbf93d61c) = -1 ENOENT (No such file or directory)
open("/usr/local/share/mime/aliases", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/share/mime/subclasses", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/share/mime/icons", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/share/mime/generic-icons", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/etc/gtk-2.0/gdk-pixbuf.loaders", O_RDONLY|O_LARGEFILE) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=3387, ...}) = 0
read(12, "# GdkPixbuf Image Loader Modules "..., 1024) = 1024
read(12, " \"gtk20\" \"The BMP image format\" \""..., 1024) = 1024
read(12, "x-wmf\" \"\"\n\"wmf\" \"apm\" \"\"\n\"\\327\\31"..., 1024) = 1024
read(12, "wbmp\" 4 \"gtk20\" \"The WBMP image f"..., 1024) = 315
read(12, ""..., 1024)                   = 0
close(12)                               = 0
gettimeofday({1232587702, 707156}, NULL) = 0
gettimeofday({1232587702, 707202}, NULL) = 0
gettimeofday({1232587702, 707240}, NULL) = 0
gettimeofday({1232587702, 707275}, NULL) = 0
gettimeofday({1232587702, 707310}, NULL) = 0
gettimeofday({1232587702, 707345}, NULL) = 0
gettimeofday({1232587702, 707379}, NULL) = 0
gettimeofday({1232587702, 707414}, NULL) = 0
gettimeofday({1232587702, 707449}, NULL) = 0
gettimeofday({1232587702, 707483}, NULL) = 0
gettimeofday({1232587702, 707518}, NULL) = 0
gettimeofday({1232587702, 707553}, NULL) = 0
gettimeofday({1232587702, 707588}, NULL) = 0
gettimeofday({1232587702, 707623}, NULL) = 0
gettimeofday({1232587702, 707658}, NULL) = 0
gettimeofday({1232587702, 707693}, NULL) = 0
gettimeofday({1232587702, 707727}, NULL) = 0
gettimeofday({1232587702, 707762}, NULL) = 0
gettimeofday({1232587702, 707797}, NULL) = 0
gettimeofday({1232587702, 707832}, NULL) = 0
gettimeofday({1232587702, 707867}, NULL) = 0
gettimeofday({1232587702, 707901}, NULL) = 0
gettimeofday({1232587702, 707937}, NULL) = 0
gettimeofday({1232587702, 707972}, NULL) = 0
gettimeofday({1232587702, 708007}, NULL) = 0
gettimeofday({1232587702, 708042}, NULL) = 0
gettimeofday({1232587702, 708077}, NULL) = 0
gettimeofday({1232587702, 708112}, NULL) = 0
gettimeofday({1232587702, 708146}, NULL) = 0
gettimeofday({1232587702, 708202}, NULL) = 0
close(11)                               = 0
munmap(0xb591b000, 4096)                = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb591b000
write(5, "Error opening file : No such file"..., 47) = 47
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

Offline

#2 2009-01-22 01:41:51

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,404
Website

Re: GFTP seg fault after last round of updates

http://bugs.archlinux.org/task/12885

Edit: seems fine on my machine (i686).  Are you using x86_64?

Offline

#3 2009-01-22 02:15:19

robrown
Member
From: Melbourne
Registered: 2008-08-22
Posts: 4
Website

Re: GFTP seg fault after last round of updates

Edit: seems fine on my machine (i686).  Are you using x86_64?

Thanks - bug report noted.

Both affected machines are i686

Offline

#4 2009-01-22 15:17:35

archdave
Member
From: St. Louis, MO
Registered: 2008-02-26
Posts: 99
Website

Re: GFTP seg fault after last round of updates

I had this problem yesterday on x86_64

Temporarily using ncftp until it gets fixed


Running GNU/Linux Arch (Core Dump) x86_64 on System Dell-a-zoid
on Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz

Offline

#5 2009-01-23 03:03:59

tesjo
Member
Registered: 2007-11-30
Posts: 164

Re: GFTP seg fault after last round of updates

I am getting the aborted message when trying to launch from command line and the window opens very briefly.

But this is only in KDE ( i'm using testing i686) in XFCE it opens just fine.

Offline

#6 2009-01-26 15:33:26

robrown
Member
From: Melbourne
Registered: 2008-08-22
Posts: 4
Website

Re: GFTP seg fault after last round of updates

The problem appears related to GTK (I suppose that's obvious in a sense).

I created a minimal Arch virtual machine (fully updated, but with virtually only X, fluxbox and gFTP). gFTP segfaulted as before - exactly the same strace message.

I then downgraded gtk2 to 2.12.1 (I chose that version because it's the version Slack 12.2 is using and where gFTP 2.0.19 runs just fine) and with the downgrade gFTP runs perfectly.

Strange.

EDIT:   On a full i686 Arch system gtk2 downgrade to 2.14.6 remedies gFTP issue however I've not yet had a chance to see what else might be broken. I had to override a dependency issue for gtksourceview2 but it doesn't seems to affect too much at first glance (but it being nearly 4am here I will have to defer further checking).

Clearly the gtk2 upgrade on 20th Jan was what broke gFTP for me on two i686 boxes.

Last edited by robrown (2009-01-26 16:47:31)

Offline

Board footer

Powered by FluxBB