[Gambas-user] gb.dbus system-bus register : error and then segfault

2012-09-19 Thread Adrien Prokopowicz
Hi Benoît, I'm trying to register my objects through DBus. Everything is fine for the session bus, but when I'm trying to register it to the system bus, I get an error "Unable to register application name" (I don't know why). If I go further with the debugger (or the IDE), I get a segfault. This

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-19 Thread Charlie Reinl
Am Mittwoch, den 19.09.2012, 21:05 +0200 schrieb Benoît Minisini: > Le 18/09/2012 14:58, Charlie Reinl a écrit : > > Salut, > > > > mostly I do not want that every 'found' is replaced,so how going back > > ? > > > > Is revision #5176 better for you? > For me it is OK like that, now its me who de

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-19 Thread Benoît Minisini
Le 18/09/2012 14:58, Charlie Reinl a écrit : > Salut, > > mostly I do not want that every 'found' is replaced,so how going back > ? > Is revision #5176 better for you? -- Benoît Minisini -- Live Security Virtual Confere

Re: [Gambas-user] Gambas error messages

2012-09-19 Thread Jussi Lahtinen
Oh and BTW, if you want to compile Gambas executables without IDE, use gbc3. Jussi On Wed, Sep 19, 2012 at 3:57 PM, jm wrote: > On Wed, 2012-09-19 at 14:03 +0200, Benoît Minisini wrote: > > Le 19/09/2012 13:55, jm a écrit : > > > Hi, > > > > > > Gambas runs on Linux and I was just wondering

Re: [Gambas-user] Gambas error messages

2012-09-19 Thread Jussi Lahtinen
Or here is something you could do: gdb gbr3 set args /usr/local/bin/gambas3 (or what ever is your install path) run You may need to kill the process with Ctrl + c in debugger. Then with bt, you will get backtrace. Send it here, so we can see what is happening. Jussi On Wed, Sep 19, 2012 at 6:

Re: [Gambas-user] Gambas error messages

2012-09-19 Thread Jussi Lahtinen
gambas3 is just program made with Gambas, if it is in infinite loop, interpreter cannot know about it. It just does what it is commanded to do. Just like in any other programming language. Try to run something else to see whether anything works. gbx3 is Gambas interpreter executable, and gbr3 is f

Re: [Gambas-user] Gambas error messages

2012-09-19 Thread jm
On Wed, 2012-09-19 at 14:03 +0200, Benoît Minisini wrote: > Le 19/09/2012 13:55, jm a écrit : > > Hi, > > > > Gambas runs on Linux and I was just wondering if it can do more > > with regards to error messages when it is run. > > > > I've got a MK802 with A10 ARM running Lubuntu. > > Gambas2 seems t

Re: [Gambas-user] Gambas error messages

2012-09-19 Thread Benoît Minisini
Le 19/09/2012 13:55, jm a écrit : > Hi, > > Gambas runs on Linux and I was just wondering if it can do more > with regards to error messages when it is run. > > I've got a MK802 with A10 ARM running Lubuntu. > Gambas2 seems to download and install from repository. > When run nothing happens. > When

[Gambas-user] Gambas error messages

2012-09-19 Thread jm
Hi, Gambas runs on Linux and I was just wondering if it can do more with regards to error messages when it is run. I've got a MK802 with A10 ARM running Lubuntu. Gambas2 seems to download and install from repository. When run nothing happens. When run from command line it does nothing. (Reading r

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-19 Thread Rolf-Werner Eilert
Am 18.09.2012 20:47, schrieb Rolf Schmidt: > Hi Rolf-Werner > >> But Apache has some problem with it. I configured the cgi-bin as above >> (actually not me, but it's the default). Apache looks for it and >> seemingly it DOES find it but it complaints with a 500 Internal Error >> page and in /var/