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=80521 --- shadow/80521 2007-01-15 11:59:32.000000000 -0500 +++ shadow/80521.tmp.7781 2007-01-15 11:59:32.000000000 -0500 @@ -0,0 +1,48 @@ +Bug#: 80521 +Product: Mono: Runtime +Version: 1.0 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: JIT +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono should give cleaner message when it can't find assembly + +Mono reports missing assemblies with: + +--->8--- +** (XXX): WARNING **: The following assembly referenced from XXX could not +be loaded: + Assembly: XXX (assemblyref_index=2) + Version: XXX + Public Key: XXX +The assembly was not found in the Global Assembly Cache, a path listed in +the MONO_PATH environment variable, or in the location of the executing +assembly (XXX). + +Stacktrace: +... + +Native stacktrace: +... + +================================================================= +Got a SIGSEGV while executing native code. This usually indicates +a fatal error in the mono runtime or one of the native libraries +used by your application. +================================================================= +--->8--- + +Missing assembly report should be clearer. If managed stacktrace is +complete, there's no need for native stacktrace of all threads probably. +Also last message looks more like mono error, than properly handled +situation. It should probably just exit with some ret value!=0, rather than +show sigsegv. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
