[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] [trunk] coredump on hobbitfetch



still have hobbitfetch going red


here's the backtrace :
# gdb ../bin/hobbitfetch core
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".


warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/tls/i686/cmov/libc.so.6...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `/data/hobbit/server/bin/hobbitfetch --server=127.0.0.1 --no-daemon --pidfile=/d'.
Program terminated with signal 6, Aborted.
#0  0xb7f0b410 in ?? ()
(gdb) bt
#0  0xb7f0b410 in ?? ()
#1  0xbff2b4ec in ?? ()
#2  0x00000006 in ?? ()
#3  0x000068a6 in ?? ()
#4  0xb7de4811 in raise () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7de5fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
#6  0x08051a21 in sigsegv_handler (signum=11) at sig.c:58
#7  0xb7f0b420 in ?? ()
#8  0x0000000b in ?? ()
#9  0x00000033 in ?? ()
#10 0x00000000 in ?? ()
(gdb)



In top, i see that hobbitfetch in at 100% cpu
(i'm only doing pulldata on less that 10 hosts)


PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 18201 hobbit 25 0 2500 1344 524 R 100 0.1 7:59.46 hobbitfetch 20623 hobbit 15 0 7248 4244 1280 S 0 0.2 0:41.37 hobbitd_rrd 20816 hobbit 18 0 5088 3108 1300 S 0 0.1 0:14.60 hobbitd_client 1 root 15 0 1948 652 552 S 0 0.0 0:01.23 init 2 root RT 0 0 0 0 S 0 0.0 0:00.05 migration/0 3 root 34 19 0 0 0 S 0 0.0 0:00.00 ksoftirqd/0 4 root RT 0 0 0 0 S 0 0.0 0:00.02 migration/1
...



Is there a special signal i should send to hobbitfetch ?
or should i just do a kill -9 on it ?..


I dont see anything interesting in hobbitfetch.log, (in debug mode)
anyway since hobbitfetch is in 100% cpu, no logs are appearing now




Olivier