[Bug 24101] Recursive CreateProcess() fails

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 24 07:13:56 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24101





--- Comment #9 from Dan Kegel <dank at kegel.com>  2010-08-24 07:13:55 ---
Did you increase ulimit properly, though?  It's kind of tricky:

  sudo bash
  ulimit -n 10000
  su $LOGNAME

(or maybe $USERNAME instead of $LOGNAME)
That will give you a shell with a raised file descriptor limit.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list