Ed Leafe wrote: > On Jan 16, 2007, at 10:10 PM, johnf wrote: > >> I can't determine what is causing the seg fault. Sometimes it >> starts working >> and then all of sudden it just seg faults. > > Sounds like the sort of thing that is almost impossible to debug > unless you can see it happening first hand. Any chance you can find a > series of actions that always results in a crash?
John, determine if it was a specific revision of Dabo: cd projects/dabo svn up # see if it segfaults svn up -r 2650 # see if it segfaults, if not: svn up -r 2675 # etc, until you find the revision where it starts happening. Ditto for daboide. If it wasn't due to a dabo or daboide revision, then it is something on your system. Which versions of python, wxpython, etc.? -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
