[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] [trunk] coredump on hobbitfetch
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] [trunk] coredump on hobbitfetch
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Wed, 28 Jan 2009 11:59:07 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <534434e80901260010j4c842d0cme001e775e15e9c9c (at) mail.gmail.com> <496C8B9F.9020705 (at) gmail.com> <534434e80901260010j4c842d0cme001e775e15e9c9c (at) mail.gmail.com> <534434e80901270001m380ebc55mf6892d7354477333 (at) mail.gmail.com>
- User-agent: nn/6.7.3
In <534434e80901270001m380ebc55mf6892d7354477333 (at) mail.gmail.com> "Gatis A." <gatis.anee (at) gmail.com> writes:
>Core was generated by `/home/hob/xymon/server/bin/hobbitfetch
>--server=127.0.0.1 --no-daemon --pid'.
>Program terminated with signal 6, Aborted.
>#0 0x00495402 in __kernel_vsyscall ()
>(gdb) backtrace
>#0 0x00495402 in __kernel_vsyscall ()
>#1 0x00501d10 in raise () from /lib/libc.so.6
>#2 0x00503621 in abort () from /lib/libc.so.6
>#3 0x08050ff3 in sigsegv_handler (signum=11) at sig.c:57
>#4 <signal handler called>
>#5 main (argc=5, argv=Cannot access memory at address 0x4
>) at hobbitfetch.c:709
Could you try grabbing the current development version
http://hobbitmon.svn.sourceforge.net/viewvc/hobbitmon/trunk/
(from the "Download GNU tarball" link at the bottom).
Run the "configure" script and "make hobbitd-build", then
copy hobbitd/hobbitfetch to your ~hobbit/server/bin/
directory. The crash happens in a part of the code which
was modified extensively since the 4.2.x release, and I
think it has been fixed by that rewrite.
Regards,
Henrik