[Gambas-user] Multiple instances of Gambas ...

Gareth Bult gareth at ...1689...
Tue Nov 4 18:13:55 CET 2008


Ok,

Now I'm confused .. firstly on Ubuntu, try as I might I can't get a core dump .. will have to work on this.

In the meantime, if it helps ..

I have 4 screens .. I start Gambas on screen 3 .. then "gambas2" will work quite happily on screens 2,3 and 4 , but will give the dump as quoted if started on screen 1... although I'm sure it wasn't working on 2 and 4 earlier.

Will have to experiment, will come back to you, possibly after a reboot ...

Gareth.

----- Original Message -----
From: "Benoit Minisini" <gambas at ...1...>
To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
Sent: Tuesday, 4 November, 2008 4:14:39 PM GMT +00:00 GMT Britain, Ireland, Portugal
Subject: Re: [Gambas-user] Multiple instances of Gambas ...

On mardi 4 novembre 2008, Gareth Bult wrote:
> Hi,
>
> Again, would love to, unfortunately I just picked Gambas up for a small
> project and I've forgotten all the ins and outs of debugging, is there a
> URL you can point me at with the relevant instructions ?
>
> Gareth.
>

On the web site, in the troubleshooting section.

Anyway, you can get a backtrace by allowing core dumps, and running gdb on 
them.

$ ulimit -c 32000

$ ./gambas2.gambas
...

*crash*
...core dump

$ gdb gbx2 <core dump file>
...
(gdb) bt

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

-- 
Managing Director, Encryptec Limited
Tel: 0845 5082719, Mob: 0785 3305393
Email: gareth at ...1689... 
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.




More information about the User mailing list