On 26 Nov 2007, at 22:39, guerom00 wrote:
[...] Here is what I see in the Console, seems similar to the above post :
26/11/07 22:34:17 mate[48999] An uncaught exception was raised 26/11/07 22:34:17 mate[48999] [NOTE: this exception originated in the server.] *** Object does not implement or has different method signature 26/11/07 22:34:17 mate[48999] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.] *** Object does not implement or has different method signature' 26/11/07 22:34:17 mate[48999] Stack: ( 2422567531, …
When this happens, can you try first find out the process ID of TextMate, this is the second column (first number) in the output from running:
ps ux|grep TextMate
Then try translate the stack dump to something useful by running:
atos -p «pid» «stack dump»|c++filt
E.g.:
atos -p 92096 2422567531 2449408155 2422566289 2450962534|c++filt
Maybe that can help reveal what is going on.