Re: [fpc-pascal] My Linux service application consumes 10% CPU when idling - why?

2021-10-24 Thread Bernd K. via fpc-pascal
Am 07.10.21 um 19:41 schrieb Bo Berglund via fpc-pascal: The question is: how to find what is still using CPU? Have a look at the tool sysprof. This is a statistical sampling profiler that can show you a call tree with percentages of CPU consumption. Thee are also other sampling profilers ar

Re: [fpc-pascal] GDB help needed please

2012-08-31 Thread Bernd K.
On 30.08.2012 00:13, Graeme Geldenhuys wrote: > Signal received. Signal: SIGSEGV, Segmentation fault. > > #0 0040E1BB :0 SYSTEM_WAITFREE_FIXED$PMEMCHUNK_FIXED$POSCHUNK() > #1 01FB8D3C :0 ??() > #2 0040C51A :0 fpc_finalize() > #3 0001 :0 ??() > #4 0040AD2A :0 SYSTEM_TOBJECT_$__CLEANUPINST

Re: [fpc-pascal] Variable of class method type of function

2012-07-17 Thread Bernd K.
On 17.07.2012 01:09, waldo kitty wrote: > now we need to remember to use "of object" when we are working with nothing > but > classes? Imagine for a moment (in a parallel universe) there exists no keyword "object" and never has. All there has ever been was the keyword "class". now you have ty