Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75858 --- shadow/75858 2005-08-20 06:51:23.000000000 -0400 +++ shadow/75858.tmp.26819 2005-08-20 06:51:23.000000000 -0400 @@ -0,0 +1,27 @@ +Bug#: 75858 +Product: Mono: Runtime +Version: 1.0 +OS: GNU/Linux [Other] +OS Details: centos 4.1 (rhel 4.1 clone) +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Missing libikvm-native.so causes corrupt NRE. + +I'm using ikvmc to compile a java library to dotnet code. If the java +library throws an exception, ikvm tries to get a stack trace. It uses a +java native method to do this. The shared library that has the native +method is called libikvm-native.so. If this library is missing a +NullReferenceException is thrown. + +The problem is that the NRE has no stack trace attached. This makes it +difficult to know what's wrong. I also suspect that there is a secondary +problem because I see code dumps a little later when this happens. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
