[ python-Bugs-1546263 ] Segfaults with concurrent sqlite db access and schema change

SourceForge.net noreply at sourceforge.net
Thu Aug 24 23:17:34 CEST 2006


Bugs item #1546263, was opened at 2006-08-24 23:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1546263&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Gerhard Häring (ghaering)
Assigned to: Gerhard Häring (ghaering)
Summary: Segfaults with concurrent sqlite db access and schema change

Initial Comment:
This was submitted with the pysqlite tracker:
http://initd.org/tracker/pysqlite/ticket/170

It can lead to segfaults in some cases when schema
changes happen at critical points in time. It's a very
exotic bug that you can only trigger with very unusual
database access patterns (running lots and I mean
*lots* of database schema changes while other
threads/processes access the database).

But it's a segfault problem nonetheless and I'd like to
fix it before Python 2.5 final. It should not be a
showstopper, though.

I'm busy right now, but I will attack this problem
early next week.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1546263&group_id=5470


More information about the Python-bugs-list mailing list