mutli-column primary key causes segfault

Bug #66161 reported by com4
4
Affects Status Importance Assigned to Milestone
sqlite3 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

$ sqlite3 test.db
SQLite version 3.2.8
Enter ".help" for instructions
sqlite> create table test
   ...> (
   ...> id1,
   ...> id2,
   ...> primary key (id1, id2)
   ...> );
Segmentation fault

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

This issue can't be reproduced with sqlite 3.5.9 .

Is this still an issue ? If so, please attach a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash . This will greatly help us in tracking down your problem.

Thanks for helping to make Ubuntu better.

Changed in sqlite3:
status: New → Incomplete
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

This can't be reproduced with 3.2.8 in Dapper. I'm closing it. If this is still an issue and can provide a backtrace please feel free to re-open.

Thanks again and don't hesitate to submit any new bug.

Changed in sqlite3:
status: Incomplete → Invalid
Revision history for this message
com4 (com4) wrote :

I don't have this problem anymore, thanks for looking into it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.