Re: AW: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-08-14 Thread Jonas Maebe
On 14 aug 2006, at 13:14, Vincent Snijders wrote: Is valgrind support broken or do I have to do something beyond setting the valgrind compiler switch? You don't have to do anything but compile all your program's units and the program itself with the -gv switch. Note: all includes the RTL.

Re: AW: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-08-14 Thread Vincent Snijders
Jonas Maebe schreef: On 14 aug 2006, at 13:06, Helmut Hartl wrote: Is valgrind support broken or do I have to do something beyond setting the valgrind compiler switch? You don't have to do anything but compile all your program's units and the program itself with the -gv switch. Note: all i

Re: AW: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-08-14 Thread Jonas Maebe
On 14 aug 2006, at 13:06, Helmut Hartl wrote: If memory is acquired through: "Getmem(x,size)" and Freed through "Freemem(x,size)" I have a leak because Getmem reserves occasionally more mem as specified in size? No. Well, it will round up all allocations to a multiple of X bytes (X depend

AW: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-08-14 Thread Helmut Hartl
> > I'll look into the bug report the next days. > Hello Florian, Thanks for fixing the first bug, but i am afraid, that there exist other memory related problems in FPC 2.0.3 (fixes branch). Our applications are not memory stable. (Related Bugs 7174, 7209) I am in the moment not able to repro

Re: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-27 Thread Florian Klaempfl
Helmut Hartl wrote: I'll look into the bug report the next days. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-26 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: On Wed, 26 Jul 2006, Helmut Hartl wrote: Hello Joost, In the Moment we have the option to release next ZEOS recommending a nonworking 2.0.2 (Dataset Problems) or recommending a non working (memory leaks) other version. And in the moment there exists none gr

AW: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-26 Thread Helmut Hartl
Hi, > That mem-leak bug, do you have it's bug-number? And do you think it's > serious enough to block the release of 2.0.4? I testet faulty against fresh built 2.1.1, 2.04 RC 2 Tag and fixes branch. Maybe I am doing something wrong ... but if someone confirms: http://www.freepascal.org/mantis/b

Re: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-26 Thread Joost van der Sluis
On Wed, 2006-07-26 at 14:30 +0200, Helmut Hartl wrote: > We (I) am the currently technical maintainer of ZEOS Database Library. > We donate some of our work to the ZEOS DB Library. > > We are currently stabilizing it and using it in a > carrier grade billing system for a VOIP Telco Provider. I

Re: AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-26 Thread Michael Van Canneyt
On Wed, 26 Jul 2006, Helmut Hartl wrote: > Hello Joost, > > > In the Moment we have the option to release next ZEOS > recommending a nonworking 2.0.2 (Dataset Problems) or > recommending a non working (memory leaks) other version. > > And in the moment there exists none greater 2.0.2, which

AW: AW: [fpc-devel] MemoryLeak with AS Operator

2006-07-26 Thread Helmut Hartl
Hello Joost, Maybe I should be a bit more informative: We (I) am the currently technical maintainer of ZEOS Database Library. We donate some of our work to the ZEOS DB Library. We are currently stabilizing it and using it in a carrier grade billing system for a VOIP Telco Provider. We have a 7