From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60703230926t14c1235an7c9c640e7c386346@mail.gmail.com> Date: Fri, 23 Mar 2007 09:26:20 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] solved... Mac OS X Native drawterm "spinning" problem, unless run as root Topicbox-Message-UUID: 2efcee2e-ead2-11e9-9d60-3106f5b1d025 I found out this was due to an Application Enhancer I was running that was only intended for one application. While "APEs" are neat they clearly insert themselves in between mach calls on some applications, which, in my case, unless I was running as root, caused drawterm to spin. Scary... but the "Spin Control" Developer tool caught it. I had to open up a system preferences panel and disable the enhancement in error. There is a dialog to select applications to avoid interposing the enhancer with, but it doesn't work unless your application is a .app. (so much for us command line junkies...) At any rate, I've now got drawterm without having to run with root perms, and it explains why I didn't see this behavior on my laptop. Beware of Haxies and APEs on Mac OS X, they almost all claim to be "safe", but that kind of activity is just scary if you ask me. (as is mach_override) - Dave