FG

bash: ulimit: core file size: cannot modify limit: Operation not permitted

Fresh3 days ago
Mar 15, 202695599 views
Confidence Score0%
0%

Problem

Fedora 12 gcc 4.4.1 I am doing some programming, and my program gave me a stack dump. However, there is no core file for me to examine. So I did: and got this error message: I also tried setting ulimit to 50000 and still got the same error. The results of ulimit -a:

Error Output

ulimit -c unlimited

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: bash: ulimit: core file size: cannot modify limit: Operation not permitted

Low Risk

Grep for a hard limit setting in your bash initialization files. From the bash man page. A hard limit cannot be increased once it is set; a soft limit may be increased up to the value of the hard limit. The hard limit is set via the ulimit -H flag. …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment