Your message dated Tue, 30 Jan 2007 19:25:20 +0100
with message-id <[EMAIL PROTECTED]>
and subject line sqlite assertion on improper SQL syntax
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sqlite
Version: 2.8.16-1
Severity: important
I cannot create new tables with sqlite. Whenever I try to create both
a new database and a new table inside I always get the following
assertion:
0 [EMAIL PROTECTED]:/tmp$ sqlite test.sqlite
SQLite version 2.8.16
Enter ".help" for instructions
sqlite> create table whatever (dunno: integer);
sqlite: src/main.c:642: sqlite_exec: Assertion `pVm==0 || sqlite_malloc_failed'
failed.
Aborted
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.28
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages sqlite depends on:
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libreadline5 5.0-10 GNU readline and history libraries
ii libsqlite0 2.8.16-1 SQLite shared library
-- no debconf information
--- End Message ---
--- Begin Message ---
As SQLite 2.x is in maintaince mode only, 3.x is here since a while with
proper error message, closing this bug now.
--- End Message ---