From: Newb Newb Date: 2009-04-20T21:30:44+09:00 Subject: Re: Help on Ruby Segmentation Problem Newb Newb wrote: > Nobuyoshi Nakada wrote: >> Hi, >> >> At Mon, 20 Apr 2009 19:06:40 +0900, >> Newb Newb wrote in [ruby-talk:334453]: >>> when i call Prov::init_engine method it gets crashed. >>> >>> could you pls point me out which causes segmentation Problem. >> >> Probably: >> >> a. bug in prov_set_textline_callback() or prov_renderInit(), >> >> b. because p_init() returns nothing ispite of declared as >> VALUE, #init_engine returns non-object, and irb tried to >> call #inspect on it to display the result. > > Very much thanks for the reply ... > > how can i get rid of those errors ... > > any advices... Hi.. in my code prov_renderInit(); method causes the segmentation error... so how should i call that prov_renderInit() function in Ruby Pls advice -- Posted via http://www.ruby-forum.com/.