[Mono-bugs] [Bug 80772][Cri] Changed - incidentally System.DllNotFoundException: gdiplus.dll
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 9 11:07:30 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 dna at informatik.uni-kiel.de.
http://bugzilla.ximian.com/show_bug.cgi?id=80772
--- shadow/80772 2007-02-09 10:35:43.000000000 -0500
+++ shadow/80772.tmp.31754 2007-02-09 11:07:30.000000000 -0500
@@ -4,19 +4,20 @@
OS: GNU/Linux [Other]
OS Details: Debian etch on vServer Linux
Status: NEW
Resolution:
Severity: Unknown
Priority: Critical
-Component: Sys.Web
-AssignedTo: grendello at gmail.com
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: Accidentally System.DllNotFoundException: gdiplus.dll
+Cc: grendello at gmail.com,sebastien at ximian.com
+Summary: incidentally System.DllNotFoundException: gdiplus.dll
Description of Problem:
Using one of the LoginControls like Login oder RecoverPassword or Register
on a ASP.NET page. Accidentally a got following crash:
Server error in '/' application
@@ -350,6 +351,137 @@
/usr/local/src/mcs/class/System.Web/System.Web.UI/Page.cs:1531
at System.Web.UI.Page.InternalProcessRequest () [0x0017e] in
/usr/local/src/mcs/class/System.Web/System.Web.UI/Page.cs:1227
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext
context) [0x00058] in
/usr/local/src/mcs/class/System.Web/System.Web.UI/Page.cs:1140
+
+------- Additional Comments From dna at informatik.uni-kiel.de 2007-02-09 11:07 -------
+I run the example with marek's xsp2 debug script.
+Logfile output:
+
+./xsp2run -r ./test/
++ '[' -n '' ']'
++ '[' -n '' ']'
++ exec /usr/local/bin/mono --debug --optimize=all
+/usr/local/lib/mono/2.0/xsp2.exe --verbose --root ./test/
+
+(/usr/local/lib/mono/2.0/xsp2.exe:16919): Mono-WARNING **: DllImport
+unable to load library 'libgdiplus.dll: cannot open shared object
+file: No such file or directory'.
+
+(/usr/local/lib/mono/2.0/xsp2.exe:16919): Mono-WARNING **: DllImport
+unable to load library 'libgdiplus.dll: cannot open shared object
+file: No such file or directory'.
+
+xsp2
+Adding applications '/:.'...
+Registering application:
+ Host: any
+ Port: any
+ Virtual path: /
+ Physical path: /home/dna/test
+Listening on port: 8080 (non-secure)
+Listening on address: 0.0.0.0
+Root directory: /home/dna/test
+Hit Return to stop the server.
+Mono-INFO: DllImport attempting to load: 'libc.so.6'.
+Mono-INFO: DllImport loading location: 'libc.so.6.so'.
+Mono-INFO: DllImport error loading library: 'libc.so.6.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libc.so.6.so'.
+Mono-INFO: DllImport error loading library './libc.so.6.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libc.so.6'.
+Mono-INFO: Searching for 'read'.
+Mono-INFO: Probing 'read'.
+Mono-INFO: Found as 'read'.
+Mono-INFO: DllImport attempting to load: 'libc.so.6'.
+Mono-INFO: DllImport loading location: 'libc.so.6.so'.
+Mono-INFO: DllImport error loading library: 'libc.so.6.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libc.so.6.so'.
+Mono-INFO: DllImport error loading library './libc.so.6.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libc.so.6'.
+Mono-INFO: Searching for 'setsockopt'.
+Mono-INFO: Probing 'setsockopt'.
+Mono-INFO: Found as 'setsockopt'.
+Mono-INFO: DllImport attempting to load: 'libc.so.6'.
+Mono-INFO: DllImport loading location: 'libc.so.6.so'.
+Mono-INFO: DllImport error loading library: 'libc.so.6.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libc.so.6.so'.
+Mono-INFO: DllImport error loading library './libc.so.6.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libc.so.6'.
+Mono-INFO: Searching for 'send'.
+Mono-INFO: Probing 'send'.
+Mono-INFO: Found as 'send'.
+Mono-INFO: DllImport attempting to load: 'gdiplus.dll'.
+Mono-INFO: DllImport loading location: 'libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.dll.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.dll.so:
+cannot open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'gdiplus.dll'.
+Mono-INFO: DllImport error loading library 'gdiplus.dll: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading location: 'libgdiplus.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'gdiplus'.
+Mono-INFO: DllImport error loading library 'gdiplus: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading location: 'libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.dll.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.dll.so:
+cannot open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libgdiplus.dll'.
+Mono-INFO: DllImport error loading library 'libgdiplus.dll: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport attempting to load: 'gdiplus.dll'.
+Mono-INFO: DllImport loading location: 'libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.dll.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.dll.so:
+cannot open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'gdiplus.dll'.
+Mono-INFO: DllImport error loading library 'gdiplus.dll: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading location: 'libgdiplus.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'gdiplus'.
+Mono-INFO: DllImport error loading library 'gdiplus: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading location: 'libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library: 'libgdiplus.dll.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libgdiplus.dll.so'.
+Mono-INFO: DllImport error loading library './libgdiplus.dll.so:
+cannot open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libgdiplus.dll'.
+Mono-INFO: DllImport error loading library 'libgdiplus.dll: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport attempting to load: 'libc.so.6'.
+Mono-INFO: DllImport loading location: 'libc.so.6.so'.
+Mono-INFO: DllImport error loading library: 'libc.so.6.so: cannot open
+shared object file: No such file or directory'.
+Mono-INFO: DllImport loading library: './libc.so.6.so'.
+Mono-INFO: DllImport error loading library './libc.so.6.so: cannot
+open shared object file: No such file or directory'.
+Mono-INFO: DllImport loading: 'libc.so.6'.
+Mono-INFO: Searching for 'close'.
+Mono-INFO: Probing 'close'.
+Mono-INFO: Found as 'close'.
+
More information about the mono-bugs
mailing list