Unix Programming - howto interpret error

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > January 2006 > howto interpret error





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author howto interpret error
Adam

2006-01-29, 9:31 pm

If the application written in c++
creates following entry in kernel error logs:

"denied resource overstep by requesting 4096 for RLIMIT_CORE against
limit 0..."

what can be the problem??
It occurs on 64bit 2processor machine with Linux.

Gordon Burditt

2006-01-29, 9:31 pm

>If the application written in c++
>creates following entry in kernel error logs:
>
>"denied resource overstep by requesting 4096 for RLIMIT_CORE against
>limit 0..."
>
>what can be the problem??
>It occurs on 64bit 2processor machine with Linux.


It sounds like something is trying to dump core but you have disabled
core dumping. Your logs give no clue as to WHY it dumped core, but
an immediately preceeding log message about something dying on
signal <whatever> might be more informative.

Gordon L. Burditt
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com