On Sunday 17 February 2008, Nathan Edwards wrote:
> Oleg Broytmann wrote:
> > On Sat, Feb 16, 2008 at 10:46:41PM -0500, Nathan Edwards wrote:
> >> I still get the occasional "Commands out of sync..." exception from
> >> MySQLdb.
> >
> >    Does the proposed patch help?
>
> Segfault, twice.
>
> InterfaceError exception (no error message) other times.
>
> So, no.

This sounds like some other issue to me. The patch shouldn't produce a 
segfault, unless there is something wrong with your system. You should 
try your program on a different system altogether to see if it still 
behaves the same. If not, then you should probably consider these 
possible causes for the segfault:

1. Using a modified python interpreter that has some issues with threads
2. Using a C extension module that has issues with threads
3. Have hardware issues (like bad memory)
4. Have some operating system issues.

Maybe the reason for the segfault and the reason you get those db errors 
related to threading has the same origin.

-- 
Dan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to