On 2021-02-11 19:06, Ken Brown via Cygwin wrote:
On 2/11/2021 10:23 AM, Patrick Chkoreff wrote:
I'm trying to use setrlimit to impose limits on various resources such
as CPU time and memory. The call to setrlimit always fails. I've
distilled this into the following example test.c:
[...]
Dear Cygwin Users,
Whenever I try to launch the Xserver on Cygwin using the command startx,
the following error appears
/usr/bin/twm: warning: font for charset ISO8859-5 is lacking.
/usr/bin/twm: warning: font for charset KOI8-R is lacking.
/usr/bin/twm: warning: font for charset ISO8859-7 is lack
Version 4.0.2-1 of
swig
have been uploaded for cygwin.
DESCRIPTION
SWIG is a software development tool that connects programs
written in C and C++ with a variety of high-level programming
languages. SWIG is used with different types of target
languages including common scripting languages su
On 2/11/2021 10:23 AM, Patrick Chkoreff wrote:
I'm trying to use setrlimit to impose limits on various resources such
as CPU time and memory. The call to setrlimit always fails. I've
distilled this into the following example test.c:
[...]
if (setrlimit(RLIMIT_CPU,&rlim) < 0)
[...]
setr
I'm trying to use setrlimit to impose limits on various resources such
as CPU time and memory. The call to setrlimit always fails. I've
distilled this into the following example test.c:
#include
#include
#include
int main(void)
{
struct rlimit rlim;
rlim.rlim_cur = 1;
rlim.rl
On 22/01/2021 07:06, Brian Inglis wrote:
On 2021-01-21 09:32, Marco Atzeri via Cygwin wrote:
On 21.01.2021 17:19, Hamish McIntyre-Bhatty via Cygwin wrote:
On 21/01/2021 16:16, Marco Atzeri via Cygwin wrote:
On 21.01.2021 17:06, Hamish McIntyre-Bhatty via Cygwin wrote:
Hi there,
the process
6 matches
Mail list logo