[Fresco-devel] double servant activation found in TextKit

[email protected] Wed, 27 Aug 2003 04:34:29 +0200
Newsgroups gmane.comp.video.fresco.devel
Message-ID <20030827023429.GA5903@balthasar>
hi

maybe i found a bug in the TextKit... my helloworld applet has chashed the 
server any time i kill the applet by [Ctrl][C]...

i started the server with -t and -l and found a assertion-error if the
server trys to delete my_strut in TextKitImpl.cc.
my_strut is managed by Impl_var and gets activated by the "="-operator...
ok... i removed the following KitImpl::activate() call in TextKitImpl::strut()
at line 135.

and now it works for me... my_strut will destructed and deactivated correctly,
but i'm not clear for all... maybe you check this too... or tell me the _right_
way to make it clear...

thx for answers

mfg
cinap_lenrek