[cl-gtk2-devel] Odd hangs when resizing

Kalyanov Dmitry kalyanov.dmitry at gmail.com
Tue Feb 23 19:55:32 UTC 2010


On Monday 22 February 2010 19:43:52, you wrote:
> On Sun, Feb 21, 2010 at 19:37, Maciej Katafiasz <mathrick at gmail.com> wrote:
> >> I've noticed that resizing windows to small sizes makes everything
> >> slower and laggy. But simply running gtk-demo:demo and
> >> moving/resizing/minimizing/maximizing windows does not hang or crash on
> >> any of my systems (x86_64 gentoo sbcl, ccl; x86 ubuntu sbcl, ccl; x86
> >> windows sbcl, ccl).
> > 
> > Odd. It's Ubuntu x86 with SBCL here. The same doesn't happen on CLISP.
> > On CCL it dies with another strange error, which I haven't
> > investigated yet. I'm switching to CLISP for now if I succeed with
> > building a threaded image, but I'll try to investigate it when I have
> > some time. It find the non-debuggability of this issue immensely
> > frustrating.
> 
> Okay, I finally managed to get a multithreaded CLISP compiled and
> running, and it does the exact same thing, every time. So there's got
> to be a deeper cause, it's not just a random fluke in one
> implementation.
> 
> Cheers,
> Maciej

At the moment, you might try running with gobject::*debug-gc* set to T 
gobject::*debug-subclass* :

(asdf:oos 'asdf:load-op :cl-gtk2-gtk)
(setf gobject::*debug-gc* t gobject::*debug-subclass* t)
(gtk-demo:demo)

and see what messages are printed.

----
Кальянов Дмитрий
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <https://mailman.common-lisp.net/pipermail/cl-gtk2-devel/attachments/20100223/27bfbdcb/attachment.sig>


More information about the cl-gtk2-devel mailing list