From: Vm Vm Date: 2010-01-27T23:59:34+09:00 Subject: Ruby API and OpenMP Hi everybody, I'm writing an application, which will cooperate with ruby files. So I must use Ruby API (call ruby functions). I'm using OpenMP to parallelize my program, but when I use more threads, program terminates with 'segmentation fault'. I cannot use any Ruby function, because of this. Even when I identificate region as #critical, it's 'segfault'. I there any way how to solve this problem? Thank you --- Viktor -- Posted via http://www.ruby-forum.com/.