[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Stopping hobbit creates coredump
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Stopping hobbit creates coredump
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Mon, 3 Apr 2006 07:54:28 +0200
- References: <003c01c656d8$19b5fe40$0500a8c0@noip.org>
- User-agent: Mutt/1.5.9i
On Mon, Apr 03, 2006 at 06:35:56AM +0200, lars ebeling wrote:
>
> stopping hobbit creates coredump. If I start and stop hobbit immediately, no corefile is created. But when hobbit is stopped after some hours the core is created. It has been like this for some time.
>
> $ gdb ./bin/hobbitd_channel ./core
> #3 0xc01e6a04 in abort () from /usr/lib/libc.2
> #4 0x00003b6c in main (argc=-2147483648, argv=0x400061dc)
> at hobbitd_channel.c:374
Good catch, thanks. You should also have some messages like
2006-04-03 07:52:10 xfree: Trying to free a NULL pointerAborted (core dumped)
in your logfiles.
It is harmless, but still it's annoying so I've fixed this now.
Regards,
Henrik