Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-08 Thread fredvs
Hello Sieghard. OK, we are totally on same feeling. Thanks for your clear explanations (and I hope that one day fpc-developers will take a beak and clean-up all their memory leaks).. Huh, where is Martin, everything OK ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-07 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Tue, 4 Dec 2018 08:00:45 -0600 (CST): > >> him-self, the memory used do not stop to increase and the speed of > >> compilation decrease. > > > I cannot see what relevance your question has to this. > > Hum, in the fpc-forum, to justify the

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-04 Thread fredvs
Thanks Seighard. >> This to try to understand why with fpc, for big project like compiling >> fpc >> him-self, the memory used do not stop to increase and the speed of >> compilation decrease. > I cannot see what relevance your question has to this. Hum, in the fpc-forum, to justify the

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-04 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Mon, 3 Dec 2018 03:27:53 -0600 (CST): > Many thanks for that **clear** explanation how the OS work when a program > close and what appends with the "memory leak". > > But the question was about what appends **inside** the program-process > (all what

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-03 Thread fredvs
Hello Seighard. Many thanks for that **clear** explanation how the OS work when a program close and what appends with the "memory leak". But the question was about what appends **inside** the program-process (all what appends before the program close). This to try to understand why with fpc,

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-02 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Sun, 2 Dec 2018 13:39:40 -0600 (CST): > Hello. > > Sorry to come back with this old story but there are things still not > clear for me. > > In previous posts you explained that now nearly all modern OS have a > "cleaning team" who frees all

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-12-02 Thread fredvs
Hello. Sorry to come back with this old story but there are things still not clear for me. In previous posts you explained that now nearly all modern OS have a "cleaning team" who frees all memory-leaks that was left when a application close. Perfect but what about the memory-leak generated

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-08-01 Thread fredvs
>That are their thinking... All that story gives me, one more time, a taste of disrespect on the part fpc core developers. And,sorry, but for me respect is paramount. Thanks for your positive view Marcos. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread Marcos Douglas B. Santos
On Tue, Jul 31, 2018 at 7:42 PM, fredvs wrote: > @ Marcos and Douglas: thanks for your light. > >> However, if your application is just a console app that do the job and >> dies, as FPC, then it will be the same. > > Huh, AFAIK MSE and fpGUI apps are console apps too ? Yes, but AFAIK these apps

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread fredvs
@ Marcos and Douglas: thanks for your light. > However, if your application is just a console app that do the job and > dies, as FPC, then it will be the same. Huh, AFAIK MSE and fpGUI apps are console apps too ? Anyway, in my old time, playing with programing gives you a red card when your

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread Marcos Douglas B. Santos
On Tue, Jul 31, 2018 at 2:14 PM, Martin Schreiber wrote: > On 07/31/2018 06:25 PM, fredvs wrote: >> Thanks Marcos. >> >>> When the process finish, the OS clean all memory that belongs it. >> >> Sorry, I do not understand. >> Do you mean that the OS clean all memory leak after fpc is closed? > >

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread Martin Schreiber
On 07/31/2018 06:25 PM, fredvs wrote: > Thanks Marcos. > >> When the process finish, the OS clean all memory that belongs it. > > Sorry, I do not understand. > Do you mean that the OS clean all memory leak after fpc is closed? Yes. > What OS ? > Linux, FreeBSD, Windows and OSX for sure.

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread Martin Schreiber
On 07/31/2018 05:48 PM, fredvs wrote: > Hello. > > Referencing to this: > http://lists.freepascal.org/pipermail/fpc-devel/2018-July/039369.html > > So, if I understand ok, after few compiling, we have to reboot the system > because fpc has eaten lot of memory because of their memory leaks ? > >

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread fredvs
Thanks Marcos. > When the process finish, the OS clean all memory that belongs it. Sorry, I do not understand. Do you mean that the OS clean all memory leak after fpc is closed? What OS ? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread Marcos Douglas B. Santos
On Tue, Jul 31, 2018 at 12:48 PM, fredvs wrote: > Hello. > > Referencing to this: > http://lists.freepascal.org/pipermail/fpc-devel/2018-July/039369.html > > So, if I understand ok, after few compiling, we have to reboot the system > because fpc has eaten lot of memory because of their memory

[MSEide-MSEgui-talk] fpc and memory leak.

2018-07-31 Thread fredvs
Hello. Referencing to this: http://lists.freepascal.org/pipermail/fpc-devel/2018-July/039369.html So, if I understand ok, after few compiling, we have to reboot the system because fpc has eaten lot of memory because of their memory leaks ? Huh, will MSElang have the same behaviour ? Fre;D