[Gambas-user] Memory leak 2

2014-01-13 Thread Wolfgang
Hello Benoît, I found another strange behaviour: snip Dim i As Long Dim s As String s = "1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghi" ' s has 99 Bytes plus the "\n", so we have 100Bytes for each line For i = 1 To 1000 TextAre

Re: [Gambas-user] Memory leak...

2014-01-09 Thread Wolfgang
Hello Benoît! With using the Gambas3.5.2-1precise1 the leak is gone! Thank you very much! Now the sun is beaming again!!! Wolfgang Am 08.01.2014 06:26, schrieb Wolfgang: >> >> Hi, >> >> The memory leak has been fixed in revision #6071. >> >> I will merge it with the 3.5.2 coming soon. >> >> Re

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Am 08.01.2014 01:06, schrieb Benoît Minisini: > Le 07/01/2014 19:39, Wolfgang a écrit : >> Am 07.01.2014 13:13, schrieb Benoît Minisini: >>> Le 07/01/2014 12:15, Wolfgang a écrit : >>> Sure, here it is. Just want to save memory space (again ;-) >>> Please send the contents of the system inform

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 19:39, Wolfgang a écrit : > Am 07.01.2014 13:13, schrieb Benoît Minisini: >> Le 07/01/2014 12:15, Wolfgang a écrit : >> >>> Sure, here it is. Just want to save memory space (again ;-) >> >> Please send the contents of the system information dialog of the IDE. >> > As i am not sure if

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Am 07.01.2014 13:13, schrieb Benoît Minisini: > Le 07/01/2014 12:15, Wolfgang a écrit : > >> Sure, here it is. Just want to save memory space (again ;-) > > Please send the contents of the system information dialog of the IDE. > As i am not sure if my last post came through I send it again : [Syst

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Hello Benoît, I have sent it, but it says: "Your mail to 'Gambas-user' with the subject Re: [Gambas-user] Memory leak... Is being held until the list moderator can review it for approval." Wolfgang --

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 11:45, Wolfgang a écrit : > Hello all, > > I am using Gambas 3.5.1 on a Ubuntu 12.04.3 LTS system with 2Gb of RAM. > > I made a short example to show my problem. Not a very useful code, but > it shows my problem! > > In the form I habe a Button called "ButtonStart" and a Picturebox1.

[Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Hello all, I am using Gambas 3.5.1 on a Ubuntu 12.04.3 LTS system with 2Gb of RAM. I made a short example to show my problem. Not a very useful code, but it shows my problem! In the form I habe a Button called "ButtonStart" and a Picturebox1. Here is the code: Public Img As New Image Public