Public bug reported:

Binary package hint: sqlite

I tried to run an update query and sqlite2 crashed generating a sigsegv.
Got this out of gdb.

Program received signal SIGSEGV, Segmentation fault.
allocatePage (pBt=0x607250, ppPage=0x7fffffffc650, pPgno=0x7fffffffc758, 
nearby=0) at ./src/btree.c:1793
1793    ./src/btree.c: No such file or directory.
 in ./src/btree.c

To recreate the problem(i used the ubuntu IRC bots factoid database when
i found this so the same commands),

$ sqlite ubuntu.db
sqlite> UPDATE FACTS SET popularity=14684 where name = 'hi';
Segementation fault

Hope this is reproducible else I shall gladly provide more information
since I can recreate it. I am running Lucid 64bit.

** Affects: sqlite (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: sqlite
  
  I tried to run an update query and sqlite2 crashed generating a sigsegv.
  Got this out of gdb.
  
  Program received signal SIGSEGV, Segmentation fault.
  allocatePage (pBt=0x607250, ppPage=0x7fffffffc650, pPgno=0x7fffffffc758, 
nearby=0) at ./src/btree.c:1793
  1793  ./src/btree.c: No such file or directory.
-       in ./src/btree.c
+  in ./src/btree.c
  
  To recreate the problem(i used the ubuntu IRC bots factoid database when
  i found this so the same commands),
  
  $ sqlite ubuntu.db
  sqlite> UPDATE FACTS SET popularity=14684 where name = 'hi';
  Segementation fault
  
  Hope this is reproducible else I shall gladly provide more information
- since I can recreate. I am running Lucid 64bit.
+ since I can recreate it. I am running Lucid 64bit.

-- 
sqlite crashes on running update query
https://bugs.launchpad.net/bugs/589301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to