[Mono-bugs] [Bug 65744][Nor] New - Crash in mono CVS HEAD

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Sep 2004 16:00:53 -0400 (EDT)


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 fawad@fawad.net.

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

--- shadow/65744	2004-09-11 16:00:53.000000000 -0400
+++ shadow/65744.tmp.24552	2004-09-11 16:00:53.000000000 -0400
@@ -0,0 +1,67 @@
+Bug#: 65744
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: fawad@fawad.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Crash in mono CVS HEAD
+
+With CVS System.XML, creating a solution in MonoDevelop crashes with the
+stack trace below. Reverting System.XML code to mono-1-0 gets rid of the
+problems
+
+Steps to reproduce the problem:
+1. Open up MonoDevelop
+2. File->New Solution/Project
+3. Enter name of prject and select type
+
+Actual Results: MD crashes with the following stack trace
+
+
+Expected Results: Solution should be created.
+
+Stack Trace:
+
+Unhandled Exception: System.IO.IOException: Win32 IO returned
+ERROR_SHARING_VIOLATION. Path:
+/home/fawad/Projects/EDIProcessor/EDIProcessor.prjx
+in <0x00428> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
+in <0x0001d> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00089> (wrapper remoting-invoke-with-check)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00139> System.Xml.XmlUrlResolver:GetEntity
+(System.Uri,string,System.Type)in <0x0010f> System.Xml.XmlTextReader:.ctor
+(string,System.Xml.XmlNameTable)
+in <0x00036> System.Xml.XmlTextReader:.ctor (string)
+in <0x00031> System.Xml.XmlDocument:Load (string)
+in <0x0003c>
+MonoDevelop.Services.LanguageBindingService:GetCodonPerProjectFile (string)
+in <0x00015>
+MonoDevelop.Services.LanguageBindingService:GetBindingPerProjectFile (string)
+in <0x00089> MonoDevelop.Internal.Project.Combine:LoadProject (string)
+in <0x0007e> MonoDevelop.Internal.Project.Combine:AddEntry (string)
+in <0x00499> MonoDevelop.Internal.Templates.CombineDescriptor:CreateCombine
+(MonoDevelop.Internal.Templates.ProjectCreateInformation,string)
+in <0x000b4> MonoDevelop.Internal.Templates.ProjectTemplate:CreateProject
+(MonoDevelop.Internal.Templates.ProjectCreateInformation)
+in <0x00731> MonoDevelop.Gui.Dialogs.NewProjectDialog:OpenEvent
+(object,System.EventArgs)
+in <0x0006a> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00118> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
+in <0x0004d> (wrapper native-to-managed)
+GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
+in <0xfc62ff30> (wrapper managed-to-native) Gtk.Application:gtk_main ()