Re: [pysqlite] Seg Fault Only When Table Contains Data

"Jeff Peck" <[email protected]> Tue, 3 Jun 2008 15:45:07 -0500
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
>   I changed the name of the SQLite table from Data to Measures, in case that
> was a reserved word somewhere. Makes no difference.

Rich,
  I honestly do not think the database is the problem. I can't spend
too much more time looking over your code (at work), but I suspect the
problem has to do with either the initialization of your data grid or
in your loadData method. I'm sorry I can't be more helpful right now,
but I really think the problem is related to this. Look for stuff like
off by one errors in your data grid. I'd bet wx would segfault if you
tried to append data to a row or column that isnt there. I apologize
ahead of time if I'm wrong!

Jeff