On 3 Apr 2014, at 19:35, 康力 毛 wrote:
open the attached file will cause textmate crash […]
From the crash log it appears that the “com.macromates.visibleIndex” file attribute is pointing to the middle of a multi-byte character.
As a workaround run this in a terminal:
xattr -d com.macromates.visibleIndex /path/to/Packet.c
That should make it open without crashing.
[…] it shouldn’t crash!
I’ll fix it for next build :) Not sure why I never got around to sanity check the index…