That doesnt appear to be within SQLAlchemy. This might just be too much load for psycopg2 / your Python interpreter ? There's not much else to suggest here without a lot more context.
On Jan 7, 2009, at 8:17 PM, Michael Mileusnich wrote: > Hello, I am writing some code using SQLAlchemy and have been testing > that code against a number of databases. Everything seems to work > except in POSTGRE. This is a threaded app and I use a scoped > session. When the app spawns under ~20 threads everything seems > cool but when the app spawns more than ~20 I get the following error: > > Assertion failed: (gc->gc.gc_refs != 0), function update_refs, file > Modules/gcmodule.c, line 261. > Abort trap > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
