[Mono-bugs] [Bug 82330][Wis] Changed - insufficient information on library loading

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 6 08:32:49 EDT 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 m.konijnenburg at amolf.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=82330

--- shadow/82330	2007-08-06 08:10:22.000000000 -0400
+++ shadow/82330.tmp.16667	2007-08-06 08:32:49.000000000 -0400
@@ -39,6 +39,48 @@
 Additional Information:
 
 ------- Additional Comments From vargaz at gmail.com  2007-08-06 08:10 -------
 If you run with MONO_LOG_LEVEL=debug, the debug output shows the
 cause of the failure.
 
+
+------- Additional Comments From m.konijnenburg at amolf.nl  2007-08-06 08:32 -------
+Partial output of program with MONO_LOG_LEVEL=debug
+
+Mono-INFO: DllImport attempting to load: 'bridge'.
+Mono-INFO: DllImport loading location: 'libbridge.so'.
+Mono-INFO: DllImport error loading library: 'libbridge.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libbridge.so'.
+Mono-INFO: DllImport error loading library './libbridge.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'bridge'.
+Mono-INFO: DllImport error loading library 'bridge.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading location: 'libbridge'.
+Mono-INFO: DllImport error loading library: 'libbridge.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libbridge'.
+Mono-INFO: DllImport error loading library './libbridge.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libbridge'.
+Mono-INFO: DllImport error loading library 'libbridge.so: cannot open
+shared object file: No such file or directory'.
+
+(Hello.exe:28028): Mono-WARNING **: DllImport unable to load library
+'libbridge.so: cannot open shared object file: No such file or directory'.
+
+
+
+The file is there, it is linked to a wrong type of library for this
+system. When linked to a correct lib the output is as follows:
+
+Mono-INFO: DllImport attempting to load: 'bridge'.
+Mono-INFO: DllImport loading location: 'libbridge.so'.
+Mono-INFO: Searching for 'GetMethodID'.
+
+
+For a wrong library type it should say it has a wrong type, not that
+the file has not been found.
+
+
+


More information about the mono-bugs mailing list