On 08 Apr 2009, at 00:03, rburrowes wrote:
I get the following error running a ruby program in Textmate [...]
Looks like normal ruby error (stack dump) intermixed with regular output. Are you using fork()?
So is there a heap or stack size issue running ruby from textmate? Any other guesses at what is happening?
Maybe your program has a race condition and the different timings in the TM environment triggers it.
Can you include code which cause the error?