[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] feature in libvob/fenfire
From: |
Tuomas Lukka |
Subject: |
Re: [Gzz] feature in libvob/fenfire |
Date: |
Sat, 3 May 2003 18:36:16 +0300 |
User-agent: |
Mutt/1.4.1i |
On Sat, May 03, 2003 at 12:15:44PM +0300, Matti Katila wrote:
> On Sat, 3 May 2003, Tuomas Lukka wrote:
> > On Sat, May 03, 2003 at 01:27:58AM +0300, Matti Katila wrote:
> >> This jammed my cpu powers, java eated 98% of cpu.
> >> self.vs.map.put(lineconn, anchorUnit,
> >> self.vs.unitSqCS(otherAnchorCS, "UN"))
> >> The problem was:
> >> ff.util.AlphContent(fen).setText('This is rst canvas test', note, 1)
> >> correct line would have been:
> >> ff.util.AlphContent(fen).setText(note, 'This is rst canvas test', 1)
> >> There are some problems to use Object as a node :)
> > Could you give some more information: why would unitSqCS ever jam the CPU?
> > That just doesn't make any sense.
>
> I wouldn't mind to write to gzz-dev if I could say where the problem is
> and fix it. The lineconn line is from buoymanager and AlphContent line is
> from buoyoing if you want to try debug this more deeply. unitSqCS probably
> isn't the problem as you said.
Basically, could you make a failing / crashing test?
That would be a great way to start this, and would make life much easier
for me...
Tuomas