Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-12 Thread Marcos Douglas B. Santos
On Wed, May 9, 2018 at 10:48 AM, Michael Van Canneyt wrote: > > > On Wed, 9 May 2018, Marcos Douglas B. Santos wrote: > OK sorry for didn't find this bugreport. Is this fix in fixes_3_0 ? >>> >>> >>> >>> I do not know, presumably not. >> >> >> For "new things" I

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Michael Van Canneyt
On Wed, 9 May 2018, Marcos Douglas B. Santos wrote: On Wed, May 9, 2018 at 9:31 AM, Michael Van Canneyt wrote: OK sorry for didn't find this bugreport. Is this fix in fixes_3_0 ? I do not know, presumably not. For "new things" I use to use the last version

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Marcos Douglas B. Santos
On Wed, May 9, 2018 at 9:31 AM, Michael Van Canneyt wrote: > >> >> OK sorry for didn't find this bugreport. >> Is this fix in fixes_3_0 ? > > > I do not know, presumably not. For "new things" I use to use the last version published, just to see that works. Then, I start

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Michael Van Canneyt
On Wed, 9 May 2018, Marcos Douglas B. Santos wrote: The memleak is present only in 3.0.4, no longer in trunk. I remembered a similar bugreport by African Wild Dog: https://bugs.freepascal.org/view.php?id=33535 where I had the same conclusion. OK sorry for didn't find this bugreport. Is

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Marcos Douglas B. Santos
On Wed, May 9, 2018 at 3:47 AM, Michael Van Canneyt wrote: > > > On Tue, 8 May 2018, Marcos Douglas B. Santos wrote: > >> On Mon, May 7, 2018 at 6:05 PM, Michael Van Canneyt >> wrote: >>> >>> >>> >>> On Mon, 7 May 2018, Marcos Douglas B. Santos

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Michael Van Canneyt
On Wed, 9 May 2018, Michael Van Canneyt wrote: Let me know if you need a tester or more information. I tested it. The memleak is present only in 3.0.4, no longer in trunk. I remembered a similar bugreport by African Wild Dog: https://bugs.freepascal.org/view.php?id=33535 where I had the

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-09 Thread Michael Van Canneyt
On Tue, 8 May 2018, Marcos Douglas B. Santos wrote: On Mon, May 7, 2018 at 6:05 PM, Michael Van Canneyt wrote: On Mon, 7 May 2018, Marcos Douglas B. Santos wrote: Application.Run; end. ===END=== My environment is: Lazarus 1.8.3 r57764 FPC 3.0.4

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-08 Thread Marcos Douglas B. Santos
On Mon, May 7, 2018 at 6:05 PM, Michael Van Canneyt wrote: > > > On Mon, 7 May 2018, Marcos Douglas B. Santos wrote: > >>> Application.Run; >>> end. >>> >>> ===END=== >>> >>> My environment is: Lazarus 1.8.3 r57764 FPC 3.0.4 i386-win32-win32/win64 >>> >>> Best regards,

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-07 Thread Michael Van Canneyt
On Mon, 7 May 2018, Marcos Douglas B. Santos wrote: Application.Run; end. ===END=== My environment is: Lazarus 1.8.3 r57764 FPC 3.0.4 i386-win32-win32/win64 Best regards, Marcos Douglas Michael, Would you want that I open a issue for it? Allow me to test first, please. Michael.

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-07 Thread Marcos Douglas B. Santos
On Sun, May 6, 2018 at 5:44 PM, Marcos Douglas B. Santos wrote: > On Sat, May 5, 2018 at 11:51 AM, Michael Van Canneyt > wrote: >> >> >> On Sat, 5 May 2018, Marcos Douglas B. Santos wrote: >> >>> I'm using fpWeb in standalone mode (fphttpapp unit) to

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-06 Thread Marcos Douglas B. Santos
On Sun, May 6, 2018 at 6:26 PM, Marcos Douglas B. Santos wrote: > On Sun, May 6, 2018 at 6:05 PM, leledumbo via fpc-pascal > wrote: >>> Create a call that calls Application.Terminate. >> >> I just call DumpHeap(false); instead > > Where is this

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-06 Thread Marcos Douglas B. Santos
On Sun, May 6, 2018 at 6:05 PM, leledumbo via fpc-pascal wrote: >> Create a call that calls Application.Terminate. > > I just call DumpHeap(false); instead Where is this function or method? Could you give so more information how is this works with heaptrc? About

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-06 Thread leledumbo via fpc-pascal
> Create a call that calls Application.Terminate. I just call DumpHeap(false); instead -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-06 Thread Marcos Douglas B. Santos
On Sat, May 5, 2018 at 11:51 AM, Michael Van Canneyt wrote: > > > On Sat, 5 May 2018, Marcos Douglas B. Santos wrote: > >> I'm using fpWeb in standalone mode (fphttpapp unit) to develop and debug. >> I would like to see the heaptrc log in the end, as we can do in normal >>

Re: [fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-05 Thread Michael Van Canneyt
On Sat, 5 May 2018, Marcos Douglas B. Santos wrote: I'm using fpWeb in standalone mode (fphttpapp unit) to develop and debug. I would like to see the heaptrc log in the end, as we can do in normal desktop applications. So, in one route I create an object and don't release it to simulate a

[fpc-pascal] fpWeb: How can I use heaptrc in standalone mode?

2018-05-05 Thread Marcos Douglas B. Santos
I'm using fpWeb in standalone mode (fphttpapp unit) to develop and debug. I would like to see the heaptrc log in the end, as we can do in normal desktop applications. So, in one route I create an object and don't release it to simulate a memleak. I've tried to set