Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
I built in from source and now the IDE starts ok, however, gb.jit was disabled. Is it possible to solve that one? 2015-10-31 18:27 GMT+01:00 Patrik Karlsson : > Well, I downloaded the source and: > > cd gambas3-3.8.2/app/src/gambas3/ > pata@rpi2:~/Hämtningar/gambas3-3.8.2/app/src/gambas3$ gbc3 -a

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
Well, I downloaded the source and: cd gambas3-3.8.2/app/src/gambas3/ pata@rpi2:~/Hämtningar/gambas3-3.8.2/app/src/gambas3$ gbc3 -agt OK pata@rpi2:~/Hämtningar/gambas3-3.8.2/app/src/gambas3$ gdb gbx3 GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Benoît Minisini
Le 31/10/2015 15:20, Patrik Karlsson a écrit : > Ok, this is what I got: > > (gdb) run > Starting program: /usr/bin/gbx3 > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > [New Thread 0x6eb81460 (LWP 4656)] > [New Thre

Re: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2

2015-10-31 Thread Patrik Karlsson
Ok, this is what I got: (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6eb81460 (LWP 4656)] [New Thread 0x6e176460 (LWP 4657)] [New Thread 0x6d976460 (LWP 4658)] Pr

[Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates

2015-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- Comment #2 by C THALHOFER: Sorry for the late answer. I think, the choosen version system should belong to the author of the program, not to Gambas Farm. My first intention was to have the opportunity to replace a project with

[Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database

2015-10-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Comment #4 by Benoît MINISINI: The error seems logical, as "-00-00" is not a valid date, but nothing changed in the postgresql driver for a long time! So I guess that "-00-00" was supported before... --