[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c2


--- Comment #2 from Marc Christensen mchristen...@novell.com 2010-07-06 
19:26:09 UTC ---
The first time the error is hit with a browser, we get the following error:

Server Error in '/' Application

Error creating standard error pipe

Description: HTTP 500. Error processing request.

Stack Trace:

System.IO.IOException: Error creating standard error pipe
  at System.Diagnostics.Process.Start_noshell
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x0] in filename unknown:0
  at System.Diagnostics.Process.Start_common
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x0] in filename unknown:0
  at System.Diagnostics.Process.Start () [0x0] in filename unknown:0
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch
(System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
[0x0] in filename unknown:0


Then after that, we get the Too many files open error.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c3


--- Comment #3 from Marc Christensen mchristen...@novell.com 2010-07-06 
19:26:45 UTC ---
After restarting the mac, we were able to reproduce the errors.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c4


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gnor...@novell.com
 Resolution||INVALID

--- Comment #4 from Geoff Norton gnor...@novell.com 2010-07-06 19:42:40 UTC 
---
OSX defaults to 256 file handles for user processes, you need to bump your
ulimit up.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c5


--- Comment #5 from Marc Christensen mchristen...@novell.com 2010-07-06 
19:53:22 UTC ---
Errors with file names and line numbers.  After setting

compilation debug=true /

and starting XSP like this:

MONO_OPTIONS=--debug xsp1 --port 8081

We got the following stack trace:


Server Error in '/' Application
Error creating standard error pipe

Description: HTTP 500. Error processing request.

Stack Trace:

System.IO.IOException: Error creating standard error pipe
  at System.Diagnostics.Process.Start_noshell
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x0027c] in
/private/tmp/monobuild/build/BUILD/mono-2.6.6/mcs/class/System/System.Diagnostics/Process.cs:1087
 
  at System.Diagnostics.Process.Start_common
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x00039] in
/private/tmp/monobuild/build/BUILD/mono-2.6.6/mcs/class/System/System.Diagnostics/Process.cs:1194
 
  at System.Diagnostics.Process.Start () [0x0002c] in
/private/tmp/monobuild/build/BUILD/mono-2.6.6/mcs/class/System/System.Diagnostics/Process.cs:1204
 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch
(System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
[0x00168] in
/private/tmp/monobuild/build/BUILD/mono-2.6.6/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:246
 

Version information: Mono Runtime Version: 2.6.6 (tarball Mon Jun 28 16:58:40
MDT 2010); ASP.NET Version: 1.1.4322.2032


-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c6


--- Comment #6 from Marc Christensen mchristen...@novell.com 2010-07-06 
19:54:01 UTC ---
Thanks Geoff.  I think you're right.

ulimit -a reports 256.  Running as root must up this limit automatically.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c7


--- Comment #7 from Geoff Norton gnor...@novell.com 2010-07-06 19:55:19 UTC 
---
Do ulimit -n 1024 before running as user.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c8


--- Comment #8 from Marc Christensen mchristen...@novell.com 2010-07-06 
20:04:33 UTC ---
Yeah, we did 2048, works.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619344] Too many files open when running automation for a short time

2010-07-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619344

http://bugzilla.novell.com/show_bug.cgi?id=619344#c1


--- Comment #1 from Marc Christensen mchristen...@novell.com 2010-07-01 
22:28:00 UTC ---
Unfortunately, while this happened several times, I configured it to run in
debug mode by setting

configuration
  compilation debug=true /
/configuration

in the web.config file and starting XSP as follows:

MONO_OPTIONS=--debug xsp2

After I did this, I was no longer able to reproduce the error, even after the
changes were removed and XSP was started normally.

I'll continue to try to get it to happen again.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs