[Gambas-user] Window position error on applying stored "geometry"

Benoît Minisini gambas at ...1...
Mon Jun 4 00:52:22 CEST 2012


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




More information about the User mailing list