Solaris does not define the RLIMIT_NPROC limit
-----------------------------------------------

                 Key: CORE-3607
                 URL: http://tracker.firebirdsql.org/browse/CORE-3607
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.0
         Environment: Solaris 10 U8 x86 Sun studio 12: cc: Sun C 5.9 SunOS_i386 
Patch 124868-10 2009/04/30 
            Reporter: Mariusz Zynel


There is no RLIMIT_NPROC limit in Solaris. This causes compilation of 

src/remote/inet_server.cpp

 to fail. It could be fixed by checking if RLIMIT_NPROC is defined as follows:

#if defined(UNIX) && defined(HAVE_SETRLIMIT) && defined(HAVE_GETRLIMIT) && 
defined(RLIMIT_NPROC)
        raiseLimit(RLIMIT_NPROC);


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to