On 27.01.2009, at 21:32, Jay Levitt wrote:
Hans-Jörg Bibiko wrote:
On 25.01.2009, at 00:10, Jay Levitt wrote:
`getResultFromDIALOG': Thread(0x5b750c): deadlock (fatal) from /Users/jay/Library/Application Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb: 1165
Could you please tell me the following info:
- Mac OSX version and (Intel/ppc)
Intel 10.5.6 (Mac Pro, early 2008)
- svn version (svn --version)
svn, version 1.5.5 (r34862)
- Ruby version (ruby -v)
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]
Since I've learnt from James Gray in that list: http://www.nabble.com/Re:-(NoMethodError)-with-TODO-Bundle-p21689534.html
that using Ruby 1.8.7 is tricky I'd suggest first to set up your environment in such a way that
/usr/bin/env ruby -wKU
calls Ruby 1.8.6 (default on Leopard) and try to run GetBundles again.
--Hans