[Gtk-sharp-list] Looking for pointers on debugging GTK#

Dan Winship danw at novell.com
Wed Aug 24 10:01:15 EDT 2005


Caleb Land wrote:
> Hello,
> I want to attempt to fix the problem in this bug: 
> http://bugzilla.ximian.com/show_bug.cgi?id=75703

Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in <0x00000> <unknown method>

That means a SEGV occurred in unmanaged code. So just run mono under 
gdb, and see where it crashes.

-- Dan


More information about the Gtk-sharp-list mailing list