Re: setrlimit always fails

2021-02-12 Thread Brian Inglis
On 2021-02-12 11:56, Brian Inglis wrote: On 2021-02-12 02:12, Corinna Vinschen via Cygwin wrote: On Feb 12 00:26, Brian Inglis wrote: 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 resourc

Re: setrlimit always fails

2021-02-12 Thread Brian Inglis
On 2021-02-12 02:12, Corinna Vinschen via Cygwin wrote: On Feb 12 00:26, Brian Inglis wrote: 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

Re: setrlimit always fails

2021-02-12 Thread Patrick Chkoreff
Ken Brown via Cygwin wrote on 2/11/21 9:06 PM: > Cygwin's setrlimit only supports a few resources, as you can see in the > source: > > https://cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/resource.cc;h=9e9d223466b7635b990d6c9e0bfb9e2e9a46;hb=HEAD#l201 Thank you to all who repli

Re: X server

2021-02-12 Thread Marco Atzeri via Cygwin
On 12.02.2021 08:22, Anuja Chanana via Cygwin wrote: 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.

Re: setrlimit always fails

2021-02-12 Thread Corinna Vinschen via Cygwin
On Feb 12 00:26, Brian Inglis wrote: > 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 > > > dist

Re: setrlimit always fails

2021-02-12 Thread Corinna Vinschen via Cygwin
On Feb 11 10:23, 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: > > #include > #include > #include > > int main(void) >