hi

I used sqlite 3.11.1 in the past year. works well.

compiled 3.17.0 now. running on solaris 11.
uname -a
SunOS g0069 5.11 11.3 sun4v sparc sun4v

simple select on existing table cores

# ./sqlite3 /var/opt/jomasoft/vdcf/db/infra.db
SQLite version 3.17.0 2017-02-13 16:02:40
Enter ".help" for usage hints.
sqlite> select * from server;
Bus Error (core dumped)

# pstack core
core 'core' of 5490:    ./sqlite3 /var/opt/jomasoft/vdcf/db/infra.db
 00000001000e04a8 sqlite3ParserInit (ffffffff7fffda1c, 0, 0, 0, 0, 0) + 18
 00000001000e6160 sqlite3RunParser (ffffffff7fffe7b8, 100205150,
ffffffff7fffea10, fffffffffffffff8, 0, ffffffff7fffea08) + 78
 00000001000b57a0 sqlite3Prepare (1002028e8, 100205150,
ffffffffffffffff, 1, 0, ffffffff7fffed08) + 2a0
 00000001000b5b88 sqlite3LockAndPrepare (1002028e8, 100205150,
ffffffffffffffff, 1, 0, ffffffff7fffed08) + c0
 00000001000b5e1c sqlite3_prepare_v2 (1002028e8, 100205150,
ffffffffffffffff, ffffffff7fffed08, ffffffff7fffecf8, 0) + 44
 000000010000926c shell_exec (1002028e8, 100205150, 1000062d0,
ffffffff7ffff090, ffffffff7fffee60, 0) + 4c
 0000000100012d20 runOneSqlLine (ffffffff7ffff090, 100205150, 0, 1, 1,
14) + 50
 00000001000132ec process_input (ffffffff7ffff090, 0, 0, 1002050d0, 15,
100205150) + 424
 0000000100014be0 main (1, 0, 0, 0, 2, 100205b20) + 1218
 0000000100004e5c _start (0, 0, 0, 0, 0, 0) + 17c

details about the database
# ./sqlite3 /var/opt/jomasoft/vdcf/db/infra.db
SQLite version 3.17.0 2017-02-13 16:02:40
Enter ".help" for usage hints.
sqlite> .dbinfo
database page size:  1024
write format:        1
read format:         1
reserved bytes:      0
file change counter: 47643
database page count: 138
freelist page count: 17
schema cookie:       549
schema format:       2
default cache size:  0
autovacuum top root: 0
incremental vacuum:  0
text encoding:       1 (utf8)
user version:        0
application id:      0
software version:    3011001
Bus Error (core dumped)


Thanks,
Marcel
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to