Hi all,

I am experiencing what I believe is a bug, usually ending in a segfault or a
freeze. After many tests, I reduced the code to this:

functor
import
   System
   Finalize
define
   R = {Finalize.guardian
        proc {$ X}
           {System.show X}
        end}
   {R {WeakDictionary.new _}}
   {System.gcDo}
end

As far as I have looked at this, it seems the collection of the weak
dictionary itself is the source of the bug.

Any help will be much appreciated.

Thanks,
Christophe Taton
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to