[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 10:29:05 +0300 |
User-agent: |
Mutt/1.4.1i |
On Sat, May 03, 2003 at 01:27:58AM +0300, Matti Katila wrote:
>
> Hi,
>
>
> 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.
Tuomas