Hm I think my python segfaults at closing of a connection sometimes.

Quoting Florian Boesch <[EMAIL PROTECTED]>:

> Hi,
>
> Selecting from multiple threads with thread-count > 10 my app:
>  * crashes without any error message
>  * starts spweing out
> cx_Oracle.DatabaseError: Error while trying to retrieve text for error
> ORA-12520
>  * crashes with:
> *** glibc detected *** double free or corruption (fasttop): 0x3eeff0b8 ***
>  * all of the above
>
> With 10 threads it seems to run rock-solid. With 11 it gets the errors
> occasionally. with 50 it gets them quite reliably, with 200 you could
> practically bet on the errors to happen. Though they don't show up regularly,
> mostly they happen fast or not for a long time.
>
> I get the error as well on Linux as on Windows.
>
> Any ideas what I can do (other then limiting my web-server to 10 threads)?
>
> Example Atached
>
> Cheers,
> Florian
>
>
>
>




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to