I have built the Windows gem and installed it. Unfortunately it crashes every time I try to run a sample in bigdemo. I will try to diagnose the issue. Gem on hold for now. Roy
Roy Sutton wrote:> I have built the Windows gem and installed it. Unfortunately it crashes > every time I try to run a sample in bigdemo. I will try to diagnose the > issue. Gem on hold for now.OK thanks. I''m not making any announcements for the moment :/ For some weird reason everything''s sweet as pie on PowerPC OS X, but even with 0.0.36 I was seeing segfaults running my own code on Windows that I didn''t see on OS X. I couldn''t diagnose it, but your insight about GC and allocation explains why I was seeing crashes at seemingly random times. alex
Alex Fenton wrote:> For some weird reason everything''s sweet as pie on PowerPC OS X, but > even with 0.0.36 I was seeing segfaults running my own code on Windows > that I didn''t see on OS X. I couldn''t diagnose it, but your insight > about GC and allocation explains why I was seeing crashes at seemingly > random times.It sounds like you guys are finally seeing what I have been seeing on Linux all along. Stuff like minimal works fine, but bigdemo never goes more than a few seconds before crashing. Kevin