Re: [lazarus] TimeCallBack under Win32

2008-01-20 Thread Damien Gerard
On Jan 19, 2008, at 2:07 PM, Mark Morgan Lloyd wrote: Damien Gerard wrote: n := FTimerData.Count; while (n>0) do begin dec(n); > It seems FTimerData is not properly set. Is it possible ? May be it is > related to some bad behavior of my application (I really don't know what > but

Re: [lazarus] TimeCallBack under Win32

2008-01-19 Thread Mark Morgan Lloyd
Damien Gerard wrote: n := FTimerData.Count; while (n>0) do begin dec(n); > It seems FTimerData is not properly set. Is it possible ? May be it is > related to some bad behavior of my application (I really don't know what > but it is not impossible) Try explicitly disabling this while

[lazarus] TimeCallBack under Win32

2008-01-16 Thread Damien Gerard
I have with my GDB the following : Program received signal SIGSEGV, Segmentation fault. 0x00434823 in TLIST__GETCOUNT () at lists.inc:368 368 lists.inc: No such file or directory. in lists.inc Current language: auto; currently pascal (gdb) bt #0 0x00434823 in TLIST__GETCOUNT () at