[Mono-bugs] [Bug 73333][Nor] Changed - mcs.exe throws an exception on compiling

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 06:56:57 -0500 (EST)


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 dezelin@gmail.com.

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

--- shadow/73333	2005-03-04 06:13:38.000000000 -0500
+++ shadow/73333.tmp.8868	2005-03-04 06:56:57.000000000 -0500
@@ -65,6 +65,34 @@
 !!!!!
 There's no need for the attachment, try to compile anything with the
 given command line and it will crash!
 
 Cheers,
 Aleksandar Dezelin
+
+------- Additional Comments From dezelin@gmail.com  2005-03-04 06:56 -------
+Also throws the following exception when directory "a" doesn't exists
+
+/usr/local/bin/mcs -g -d:DEBUG -checked+ -warn:0 -L ./lib -t:library
+-out:a/./lib/InteropPassiveTypes.dll -L ./references -r:System @sources
+error CS0016: Could not write to file
+`a/./lib/InteropPassiveTypes.dll', cause: Could not find file
+"a/./lib/InteropPassiveTypes.dll"
+
+Unhandled Exception: System.IO.FileNotFoundException: Could not find
+file "a/./lib/InteropPassiveTypes.dll.mdb" :
+a/./lib/InteropPassiveTypes.dll.mdb
+in <0x0055f> System.IO.FileStream:.ctor (System.String name, FileMode
+mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean
+isAsync, Boolean anonymous)
+in <0x0005c> System.IO.FileStream:.ctor (System.String name, FileMode
+mode, FileAccess access)
+in <0x0003f> System.IO.FileStream:.ctor (System.String , FileMode ,
+FileAccess )in <0x00272>
+Mono.CompilerServices.SymbolWriter.MonoSymbolWriter:WriteSymbolFile
+(Guid guid)
+in <0x0006d> Mono.CSharp.SymbolWriter:WriteSymbolFile ()
+in <0x0014a> Mono.CSharp.CodeGen:Save (System.String name)
+in <0x017b8> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x0000f> Mono.CSharp.Driver:Main (System.String[] args)
+make: *** [lib/InteropPassiveTypes.dll] Error 1
+