Re: Prothon bug: strange interaction between self and add_

"Mark Hahn" <[email protected]> Wed, 19 May 2004 16:40:13 -0700
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
1) I have added command line options to build 511 that allows you to
enable/disable debug features that used to be compile-time options.  Use -h
to see details.

http://prothon.org/pub/prothon/win32/Prothon-unstable-b511-win32.zip

Can you try running your example with -dG set?  This disables the garbage
collector.  If it still has problems let me know.  If this fixes your
problems you can run this way until I fix your bug.

2) I have dupicated your problem on my laptop.  Apparently it happens more
often on slower setups.  I will debug it there.