[Bug 939222] Re: ubuntu-sso-login crashed with ImportError in start_setup(): No module named qt

2012-02-22 Thread Chris Goller
*** This bug is a duplicate of bug 939173 ***
https://bugs.launchpad.net/bugs/939173


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939222

Title:
  ubuntu-sso-login crashed with ImportError in start_setup(): No module
  named qt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-sso-client/+bug/939222/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Chris Goller
Here is my backtrace for this nautilus/dropbox issue.  This is with the
debug glib.

** Attachment added: "backtrace nautilus for dropbox crash"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+attachment/2767188/+files/gdb-nautilus.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932627

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Chris Goller
Adding more backtrace information from nautilus-dropbox.

** Attachment added: "backtrace with symbols for glib and nautilus-dropbox"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+attachment/2767226/+files/gdb-nautilus.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932627

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Chris Goller
goller@tdw:~$ dpkg-query -W libglib2.0-0
libglib2.0-02.31.18-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932627

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932627] Re: nautilus crashes when opening any folder or file

2012-02-21 Thread Chris Goller
I think I've tracked it down...

http://ftp.gnome.org/pub/gnome/sources/glib/2.31/glib-2.31.18.news

glib did this change
 * g_async_queue_timed_pop has been deprecated in favor of
  the new g_async_queue_timeout_pop, which uses relative
  delays in microseconds instead of a GTimeVal.

and the exact change in g_async_queue_timed_pop

+  if (end_time != NULL)
+{
+  m_end_time = g_get_monotonic_time () +
+   (end_time->tv_sec * G_USEC_PER_SEC + end_time->tv_usec -
+g_get_real_time ());
+}
+  else
+m_end_time = -1;
+


end_time->tv_sec * G_USEC_PER_SEC + end_time->tv_usec -  g_get_real_time () 
returns a value far less than 0 and it causes
the m_end_time to be less than 0.

Therefore, this sets m_end_time to negative creating an invalid argument
to be passed to pthread_cond_wait.

I think just casting end_time->tv_sec to gint64 is all that is needed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932627

Title:
  nautilus crashes when opening any folder or file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/932627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 938013] Re: strace crashed with SIGABRT in __GI_raise()

2012-02-21 Thread Chris Goller
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/938013

Title:
  strace crashed with SIGABRT in __GI_raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strace/+bug/938013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs