https://bugzilla.novell.com/show_bug.cgi?id=332866#c1
Paolo Molaro <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|misc |Basic
Product|Mono: Runtime |Mono:
Compilers
--- Comment #1 from Paolo Molaro <[EMAIL PROTECTED]> 2007-10-11 09:52:52 MST
---
The vbnc issue: what seems to happen here is that an object of type
MyApplication.SimpleWinFormsAppIcWriteline.My is passed to
System.Windows.Forms.Control:set_Visible, but it is not a Control.
Using mono from svn the --trace output is clear and we issue the SIGSEGV
message because in set_Visible a virtual call is made to an address which is
not setup (since the object is not a Control) that happens to be 0, but it
could be almost anything. Since 0 is not an address in the generated native
code of managed methods, we have no idea how to handle it. I'll add a change to
svn to handle such cases better.
--
Configure bugmail: https://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