Just another question... I would like to catch all exceptions thrown by Ruby in my C++ programm (which embeds the Ruby interpreter ) ( just to write them to my special log system and resend them ..... ) I think this should be possible using "rb_catch" etc... but howto ? I found no docs on howto use that method.... Any ideas ?