IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
irrd core dumped
- From: Kuniaki KONDO
- Date: Mon Dec 20 19:24:45 2004
Hello,
I am using IRRd 2.2.3 on FreeBSD.
And, I have been sending many queruies to this serevr,
approximately 2-3 times per second.
(I had searched full route using this server.)
When I continue this situation during 4 or 6 hours,
IRRd definitely core dump.
When it core dumped, I analyzed 'core file' using gdb.
Following is that gdb shows.
I tried some time what I analyzed 'core file'.
Gdb must show this line.
If someone know something, please let me know.
Thank you.
---
% gdb irrd irrd.core
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `irrd'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libc_r.so.5...done.
Loaded symbols for /usr/lib/libc_r.so.5
Reading symbols from /lib/libc.so.5...done.
Loaded symbols for /lib/libc.so.5
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x4811cdcf in kill () from /lib/libc.so.5
(gdb) up
#1 0x48111878 in raise () from /lib/libc.so.5
(gdb) up
#2 0x48189f82 in abort () from /lib/libc.so.5
(gdb) up
#3 0x481886fe in tcflow () from /lib/libc.so.5
(gdb) up
#4 0x48188f9b in tcflow () from /lib/libc.so.5
(gdb) up
#5 0x48189356 in malloc () from /lib/libc.so.5
(gdb) up
#6 0x0804cb2a in irr_write (irr=0xb723000, buf=0xbfadba20 "A174\n", len=5)
at telnet.c:717
717 final_answer->buf = final_answer->ptr = malloc (4096);
|