https://bugzilla.novell.com/show_bug.cgi?id=485721
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=485721#c1 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] Info Provider| |[email protected] --- Comment #1 from Rodrigo Kumpera <[email protected]> 2009-03-16 12:30:25 MST --- This crash is related to exception handling. Please do the following steps to provide us with usable information that will allow us to fix the bug. 1) Run your code with mono -v -v -v and store the log file. This will generate a huge output. 2) Look for the last occurrence of either "converting shared method ..." or "converting method ..." where ... is the name of the faulty method. Extract the method name from the full signature. For example, in "(wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)" the method name is just "runtime_invoke_void". 3) Run mono with "MONO_VERBOSE_METHOD=... mono" where ... is the method name found above. Store the output result as this is what will help us. Attach the output of step 3 to this bug report. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
