Le 04/06/2012 00:22, RICHARD WALKER a écrit :
> I finally worked out what I was doing wrong, I think, with gdb. I got
> it to start my test application and watched as it displayed the
> console error message we have seen before. The program had returned a
> value of 1. I then executed "bt" and it simply said "No Stack".
>
> Is there anything else I can do with gdb or Gambas to get more info?
>
> Richard
>

This is not a crash, this is a X11 bug. As by default the dialog between 
the application and the X11 server is asynchronous, you receive the 
error long after it has occured.

I need a way to simulate two screens on my single monitor so that I can 
debug and fix the problem. If you know how to do that, it will help me!

-- 
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to