Re: [Gambas-user] Circular references and allocations non freed

2015-09-15 Thread Benoît Minisini
Le 15/09/2015 16:35, martin p cristia a écrit : > How? Can it be sent to the farm? Its huge and has help files, images, > and a .so library > > 'No idea... Can you send your project? > The goal is to reproduce the errors on my system. So send me the project archive, and explain me how to reproduc

Re: [Gambas-user] Circular references and allocations non freed

2015-09-15 Thread martin p cristia
How? Can it be sent to the farm? Its huge and has help files, images, and a .so library 'No idea... Can you send your project? -- Saludos Ing. Martin P Cristia -- ___ Gamba

Re: [Gambas-user] Circular references and allocations non freed

2015-09-14 Thread Benoît Minisini
Le 14/09/2015 20:34, martin p cristia a écrit : > Me neither. > > Can't isolate it. It's a strange errror because those structs are > created only once as global variables. > In example: > ' Gambas module file > ' modEstru > > Public Struct datosSTRUCT > magic As String > proyecto As St

[Gambas-user] Circular references and allocations non freed

2015-09-14 Thread martin p cristia
Me neither. Can't isolate it. It's a strange errror because those structs are created only once as global variables. In example: ' Gambas module file ' modEstru Public Struct datosSTRUCT magic As String proyecto As String descripcion As String totalnudos As Integer total

Re: [Gambas-user] Circular references and allocations non freed

2015-09-12 Thread Jussi Lahtinen
I can't reproduce the problem with that code. Please try to isolate the problem in small runnable project. Jussi On Sat, Sep 12, 2015 at 5:23 PM, martin p cristia wrote: > I hope so: It's like when I ask my wife to prepare breakfast and she > tells me she'll do that after I set the bed, and I

[Gambas-user] Circular references and allocations non freed

2015-09-12 Thread martin p cristia
I hope so: It's like when I ask my wife to prepare breakfast and she tells me she'll do that after I set the bed, and I allways set the bed after breakfast. Still don't know why that comes out. Public Struct unidadesSTRUCT ' TODO long_nombre As String ' metr , cmtr, inch, feet

Re: [Gambas-user] Circular references and allocations non freed

2015-09-11 Thread Benoît Minisini
Le 11/09/2015 19:32, martin p cristia a écrit : > Hi: > > this shows up in the debugger after program ends with me.Close() in the > main window: > > gbx3: warning: circular references detected: > gbx3: 8 flagsSTRUCT > gbx3: 47896 settingsSTRUCT > gbx3: 13038 datosSTRUCT > gbx3: 262848 zoomST

[Gambas-user] Circular references and allocations non freed

2015-09-11 Thread martin p cristia
Hi: this shows up in the debugger after program ends with me.Close() in the main window: gbx3: warning: circular references detected: gbx3: 8 flagsSTRUCT gbx3: 47896 settingsSTRUCT gbx3: 13038 datosSTRUCT gbx3: 262848 zoomSTRUCT gbx3: warning: 323790 allocation(s) non freed. The total al