From: Jonathan V T. <to...@ph...> - 2005-03-03 13:43:21
|
Chris, Thanks for the speedy response. In Linux the behavior is exactly as you describe. I just checked the code, and the getBody() calls return None, just like they do in Windows. But in Windows the j.attach call with one of the arguments as None causes a crash with an error message about an unexpected segmentation violation. Could it be a bug? I was working on recompiling the ODE library and PyODE in windows (thinking maybe the latest source had fixed it, or that I might be able to poke around the code and find the problem myself) but I was trying to do it with cygwin and wasn't getting too far. The code definitely functions the way I am expecting it to under Linux, so something is definitely going on. I wonder what to do next? -Vincent |