Activity log for bug #1361906

Date Who What changed Old value New value Message
2014-08-26 23:13:01 Wade Menard bug added bug
2014-08-26 23:13:25 Wade Menard information type Private Public
2014-08-26 23:24:43 Apport retracing service bug added subscriber Crash bug triagers for Ubuntu packages
2014-08-26 23:24:47 Apport retracing service attachment added Stacktrace.txt https://bugs.launchpad.net/bugs/1361906/+attachment/4187812/+files/Stacktrace.txt
2014-08-26 23:24:49 Apport retracing service attachment added StacktraceSource.txt https://bugs.launchpad.net/bugs/1361906/+attachment/4187813/+files/StacktraceSource.txt
2014-08-26 23:24:51 Apport retracing service attachment added ThreadStacktrace.txt https://bugs.launchpad.net/bugs/1361906/+attachment/4187814/+files/ThreadStacktrace.txt
2014-08-26 23:24:54 Apport retracing service attachment removed CoreDump.gz https://bugs.launchpad.net/bugs/1361906/+attachment/4187797/+files/CoreDump.gz
2014-08-26 23:24:55 Apport retracing service gvfs (Ubuntu): importance Undecided Medium
2014-08-26 23:24:58 Apport retracing service tags amd64 apport-crash need-amd64-retrace utopic amd64 apport-crash utopic
2014-09-01 10:09:57 Launchpad Janitor gvfs (Ubuntu): status New Confirmed
2014-09-16 12:47:56 chicoff bug added subscriber chicoff
2014-10-28 11:37:07 Chris Ribal bug added subscriber Chris Ribal
2014-11-01 08:08:55 Stefan Söffing bug added subscriber Stefan Söffing
2014-11-03 07:18:59 Jan Tojnar bug added subscriber Jan Tojnar
2014-11-04 13:28:01 jpfle bug added subscriber Jean-Philippe Fleury
2014-11-27 23:57:12 Enrico Ceppi bug task added bluefish (Ubuntu)
2014-12-11 15:14:17 Launchpad Janitor bluefish (Ubuntu): status New Confirmed
2014-12-15 15:54:10 Alberto Salvia Novella bluefish (Ubuntu): importance Undecided Medium
2015-01-07 10:41:53 Sebastien Bacher bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=735381
2015-01-07 10:42:00 Sebastien Bacher gvfs (Ubuntu): status Confirmed Triaged
2015-01-07 10:42:06 Sebastien Bacher gvfs (Ubuntu): importance Medium High
2015-01-07 10:42:16 Sebastien Bacher bug task added gvfs
2015-01-07 10:46:43 Sebastien Bacher gvfs (Ubuntu): status Triaged Fix Released
2015-01-07 10:46:56 Sebastien Bacher nominated for series Ubuntu Utopic
2015-01-07 10:46:56 Sebastien Bacher bug task added bluefish (Ubuntu Utopic)
2015-01-07 10:46:56 Sebastien Bacher bug task added gvfs (Ubuntu Utopic)
2015-01-07 10:47:27 Sebastien Bacher gvfs (Ubuntu Utopic): importance Undecided High
2015-01-07 10:47:30 Sebastien Bacher gvfs (Ubuntu Utopic): status New Triaged
2015-01-07 17:00:44 Iain Lane bluefish (Ubuntu): status Confirmed Invalid
2015-01-07 17:00:50 Iain Lane bluefish (Ubuntu Utopic): status New Invalid
2015-01-07 17:00:53 Iain Lane gvfs (Ubuntu Utopic): status Triaged In Progress
2015-01-07 17:00:55 Iain Lane gvfs (Ubuntu Utopic): assignee Iain Lane (laney)
2015-01-07 17:19:54 Iain Lane description Ubuntu 14.10 A clicked on a gvfs ftp mount in a Shotwell Save As dialog and it went boom. ProblemType: Crash DistroRelease: Ubuntu 14.10 Package: gvfs-backends 1.20.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1 Uname: Linux 3.16.0-10-generic x86_64 ApportVersion: 2.14.6-0ubuntu2 Architecture: amd64 CrashCounter: 1 CurrentDesktop: Unity Date: Tue Aug 26 18:09:46 2014 ExecutablePath: /usr/lib/gvfs/gvfsd-ftp InstallationDate: Installed on 2014-07-04 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520) ProcCmdline: /usr/lib/gvfs/gvfsd-ftp --spawner :1.4 /org/gtk/gvfs/exec_spaw/3 ProcEnviron: XDG_RUNTIME_DIR=<set> SHELL=/bin/bash LANGUAGE=en_US PATH=(custom, no user) LANG=en_US.UTF-8 Signal: 6 SourcePackage: gvfs StacktraceTop: g_mutex_unlock_slowpath (mutex=<optimized out>, prev=<optimized out>) at /build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1327 g_mutex_unlock (mutex=<optimized out>) at /build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1350 g_vfs_ftp_task_acquire_connection (task=0x7fa0c5ad1d40) at gvfsftptask.c:266 g_vfs_ftp_task_sendv (task=0x7fa0c5ad1d40, flags=G_VFS_FTP_PASS_550, reply=reply@entry=0x0, format=format@entry=0x4105a9 "CWD %s", varargs=varargs@entry=0x7fa0c5ad1b78) at gvfsftptask.c:632 g_vfs_ftp_task_sendv (varargs=0x7fa0c5ad1b78, format=0x4105a9 "CWD %s", reply=0x0, flags=G_VFS_FTP_PASS_550, task=0x7fa0c5ad1d40) at gvfsftptask.c:515 Title: gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath() UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm audio cdrom dip lpadmin mediatomb plugdev pulse sambashare sudo vboxusers [ Description ] gvfsd-ftp sometimes attempts to unlock an already unlocked mutex, which is fatal with glib in utopic and later. [ QA ] 1. Open gedit 2. File -> Open 3. Ctrl-l 4. Type ftp://ftp.gnome.org/ 5. Press enter At this point gvfsd-ftp may crash, and you'll see an apport popup if so. The operation won't work. With the fix it should not crash and you should see the listings of the remote server. [ Development fix ] This commit is in Vivid [ Original Report ] Ubuntu 14.10 A clicked on a gvfs ftp mount in a Shotwell Save As dialog and it went boom. ProblemType: Crash DistroRelease: Ubuntu 14.10 Package: gvfs-backends 1.20.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1 Uname: Linux 3.16.0-10-generic x86_64 ApportVersion: 2.14.6-0ubuntu2 Architecture: amd64 CrashCounter: 1 CurrentDesktop: Unity Date: Tue Aug 26 18:09:46 2014 ExecutablePath: /usr/lib/gvfs/gvfsd-ftp InstallationDate: Installed on 2014-07-04 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520) ProcCmdline: /usr/lib/gvfs/gvfsd-ftp --spawner :1.4 /org/gtk/gvfs/exec_spaw/3 ProcEnviron:  XDG_RUNTIME_DIR=<set>  SHELL=/bin/bash  LANGUAGE=en_US  PATH=(custom, no user)  LANG=en_US.UTF-8 Signal: 6 SourcePackage: gvfs StacktraceTop:  g_mutex_unlock_slowpath (mutex=<optimized out>, prev=<optimized out>) at /build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1327  g_mutex_unlock (mutex=<optimized out>) at /build/buildd/glib2.0-2.41.3/./glib/gthread-posix.c:1350  g_vfs_ftp_task_acquire_connection (task=0x7fa0c5ad1d40) at gvfsftptask.c:266  g_vfs_ftp_task_sendv (task=0x7fa0c5ad1d40, flags=G_VFS_FTP_PASS_550, reply=reply@entry=0x0, format=format@entry=0x4105a9 "CWD %s", varargs=varargs@entry=0x7fa0c5ad1b78) at gvfsftptask.c:632  g_vfs_ftp_task_sendv (varargs=0x7fa0c5ad1b78, format=0x4105a9 "CWD %s", reply=0x0, flags=G_VFS_FTP_PASS_550, task=0x7fa0c5ad1d40) at gvfsftptask.c:515 Title: gvfsd-ftp crashed with SIGABRT in g_mutex_unlock_slowpath() UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm audio cdrom dip lpadmin mediatomb plugdev pulse sambashare sudo vboxusers
2015-01-07 17:26:43 Bug Watch Updater gvfs: status Unknown Fix Released
2015-01-07 17:26:43 Bug Watch Updater gvfs: importance Unknown High
2015-01-07 18:11:19 Chris J Arges gvfs (Ubuntu Utopic): status In Progress Fix Committed
2015-01-07 18:11:22 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2015-01-07 18:11:27 Chris J Arges bug added subscriber SRU Verification
2015-01-07 18:11:31 Chris J Arges tags amd64 apport-crash utopic amd64 apport-crash utopic verification-needed
2015-01-14 11:42:31 Iain Lane tags amd64 apport-crash utopic verification-needed amd64 apport-crash utopic verification-done
2015-02-09 05:58:17 Launchpad Janitor gvfs (Ubuntu Utopic): status Fix Committed Fix Released