[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Backing up hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Backing up hobbit
- From: Martin Flemming <martin.flemming (at) desy.de>
- Date: Fri, 19 Oct 2007 09:22:17 +0200 (CEST)
- References: <961092e10710181354o6e984077y8d9381d57642b1cc (at) mail.gmail.com> <60505.24.125.67.188.1192742842.squirrel (at) epperson.homelinux.net> <961092e10710181458t59b0545fy53b3cbeac2d389e2 (at) mail.gmail.com> <200710190913.51279.stef.coene (at) docum.org>
On Fri, 19 Oct 2007, Stef Coene wrote:
> > Would it be safe for me to delete these core files and start working on
> > this task from this day forward? What can I use to read these core files?
> > I noticed they're not text files so I assume there is some bb utility to
> > read them. With the exception of these core* files, I would expect Hobbit
> > to peak at 200MB which I could do in a ~3 minutes
> You can delete the core files, but you should also try to find out why the are
> created. If you use rsync, you can exclude these core files from being
> rsync'd
.. and you can check "why they crashed" with
http://www.hswn.dk/hobbit/help/known-issues.html#bugreport
# If one of the Hobbit tools crashes and leaves a core-file (usually in
the ~hobbit/server/tmp/ directory), please use the gdb tool to pinpoint
where the crash occurred:
* Login as the Hobbit user
* $ cd ~/server
$ gdb bin/PROGRAMFILE tmp/COREFILE
then at the gdb> prompt, execute the command
gdb> bt
Cheers,
Martin