[fpc-pascal] Object instance is suddenly corrupt or of unknown type?

2009-10-08 Thread Graeme Geldenhuys
Hi, I'm using FPC 2.3.1 on a 64bit Linux system. I have a field variable which is an class instance. Many methods use this field variable and it's properties. I suddenly started getting Access Violations in my application. Adding that field variable to the Watch Window and stepping through my

Re: [fpc-pascal] Object instance is suddenly corrupt or of unknown type?

2009-10-08 Thread JoshyFun
Hello FPC-Pascal, Thursday, October 8, 2009, 12:38:20 PM, you wrote: GG Most of the times te watch output is:FLayout:TRichTextLayout 0xabcedef GG This is correct. The type is known and the memory address seems fine. GG (ignore my fake mem address above). GG But then at some point the