On Fri, Aug 22, 2008 at 3:20 PM, Christophe Rhodes csr21@cantab.net wrote:
"Nikodemus Siivola" nikodemus@random-state.net writes:
On Fri, Aug 22, 2008 at 1:16 PM, Christophe Rhodes csr21@cantab.net wrote:
"Nikodemus Siivola" nikodemus@random-state.net writes:
I don't think this is related, but I have been investigating that one this morning anyway, while waiting for your test case to break. (It's been about an hour so far; is that normal? I can suggest diagnostics to run on your system if not.)
IIRC it used to break in less then five minutes. I'll try to reproduce again before updating CLX.
It's still going here, about 4 hours later.
Was able to reproduce here, though it took something like 30 minutes.
Can you run
(let ((display (xlib:open-default-display))) (values (xlib::display-resource-id-mask display) (xlib::display-resource-id-base display)))
In the image where I had just duplicated the error, while in the debugger:
2097151 10485760
In a clean image with just CLX loaded:
2097151 8388608
Cheers,
-- Nikodemus