[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bbgen using full CPU
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bbgen using full CPU
- From: "Josh Luthman" <josh (at) imaginenetworksllc.com>
- Date: Tue, 12 Feb 2008 09:09:00 -0500
- References: <961092e10801312113k3e3edcbfrd85caa73d5a4bf7e (at) mail.gmail.com> <20080201141447.GA13388 (at) hswn.dk> <961092e10802010733l2b295c9by94723020b8837218 (at) mail.gmail.com> <961092e10802022211y2aa17291w54cc7f93df01e749 (at) mail.gmail.com> <20080203084739.GC13113 (at) hswn.dk>
Henrik's solution for this problem was done as shown below...
cd hobbit-4.2.0
make clean
make
/etc/init.d/hobbit stop
killall bbgen
cp bbdisplay/bbgen ~hobbit/server/bin
/etc/init.d/hobbit start
The problem per Henrik:
"the problem probably was that some of the C modules had not been
recompiled. If the number of parameters to a function changes and the
code is not re-compiled, there will be some stack corruption when a
function returns - and this can cause all sorts of odd behaviour,
including the looping that you've seen."
On 2/3/08, Henrik Stoerner <henrik (at) hswn.dk> wrote:
>
> On Sun, Feb 03, 2008 at 01:11:08AM -0500, Josh Luthman wrote:
> > My CPU is still at 100% =P
> >
> > Is there any ideas on what I can test out?
>
> Could you send me (off-list) the output from "bb 127.0.0.1 hobbitdboard"
> and "bbcmd bbhostshow", please ?
>
>
> Regards,
> Henrik
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer