ce3a / indicator-stocks

A simple ubuntu unity stocks indicator
GNU General Public License v3.0
3 stars 2 forks source link

"error creating process handle" while Updating MenuItems #5

Closed ce3a closed 10 years ago

ce3a commented 10 years ago

indicator-stocks V0.2.2 crashes with the the following message while updating MenuItems...

...
[I]: Updating MenuItems...
[I]: Label font name: Ubuntu 11
[I]: Size of quotePadChar '\u2007': 3 pixel
CreateProcess: error creating process handle
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.ComponentModel.Win32Exception: ApplicationName='gsettings', CommandLine='get org.gnome.desktop.interface font-name', CurrentDirectory='', Native error= Out of memory
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at indicatorstocks.Indicator.GetFontName () [0x00000] in <filename unknown>:0 
  at indicatorstocks.Indicator.GetTextPixelLength (System.String text) [0x00000] in <filename unknown>:0 
  at indicatorstocks.Indicator+<Update>c__AnonStorey0.<>m__0 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0 
  at Gtk.Application+InvokeCB.Invoke () [0x00000] in <filename unknown>:0 
  at GLib.Timeout+TimeoutProxy.Handler () [0x00000] in <filename unknown>:0 
   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 indicatorstocks.IndicatorStocks.Main(System.String[] args)
...

Ubuntu 14.04 (64 bit)

ce3a commented 10 years ago

Fixed with V0.2.3.