[Mono-bugs] [Bug 485721] Regression bug in mini.c

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 16 14:30:26 EDT 2009


https://bugzilla.novell.com/show_bug.cgi?id=485721

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=485721#c1


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |rkumpera at novell.com
      Info Provider|                            |surfzoid2002 at yahoo.fr




--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com>  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.


More information about the mono-bugs mailing list