Skip to content

Instantly share code, notes, and snippets.

@myronmarston
Created June 28, 2010 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myronmarston/456574 to your computer and use it in GitHub Desktop.
Save myronmarston/456574 to your computer and use it in GitHub Desktop.
[VM] mmarston@mmarston0.dev.pages:~$ ./run_remote mate -w foo.rb
ssh mmarston mate /Volumes/DevVM/-w
[VM] mmarston@mmarston0.dev.pages:~$ 2010-06-28 16:57:51.823 mate[84317:90f] An uncaught exception was raised
2010-06-28 16:57:51.826 mate[84317:90f] *** -[NSArray objectAtIndex:]: index (-1 (or possibly larger)) beyond bounds (0)
2010-06-28 16:57:51.826 mate[84317:90f] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSArray objectAtIndex:]: index (-1 (or possibly larger)) beyond bounds (0)'
*** Call stack at first throw:
(
0 CoreFoundation 0x959dbbba __raiseError + 410
1 libobjc.A.dylib 0x98a37509 objc_exception_throw + 56
2 CoreFoundation 0x95a202f1 -[__NSArray0 objectAtIndex:] + 209
3 mate 0x000026e3 0x0 + 9955
4 mate 0x000037af 0x0 + 14255
5 mate 0x0000261a 0x0 + 9754
6 mate 0x00002535 0x0 + 9525
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment