On Mon, Dec 12, 2011 at 11:34 PM, imin imup <imini...@gmail.com> wrote:

>  Hello,
>
> I'm cross-compiling SQLite 3.6.12 onto Fedora 14 on MIPS cpu. The command
> line tool sqlite3 runs into segmentation fault when I tried to create a
> table:
>
>
> # sqlite3_mipsel test.db
> SQLite version 3.6.12
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> sqlite> create table tbl1(one varchar(10), two smallint);
> Segmentation fault
>
>
> Any idea how to fix this?
>

Compile the following patch instead:
http://www.sqlite.org/src/ci/54cc119811?sbs=0


> It runs well on Fedora14 on i386 CPU.
>
>
> Thanks
> Imin
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to