Hey Peter,
On Sun, Nov 22, 2009 at 9:41 PM, Peter Seibel peter@gigamonkeys.com wrote:
I used to use it on Allegro; I don't think it should be too hard to get going. As to the segfaults, Allegro does that from time to time but it almost always turns out to be the result of some fairly stupid error involving passing an object of the wrong type into some thing that somehow dodges the normal type checks. (I realize that's pretty vague but I've had segfaults and then eventually realized I was doing something stupid and they went away.) You should certainly be able to bug Franz support about the segfault. My guess, in this case, is it has something to do with the streams, what SLIME is doing vs. what Allegro is expecting.
I think you've nailed it. I've been toying for some time w/ stream redirection in swank. After removing the hooks ACL doesn't segfault anymore. Will look into it further.
Thanks!. /S