http://bugzilla.novell.com/show_bug.cgi?id=588708

http://bugzilla.novell.com/show_bug.cgi?id=588708#c4


--- Comment #4 from Marc LeGendre <[email protected]> 2010-03-22 16:00:33 
UTC ---
(In reply to comment #3)
> No problem!
> 
> Just put the code in a file, like "test.cs".
> 
> Compile it with:
> gmcs -pkg:dotnet test.cs
> 
> Then run it with:
> mono test.exe

Ok I followed your steps and here is the output I found

c5173:~ # gvim test.cs
c5173:~ # gmcs -pkg:dotnet test.cs
c5173:~ # mono test.exe

Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at TestCase.Main () [0x00000] in <filename unknown>:0 


Let me know if I messed anything up and I can fix it. I did all of this as root
and it gave me the unhandled exception. So I went ahead and tried running the
test without being root and it works fine.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to