[Mono-bugs] [Bug 80521][Min] New - Mono should give cleaner message when it can't find assembly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 15 11:59:32 EST 2007


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 viraptor at kni.prz.rzeszow.pl.

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: lupus at ximian.com                            
+ReportedBy: viraptor at kni.prz.rzeszow.pl               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list