Package: python-pysqlite2
Version: 2.2.0-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following script will cause a segmentation fault with both python 2.3 and
2.4:
from pysqlite2 import dbapi2 as sqlite
conn = sqlite.connect(':memory:', detect_types=sqlite.PARSE_COLNAMES)
conn.execute('pragma schema_version;')
The segfault also takes place when using 'pragma user_version', and with any
possible value for detect_types. Other pragma commands work fine.
Martijn Pieters
- -- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-pysqlite2 depends on:
ii python 2.3.5-5 An interactive high-level object-o
ii python2.3-pysqlite2 2.2.0-1 python interface to SQLite 3
python-pysqlite2 recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEQVpd3xaj2GOvgP0RAuZFAJ4oVqMYU2oV6EOGKQQM4EPobRUM/QCgl9ab
KH6dPF1dxKspxwJraDPt4q0=
=tcYv
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]