Hi,

On Tue, 2005-08-09 at 22:52 +0200, Joachim Jaeckel wrote:
> But if I try to execute the method Put, of the XVideo-Class, the system
> complains with the following error-message:
> 
> Unhandled Exception: System.NullReferenceException: Object reference not
> set to an instance of an object
> [...]
> 
> But, which Object has a null reference?

This is actually a segfault.  Mono throws a NullReferenceException
whenever unmanaged code gets SIGSEGV.  Set MONO_DEBUG=abort-on-sigsegv
and you can use gdb to attach and see where exactly the segfault is
happening.

Joe

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to