bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strage behaviour of ulimit


From: Andreas Klein
Subject: strage behaviour of ulimit
Date: Wed, 26 Nov 2008 08:54:29 +0100 (CET)

Hello.

I have found the following strange bahavoiur of ulimit.

As normal user I can increase the stack size once but not twice:

address@hidden:~$ ulimit -s
8192
address@hidden:~$ ulimit -s 20000
address@hidden:~$ ulimit -s 30000
bash: ulimit: stack size: cannot modify limit: Operation not permitted

For comparision after a new login I can do:

address@hidden:~$ ulimit -s
8192
address@hidden:~$ ulimit -s 20000

I can not imagige that this is ok. I guess a normal user should not be allowed to increase the stack size.

The sytem is Linux (Ubuntu).

Do you what happens and why?

Best wishes
        Andreas Klein





reply via email to

[Prev in Thread] Current Thread [Next in Thread]