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 OK
All the scenarios run fine on 1.9.2. Should I file a bug on trac?
Andre