Stopping hobbit creates coredump
Hi,
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
GNU gdb 5.3
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 "hppa2.0n-hp-hpux11.00"...
Core was generated by éhobbitd_channe'.
Program terminated with signal 6, Aborted.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
warning: Can't find file hobbitd_channel referenced in dld_list.
Reading symbols from /usr/lib/libc.2...done.
Reading symbols from /usr/lib/libdld.2...done.
#0 0xc020bad0 in kill () from /usr/lib/libc.2
(gdb) bt
#0 0xc020bad0 in kill () from /usr/lib/libc.2
#1 0xc01a655c in raise () from /usr/lib/libc.2
#2 0xc01e69a8 in abort_C () from /usr/lib/libc.2
#3 0xc01e6a04 in abort () from /usr/lib/libc.2
#4 0x00003b6c in main (argc=-2147483648, argv=0x400061dc)
at hobbitd_channel.c:374
(gdb) q
$
Regards Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist
"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt." -- Mark Twain
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
----- Original Message ----- From: "Henrik Stoerner" <henrik at hswn.dk> To: <hobbit at hswn.dk> Sent: Monday, April 03, 2006 7:54 AM Subject: Re: [hobbit] Stopping hobbit creates coredump
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.
Yes I do, I also have page.log:2006-04-02 08:14:19 Tried to down BOARDBUSY: Invalid argument What is this?
It is harmless, but still it's annoying so I've fixed this now.
Agree
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (2)
-
henrik@hswn.dk
-
lars.ebeling@leopg9.no-ip.org