Are you getting a lot of errors in Terminal.app? I rely heavily on the “open” command and after upgrading to 10.6, it failed every time with this error:
Abort trap
As it turns out, there is a known bug in the debug versions of libSystem. Turning off using the debug libraries solved the problem.
Change to my .bash_login
#export DYLD_IMAGE_SUFFIX=_debug
Advertisement