On Thu, 29 Mar 2001, Dave Thomas wrote: > "Lyle Johnson" <ljohnson / resgen.com> writes: > > > > Has anyone come across strange segv's and the like in Ruby apps > > > under Windows 2000? [...] > > your hands on a good memory-problem-debugger like Purify. I no [...] > Unfortunately we've run this under Bounds Checker and it passes with > no problems. We've also run it using a debugging MALLOC with no > reported problems. The only thing I know of that you have not mentioned is electric fence. The only page I can get to display about it says it is for Unix and Linux so whether it will work is another matter. [...] > > I'm beginning to suspect an uninitialized pointer in the interpreter, but > it's proving to be a bear to track down. Another case for writing Ruby in Ruby? > > > Thanks > > > Dave > Hugh