[TxMt] Re: Is there a limited heap or stack for running ruby in textmate?
Allan Odgaard
mailinglist at textmate.org
Wed Apr 8 17:07:20 UTC 2009
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?
More information about the textmate
mailing list