[Bug 595921] Re: docky crashes once in a while

2010-06-18 Thread dismal_denizen
I am encountering a similar problem. If Docky is running and I execute a
Mono app that I'm working on, Docky will go down and refuse to come back
up until my app is closed.

Output is as follows:

[Info  12:30:15.815] Docky version: 2.0.4 bzr docky-2.0 r1301 pre-release
[Info  12:30:15.822] Kernel version: 2.6.32.22
[Info  12:30:15.823] CLR version: 2.0.50727.1433
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle 
the exception.
System.UriFormatException: Invalid URI: The format of the URI could not be 
determined: mono
  at System.Uri..ctor (System.String uriString, Boolean dontEscape) [0x0] 
  at System.Uri..ctor (System.String uriString) [0x0] 
  at Docky.Items.FileApplicationProvider.UpdateTransientItems () [0x0] 
  at 
Docky.Items.FileApplicationProvider+c__AnonStoreyF.<>m__34
 () [0x0] 
  at GLib.Timeout+TimeoutProxy.Handler () [0x0] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean 
is_terminal)
   at GLib.Timeout+TimeoutProxy.Handler()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Docky.Docky.Main(System.String[] args)
Cairo.Context: called from finalization thread, programmer is missing a call to 
Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to 
Dispose
Cairo.Context: called from finalization thread, programmer is missing a call to 
Dispose

-- 
docky crashes once in a while
https://bugs.launchpad.net/bugs/595921
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 514899] [NEW] Multithreaded Gtk applications using Ruby bindings freeze

2010-01-30 Thread dismal_denizen
Public bug reported:

Binary package hint: libgtk2-ruby

In Ubuntu 9.10 with the version of libgtk2-ruby from the repositories
(0.19.0), new threads cause the Gtk main loop to freeze. As an example,
the following code will never produce any output:

 require 'gtk2'

 Thread.new do
   sleep 1 # Look busy
   exit# Finished, exit
 end

 # Main loop
 loop do
   # Process all currently pending events
   Gtk.main_iteration while Gtk.events_pending?
   print '.'
 end

However, when the latest version of the bindings is installed (0.19.3)
the program works as expected, filling the screen with dots.

This problem is also reported at:
http://sourceforge.net/mailarchive/forum.php?thread_name=dc3bf8581001120746kb5da118udd0a74439cc4dcd9%40mail.gmail.com&forum_name=ruby-gnome2-devel-en

** Affects: ruby-gnome2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Multithreaded Gtk applications using Ruby bindings freeze
https://bugs.launchpad.net/bugs/514899
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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