On 01/12/2014 03:06 PM, Hernán Morales Durand wrote:
It seems you're missing XPutImage() calls. This is low level but to check if Xlib is initializing the image structures you can comment out the stub
I do get a bunch of XPutImage() calls, but those are earlier. If I launch one of my development images from a week ago I see all of the windows drawn just as they should be -- the system just doesn't do anything with my input. I'm beginning to think that it's unlikely that the the problem is directly X-related.
Does Gentoo provide a README for updates?
Good suggestion, but not really. It's a rolling-release model, so updates of packages happen individually at any time. When you update, you update to the state of the Gentoo world at that particular instant, which could change the very next minute. The update I did last week updated 35 packages. The only affected libraries that Pharo uses are from glibc 2.17, upgraded from 2.16. It *could* be something else (like a change to some config file somewhere) but so far I'm looking at glibc. There *are* release notes for glibc, and I'm reading those now. Thanks, -Martin