Hm. trying something similar within Xcode gives the following: https://gist.github.com/904634
Think I found a bug with Net:HTTP on MacRuby 0.10. Code is here: https://gist.github.com/904320. In a nutshell:* Multiple, concurrent SSL http requests generate a segfault* Multiple, concurrent non-SSL http requests are OK* Multiple, sequential SSL http requests are OKAll the scenarios run fine on 1.9.2. Should I file a bug on trac?Andre