[Mono-bugs] [Bug 58771][Wis] New - mono WARNING

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 16:07:24 -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 mbarthelemy@artful.net.

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

--- shadow/58771	2004-05-20 16:07:24.000000000 -0400
+++ shadow/58771.tmp.22652	2004-05-20 16:07:24.000000000 -0400
@@ -0,0 +1,76 @@
+Bug#: 58771
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: mandrake 10.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mbarthelemy@artful.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono WARNING
+
+Description of Problem: 
+Errors launching mono. 
+ 
+Steps to reproduce the problem: 
+UnKnowns... I run mandrake 10.0 with 2.4.22 and 2.6.0 kernels, mono 
+beta1, monodevelop 0.3. 
+Problem occurs with both mdk RPMs and self compiled sources, on both 
+kernels. 
+ 
+Actual Results: 
+I launch a mono exe, for example monodevelop and get: 
+** (./MonoDevelop.exe:1800): WARNING **: The handle daemon is stuck 
+closing 
+ 
+** (./MonoDevelop.exe:1800): WARNING **: Failed to attach shared memory! 
+Falling back to non-shared handles 
+ 
+... and programs don't launch, monodevelop refuses to compile with the 
+following messages on console: 
+System.ComponentModel.Win32Exception: Cannot find the specified file 
+in [0x001ab] (at /cvs/mcs/class/System/System.Diagnostics/Process.cs:752) 
+System.Diagnostics.Process:Start_common 
+(System.Diagnostics.ProcessStartInfo,System.Diagnostics.Process) 
+in [0x00007] (at /cvs/mcs/class/System/System.Diagnostics/Process.cs:785) 
+System.Diagnostics.Process:Start () 
+in <0x0005d> (wrapper remoting-invoke-with-check) 
+System.Diagnostics.Process:Start () 
+in [0x00075] 
+(at /home/matt/monodevelop-0.3/src/AddIns/BackendBindings/CSharpBinding/CSharpBindingCompilerManager.cs:492) 
+CSharpBinding.CSharpBindingCompilerManager:DoCompilation 
+(string,System.CodeDom.Compiler.TempFileCollection,string&,string&) 
+in [0x005be] 
+(at /home/matt/monodevelop-0.3/src/AddIns/BackendBindings/CSharpBinding/CSharpBindingCompilerManager.cs:272) 
+CSharpBinding.CSharpBindingCompilerManager:CompileProject 
+(MonoDevelop.Internal.Project.IProject) 
+in [0x00007] 
+(at /home/matt/monodevelop-0.3/src/AddIns/BackendBindings/CSharpBinding/CSharpLanguageBinding.cs:84) 
+CSharpBinding.CSharpLanguageBinding:CompileProject 
+(MonoDevelop.Internal.Project.IProject) 
+in [0x00250] 
+(at /home/matt/monodevelop-0.3/src/Main/Base/Internal/Project/Combine/CombineEntry.cs:149) 
+MonoDevelop.Internal.Project.ProjectCombineEntry:Build (bool) 
+in [0x00086] 
+(at /home/matt/monodevelop-0.3/src/Main/Base/Internal/Project/Combine/Combine.cs:522) 
+MonoDevelop.Internal.Project.Combine:Build (bool) 
+in [0x00043] 
+(at /home/matt/monodevelop-0.3/src/Main/Base/Services/Project/DefaultProjectService.cs:265) 
+MonoDevelop.Services.DefaultProjectService:RecompileAll () 
+in [0x0008d] 
+(at /home/matt/monodevelop-0.3/src/Main/Base/Commands/RunCommands.cs:141) 
+MonoDevelop.Commands.CompileAll:CompileThread () 
+ 
+ 
+How often does this happen?  
+Usually it happens randomly, but it is now always, so I can't work on my 
+code anymore. I did not changed anything on my system. 
+ 
+I would be pleased to give any requested additional information.