← Back to team overview

touch-packages team mailing list archive

[Bug 1374030] Re: Dropbox crash on Ubuntu MATE Remix

 

Workaround based on https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=758619#63

sudo patch --backup /usr/bin/dropbox <<'EOF'
--- /usr/bin/dropbox	2014-09-25 22:15:34.099930720 +0200
+++ /usr/bin/dropbox	2014-09-25 21:58:06.015930720 +0200
@@ -285,6 +285,7 @@
         import webbrowser
 
         gtk.gdk.threads_init()
+	gtk.gdk.threads_enter()
 
         load_serialized_images()
 
EOF


** Bug watch added: Debian Bug tracker #758619
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758619

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1374030

Title:
  Dropbox crash on Ubuntu MATE Remix

Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  I'm getting "Attempt to unlock mutex that was not locked" and a
  segfault when running Ubuntu MATE Remix 14.10.

  It seems this bug is reported elsewhere in a number of other packages
  and is a result of a change in GLib ≥ 2.41.

  I am told this patch can fix it.

  https://github.com/GNOME/gtk/commit/79c3ff3c4ed74bbcc820dac2d5180fa4d48d55ec

  Bug 1346299 & bug 1344386 are related (similar issue, different app).

  Note that as this is dropbox, we cannot easily fix there as it's
  proprietary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1374030/+subscriptions


References