7 Jan 2008 15:32
Re: Garbage printed
Neil Mitchell <ndmitchell <at> gmail.com>
2008-01-07 14:32:59 GMT
2008-01-07 14:32:59 GMT
Hi Henk, If you go to File / Options / Runtime / Print garbage collection messages, you will probably find that is checked. Turn that off and the messages should stop. The problem with the previous text being interspersed with the commands is probably a locking bug. I have tried to eliminate a few locking bugs in the current HEAD version, but some may still remain. I really don't know how the setjmp/longjmp, Windows message pump, multiple threads, locking, timer messages etc. all communicate in enough detail to be confident the locking is correct - its pretty hairy! Thanks Neil On 12/22/07, hjgtuyl <at> chello.nl <hjgtuyl <at> chello.nl> wrote: > > L.S., > > I tried the following commands: > [1..] !! 5500000 > [1..] !! 55000000 > in WinHugs; messages about garbage collection are printed. Between the GC > messages of the second command, parts of the text of the first command are > repeated, see the attached image. > > The reason, that I attached this picture, is that copy/paste to this(Continue reading)
RSS Feed