Re: [Gambas-user] JIT problem

2014-05-17 Thread Willy Raets
On za, 2014-05-17 at 07:08 -0700, Randall Morgan wrote: > Here's what I'm pulling from the ppa: > http://ppa.launchpad.net/pool/main/g/gambas3/gambas3_3.5.99.1+svn20140509+build42~ubuntu12.04.1 > And i have done a sudo apt-get update... > > Just after giving my previous answer, I updated gambas3

Re: [Gambas-user] JIT problem

2014-05-17 Thread Randall Morgan
Here's what I'm pulling from the ppa: http://ppa.launchpad.net/pool/main/g/gambas3/gambas3_3.5.99.1+svn20140509+build42~ubuntu12.04.1 And i have done a sudo apt-get update... On Sat, May 17, 2014 at 6:58 AM, Randall Morgan wrote: > Interesting. I too seem to have not had an update since 5-9-201

Re: [Gambas-user] JIT problem

2014-05-17 Thread Randall Morgan
Interesting. I too seem to have not had an update since 5-9-2014. And I am using the daily repo I tried uninstalling and re-installing and it did not help. On Sat, May 17, 2014 at 6:24 AM, Roki wrote: > Thank you Willie for your response. I still do not get any updates from > the daily PPA

Re: [Gambas-user] JIT problem

2014-05-17 Thread Roki
Thank you Willie for your response. I still do not get any updates from the daily PPA Do I have to first uninstall Gambas, then re-install it? On 05/17/2014 11:44 AM, Willy Raets wrote: > On vr, 2014-05-16 at 17:04 +0200, Roki wrote: >> Hello! >> Perhaps The question I ask you is ridiculous, but b

Re: [Gambas-user] JIT problem

2014-05-17 Thread Willy Raets
On vr, 2014-05-16 at 17:04 +0200, Roki wrote: > Hello! > Perhaps The question I ask you is ridiculous, but bear in mind that I am > a relative novice in Gambas. How to pick revision #6264? I have daily > PPA, but no update maybe for ten days. > > On 05/15/2014 12:24 PM, Benoît Minisini wrote: >

Re: [Gambas-user] JIT problem

2014-05-16 Thread Jussi Lahtinen
You need to wait for update or compile from sources (instructions can be found from http://gambaswiki.org/wiki/install?w&l=en ). Jussi On Fri, May 16, 2014 at 6:04 PM, Roki wrote: > Hello! > Perhaps The question I ask you is ridiculous, but bear in mind that I am > a relative novice in Gambas

Re: [Gambas-user] JIT problem

2014-05-16 Thread Roki
Hello! Perhaps The question I ask you is ridiculous, but bear in mind that I am a relative novice in Gambas. How to pick revision #6264? I have daily PPA, but no update maybe for ten days. On 05/15/2014 12:24 PM, Benoît Minisini wrote: > revision #6264 -

Re: [Gambas-user] JIT problem

2014-05-15 Thread Jussi Lahtinen
Yes, everything works as expected! Thanks! Jussi On Thu, May 15, 2014 at 1:24 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > > I get following error message: > > "Stack became corrupted in a JIT function. Please make a bug report."

Re: [Gambas-user] JIT problem

2014-05-15 Thread Benoît Minisini
Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > I get following error message: > "Stack became corrupted in a JIT function. Please make a bug report." > > This seems to be cause by optional argument. > See attachment. > > Gambas 3 r6259 @ Xubuntu 14.04 64bit > > > Jussi > Does the revision #6264 c

Re: [Gambas-user] JIT problem

2014-05-14 Thread Roki
Hi guys! This is my simple project I put in attachment. It is a program without optional parameter, and again the same error appears when I want to show a report preview. On 05/14/2014 04:03 PM, Benoît Minisini wrote: Le 14/05/2014 15:54, Emil Lenngren a écrit : Can someone print a gambas d

Re: [Gambas-user] JIT problem

2014-05-14 Thread Emil Lenngren
I'm not sure, but isn't it enough to check whether the type is T_VOID? Or is the problem that they are overwritten by a default value for the argument type? If so, why not simply allocate a control variable of type T_LONG? Then it won't break anythihng with the JIT compiler. 2014-05-14 16:03 GMT+

Re: [Gambas-user] JIT problem

2014-05-14 Thread Benoît Minisini
Le 14/05/2014 15:54, Emil Lenngren a écrit : > Can someone print a gambas disassembly of a gambas file (and source code) > where this happens? > gbc -v File.class > will compile the file and print the disassembly if I remember correctly. > I think that the crash comes form the implementation of th

Re: [Gambas-user] JIT problem

2014-05-14 Thread Emil Lenngren
Can someone print a gambas disassembly of a gambas file (and source code) where this happens? gbc -v File.class will compile the file and print the disassembly if I remember correctly. 2014-05-14 15:50 GMT+02:00 Roki : > Hi Jussi! If you find a solution to this problem, please Share with us. > I

Re: [Gambas-user] JIT problem

2014-05-14 Thread Roki
Hi Jussi! If you find a solution to this problem, please Share with us. I have the same problem too. On 05/13/2014 01:53 PM, Jussi Lahtinen wrote: > I get following error message: > "Stack became corrupted in a JIT function. Please make a bug report." > > This seems to be cause by optional argumen

Re: [Gambas-user] JIT problem

2014-05-13 Thread Jussi Lahtinen
OK, I'll inform him. Jussi On Tue, May 13, 2014 at 2:56 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > > I get following error message: > > "Stack became corrupted in a JIT function. Please make a bug report." > > > > This seems to

Re: [Gambas-user] JIT problem

2014-05-13 Thread Benoît Minisini
Le 13/05/2014 13:53, Jussi Lahtinen a écrit : > I get following error message: > "Stack became corrupted in a JIT function. Please make a bug report." > > This seems to be cause by optional argument. > See attachment. > > Gambas 3 r6259 @ Xubuntu 14.04 64bit > > > Jussi > I guess this is caused by

[Gambas-user] JIT problem

2014-05-13 Thread Jussi Lahtinen
I get following error message: "Stack became corrupted in a JIT function. Please make a bug report." This seems to be cause by optional argument. See attachment. Gambas 3 r6259 @ Xubuntu 14.04 64bit Jussi JITProblem-0.0.1.tar.gz Description: GNU Zip compressed data ---