search for: swig_rubyinitializetrack

Displaying 1 result from an estimated 1 matches for "swig_rubyinitializetrack".

2007 Dec 27
4
build problems, part III, and runtime problems, part I
...s not the only one to run into this from recent mailing list discussion. The issue appears to be that swig_ruby_trackings has a bogus value. In my case it always happens to be 4. It appears it is supposed to point to valid storage. The relevant function appears to be this one: SWIGRUNTIME void SWIG_RubyInitializeTrackings(void) where swig_ruby_trackings is looked up, and if it comes back nil, a new one is created. Except that, for reasons I don''t understand, it comes back 4, not 0. When this gets dereferenced after a series of calls from Init_wxRubyConstants, segfault. Any help? This seems like a r...