Re: Segmentation fault with 2.3.5
Alessandro Ranellucci <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <r02010500-1049-4D5F864639F111DCAE7C000393199010@[192.168.1.4]> |
On 24-07-2007 at 11:43, Alessandro Ranellucci wrote: >>>> from pysqlite2 import test >>>> test.test() >................................................................ >Segmentation fault After some digging I understood that sqlite itself was segfaulting because of threading issue (I was running everything inside a UserModeLinux? instance). After moving to a normal server everything works fine. - alessandro.