by spender » Sun Oct 06, 2002 2:46 pm
the corefile resource works a little strangely. When a core file is written out, there's certain data it can write to it. You can think of these as being in chunks. Let's say you specify a limit of 100K, and the total size of the coredump is expected to be over that...instead of not dumping a core at all, the kernel will dump the chunks it can that will be under that 100K. Don't know what to tell you about your problem though. I'm not doing anything tricky, just using the same code that's already in the kernel. It's been working fine for me. What's your RES_CORE line look like?
-Brad