Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created July 20, 2012 08:50
Show Gist options
  • Save mkrueger/3149696 to your computer and use it in GitHub Desktop.
Save mkrueger/3149696 to your computer and use it in GitHub Desktop.
WARNING [2012-07-20 10:49:22Z]: Gtk-Warning: gtk_widget_size_allocate(): attempt to allocate widget with width 0 and height -30
Stack trace:
at Gtk.Widget.SizeAllocate(Rectangle allocation)
at MonoDevelop.Components.Docking.DockGroupItem.SizeAllocate(Rectangle newAlloc) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroupItem.cs:line 102
at MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:line 357
at MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:line 393
at MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:line 393
at MonoDevelop.Components.Docking.DockGroup.SizeAllocate(Rectangle newAlloc) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockGroup.cs:line 393
at MonoDevelop.Components.Docking.DockLayout.SizeAllocate(Rectangle rect) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockLayout.cs:line 90
at MonoDevelop.Components.Docking.DockContainer.OnSizeAllocated(Rectangle rect) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockContainer.cs:line 147
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Widget.gtksharp_widget_base_size_allocate(IntPtr , IntPtr )
at Gtk.Widget.OnSizeAllocated(Rectangle allocation)
at MonoDevelop.Components.Docking.DockFrame.OnSizeAllocated(Rectangle allocation) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockFrame.cs:line 803
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Widget.gtksharp_widget_base_size_allocate(IntPtr , IntPtr )
at Gtk.Widget.OnSizeAllocated(Rectangle allocation)
at MonoDevelop.Ide.Gui.WorkbenchWindow.OnSizeAllocated(Rectangle allocation) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/WorkbenchWindow.cs:line 115
at Gtk.Widget.sizeallocated_cb(IntPtr widget, IntPtr allocation)
at Gtk.Application.gtk_main_iteration_do(Boolean )
at Gtk.Application.RunIteration(Boolean blocking)
at MonoDevelop.Ide.DispatchService.RunPendingEvents() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:line 143
at MonoDevelop.Ide.ProgressMonitoring.BaseProgressMonitor.RunPendingEvents() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs:line 327
at MonoDevelop.Ide.Gui.StatusProgressMonitor.OnProgressChanged() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/StatusProgressMonitor.cs:line 68
at System.Runtime.Remoting.RemotingServices.InternalExecute(System.Reflection.MethodBase , System.Object , System.Object[] , System.Object[] ByRef )
at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage(System.MarshalByRefObject target, IMethodCallMessage reqMsg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:line 138
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/StackBuilderSink.cs:line 59
at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/ServerObjectTerminatorSink.cs:line 53
at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Lifetime/LeaseSink.cs:line 52
at MonoDevelop.Ide.Gui.SyncContextDispatchSink.DispatchMessage(System.Object data) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SyncContextAttribute.cs:line 157
at MonoDevelop.Ide.Gui.GuiSyncContext.Dispatch(MonoDevelop.Ide.StatefulMessageHandler cb, System.Object ob) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/GuiSyncContext.cs:line 39
at MonoDevelop.Ide.Gui.SyncContextDispatchSink.SyncProcessMessage(IMessage msg) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SyncContextAttribute.cs:line 125
at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting/ServerIdentity.cs:line 191
at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/ServerContextTerminatorSink.cs:line 50
at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Contexts/CrossContextChannel.cs:line 57
at System.Runtime.Remoting.Messaging.ClientContextTerminatorSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs:line 62
at System.Runtime.Remoting.Messaging.EnvoyTerminatorSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs:line 44
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage request) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Proxies/RemotingProxy.cs:line 100
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception ByRef exc, System.Object[] ByRef out_args) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:line 191
at System.Object.__icall_wrapper_mono_remoting_wrapper(IntPtr , IntPtr )
at MonoDevelop.Ide.ProgressMonitoring.BaseProgressMonitor.BeginTask(System.String name, Int32 totalWork) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs:line 89
at System.Runtime.Remoting.RemotingServices.InternalExecute(System.Reflection.MethodBase , System.Object , System.Object[] , System.Object[] ByRef )
at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage(System.MarshalByRefObject target, IMethodCallMessage reqMsg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs:line 138
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/StackBuilderSink.cs:line 59
at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Messaging/ServerObjectTerminatorSink.cs:line 53
at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg) in /private/tmp/monobuild/build/BUILD/mono-2.10.9/mcs/class/corlib/System.Runtime.Remoting.Lifetime/LeaseSink.cs:line 52
at MonoDevelop.Ide.Gui.SyncContextDispatchSink.AsyncDispatchMessage(System.Object data) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/SyncContextAttribute.cs:line 180
at MonoDevelop.Ide.StatefulMessageContainer.Run() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:line 488
at MonoDevelop.Ide.DispatchService.guiDispatcher() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:line 273
at GLib.Timeout+TimeoutProxy.Handler()
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at MonoDevelop.Ide.IdeApp.Run() in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:line 391
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelop.Ide.MonoDevelopOptions options) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:line 274
at MonoDevelop.Ide.IdeStartup.Main(System.String[] args) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:line 512
at MonoDevelop.Startup.MonoDevelopMain.Main(System.String[] args) in /Users/mkrueger/work/a/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:line 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment