On Mon, Mar 16, 2009 at 12:34 AM, Johan Ur Riise <jo...@riise-data.no> wrote:
> * libGL error: open DRM failed (Operation not permitted)
> libGL error: reverting to (slow) indirect rendering

I think that is unrelated OpenGL initialization message coming from
gtkglext being loaded. Under slime it just goes into *inferior-lisp*.

At least now I know why I couldn't replicate your problem earlier.
Since I was not particularly interested in cells debug info and didn't
understand most of it anyway, and there was apparently no way to turn
it off, I modified tracing macros to expand to null in the cells
branch I normally use: http://github.com/Ramarren/cells/tree/nogtkspam
.

The problem seems to be that somehow the system tries to print a cell
element which no longer exists, and hence fails. Or something... I
don't really see, how this can happen. No, what actually happens is
that somewhere *print-readably* is set to true, and since c-link
objects are objects, they cannot be printed readably and error occurs.
What I don't see is where... Ah, bordeaux-threads for some reason
overrides standard special variables. I suppose it makes some sort of
sense. It seems to have changed a few months ago.

Sorry for the stream of consciousness. I pushed the solution to this
problem into my cells-gtk3 repo on github.

Regards,
Jakub Higersberger

_______________________________________________
cells-gtk-devel site list
cells-gtk-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/cells-gtk-devel

Reply via email to