Thank you very much for the debugging instructions!
Also, thank you very much for giving me an idea about the difficulty of that
issue... indeed, I probably underestimated the issue (but after reading some
source code, I already had second thoughts).
However, if there is anything that you would
Hi!
I'm not sure exactly why you are having these problems, but I'll show you how
we usually do debugging.
Please note, however, that the current problem seems to be a very know issue,
where we sometimes have a threading problem (the assertion is always the same).
It's a very, very tricky bug t
Hi Alex,
By default MacRuby builds with debugging symbols. So you can simply grab the
sources from SVN (see http://www.macruby.org/source.html) and build/install
them by hand. You should then see the source code inside gdb.
I also recommend to read the HACKING.rdoc file, it contains a few tips