Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-07 Thread Benoît Minisini
Le 07/04/2013 10:19, Ron a écrit : > We are in luck. > It seems very easy to reproduce... > > Create CLI project containing just this: > > Public Sub Main() > >Exec ["/test"] > Catch > > End > > And you get 1 allocation(s) non freed when run. > This is on latest revision. > > So it seems the la

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-07 Thread Ron
We are in luck. It seems very easy to reproduce... Create CLI project containing just this: Public Sub Main() Exec ["/test"] Catch End And you get 1 allocation(s) non freed when run. This is on latest revision. So it seems the latest gbx_ changes are generating this issue. Regards, Ron. 2

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-06 Thread Benoît Minisini
Le 06/04/2013 18:24, Ron a écrit : > Ok i will recompile and try to isolate it. > > Can they come from the two revisions mentioned below? > Since I didn't see them before it. Maybe. > I will revert the code to see too. Yes, good idea too to identify where the problem comes from! Regards, -- B

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-06 Thread Ron
Ok i will recompile and try to isolate it. Can they come from the two revisions mentioned below? Since I didn't see them before it. I will revert the code to see too. Regards, Ron. 2013/4/6 Benoît Minisini : > Le 06/04/2013 17:06, Ron a écrit : >> Revision #5598 and #5600 made Gambas3 stable. >>

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-06 Thread Benoît Minisini
Le 06/04/2013 17:06, Ron a écrit : > Revision #5598 and #5600 made Gambas3 stable. > > But one thing I noticed it when it runs for a few days and I stop it i see > this: > > gbx3: warning: 35 allocation(s) non freed. > How can I check what they are? > Run valgrind? > > Regards, > Ron_2nd. This is

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-06 Thread Ron
Revision #5598 and #5600 made Gambas3 stable. But one thing I noticed it when it runs for a few days and I stop it i see this: gbx3: warning: 35 allocation(s) non freed. How can I check what they are? Run valgrind? Regards, Ron_2nd. 2013/4/5 Benoît Minisini : > Le 05/04/2013 11:12, Ron a écrit :

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Benoît Minisini
Le 05/04/2013 11:12, Ron a écrit : > On 5-4-2013 11:08, Benoît Minisini wrote: >> Hi, >> >> I have made a new package of the 3.4.1, with the fix about control names. >> >> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download >> >> Please tell me if it is ok for you (t

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Ron
On 5-4-2013 11:08, Benoît Minisini wrote: > Hi, > > I have made a new package of the 3.4.1, with the fix about control names. > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download > > Please tell me if it is ok for you (those who don't want their control > name to

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread kokoko3k
It is working as previous versions; form names are right. Thanks! - Antonio Orefice -- View this message in context: http://gambas.8142.n7.nabble.com/Pre-release-of-Gambas-3-4-1-tp41628p41629.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Benoît Minisini
Hi, I have made a new package of the 3.4.1, with the fix about control names. http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download Please tell me if it is ok for you (those who don't want their control name to be renamed savagely), and I will make it official. Re

Re: [Gambas-user] Pre-release of gambas 3.4.1

2013-04-04 Thread Benoît Minisini
Le 04/04/2013 13:23, kokoko3k a écrit : > I just tested it, and found that every form.name returns "#1" instead of the > name of the form. > I emailed a test program to you, Benoît. > I will fix that before the official release of 3.4.1. Regards, -- Benoît Minisini

Re: [Gambas-user] Pre-release of gambas 3.4.1

2013-04-04 Thread kokoko3k
Could you please revert to the stable version? 3.4.1 is a prerelease and unfortunatelly bugged for me :( -- View this message in context: http://gambas.8142.n7.nabble.com/Pre-release-of-gambas-3-4-1-tp41422p41616.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Pre-release of gambas 3.4.1

2013-04-04 Thread kokoko3k
I just tested it, and found that every form.name returns "#1" instead of the name of the form. I emailed a test program to you, Benoît. -- View this message in context: http://gambas.8142.n7.nabble.com/Pre-release-of-gambas-3-4-1-tp41422p41615.html Sent from the gambas-user mailing list archiv

Re: [Gambas-user] Pre-release of gambas 3.4.1

2013-03-24 Thread Kende Krisztián
I have tested it, and the compilation and packaging is OK on my part. So I uploading the update to Ubuntu PPA. :-) > Here you can download the source package of Gambas 3.4.1: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download > > This is the 3.4.0 version wi

[Gambas-user] Pre-release of gambas 3.4.1

2013-03-24 Thread Benoît Minisini
Here you can download the source package of Gambas 3.4.1: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download This is the 3.4.0 version with most of the bug fixes backported from /trunk. Please tell me if everything is OK, and I will update the website with the c