On 11/07/07, Jayson Robinson <[EMAIL PROTECTED]> wrote:
>  Got some rather large cores (4gb) from one of our net-snmp 5.3 boxes.
> Apparently they have been doing this randomly.  I have at least 4 core files
> and  I have pulled the backtrace on the core file and was wondering if
> anyone has any ideas.

This looks suspiciously like a memory allocation problem.
The code in question is:

        if (NULL == tbl_req_info) {
            tbl_req_info = SNMP_MALLOC_TYPEDEF(netsnmp_table_request_info);
            tbl_req_info->reg_info = tbl_info;
            :

so it's presumably the 'malloc' call which is failing.
Are the systems concerned running low on available memory?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to