On 21/8/2006, at 5:03, Tyler Hunt wrote:
I just downloaded and installed TextMate for the first time today, but whenever I save a document, the document saves properly, but TextMate promptly crashes immediately after [...]
Is this on a normal HFS+ file system? There has been problems in the past with non-HFS+ file systems giving kernel panics (due to OS bugs) but I have code to workaround that.
You can either enable the workaround for the file system you use (if it’s not already targetted) or disable meta data altogether while TM is not running:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1
See 19.4 and 22.8 in the manual for more information.