From: Ken M. <mc...@ii...> - 2005-10-27 20:46:10
|
Ryan Krauss wrote: > Sorry to make more work for you. Yes, turning off the accelerator > gets rid of the seg fault: That's what I was afraid of hearing. I haven't been able to reproduce this under Debian Sarge or Sid. > Let me know what to try next. Another strace? I'm not sure that an strace will help too much. I probably need the segfault stacktrace, which you can get by attaching GDB to the Python process. Please let me know if I shoudl send you instructions. Also, please check that your system configuration is comparable to my Sid environment, which is: Python: 2.3.5 IPython: 0.6.15 wxPython: 2.6.1.2pre matplotlib: 0.85cvs Finally, please double-triple-extra check that your wxPython header files correspond exactly to the version of wxPython you are using. If they don't, then all bets are off. Ken |