Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I see a core dump when run my application in linux. uname -a ------------ Linux amlt8 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 athlon i386 GNU/Linux ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    1

    Question core dumps on linux

    Hi,

    I see a core dump when run my application in linux.

    uname -a
    ------------
    Linux amlt8 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 athlon i386 GNU/Linux

    bt of core...
    -----
    #0 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    #1 0x007a5815 in raise () from /lib/tls/libc.so.6
    #2 0x007a7279 in abort () from /lib/tls/libc.so.6
    #3 0x007d9cca in __libc_message () from /lib/tls/libc.so.6
    #4 0x007e055f in _int_free () from /lib/tls/libc.so.6
    #5 0x007e093a in free () from /lib/tls/libc.so.6
    #6 0x00280cd3 in clear_callback () at callback.c:297
    #7 0x00258d84 in snmp_shutdown (type=0x83b7888 "ar") at snmp_api.c:850
    #8 0x080e379a in SNMPAgent::terminate () at snmpagent.cpp:230


    (gdb) info threads
    9 process 32345 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    8 process 32437 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    7 process 32439 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    6 process 32440 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    5 process 32443 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    4 process 32444 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    3 process 32445 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    2 process 32447 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
    * 1 process 32348 0x007647a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2


    Could anybody know the cause of this ?

    Kind Thanks,
    Sakthi

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Why should we know the cause of your dump? You don't mention the application, provide any source, or whatever. In any case, it seems to be occurring when the process is being shut down and it seems that the process is an SNMP (network management) client application. Is this an application written in-house, or a 3rd party FOSS or proprietary application?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...