Fills a single table and launches several goroutines to do concurrent SELECT operations.
We are running this on a fairly beefy machine with 24 CPUs and can reproduce the issue fairly quickly with the parameters in the test. Output file is also attached with the crash.
Here's our environment:
[root@flash1 sqlitetest]# go version
go version devel +8153882a36e8 Wed Apr 03 11:13:40 2013 -0700 linux/amd64
[root@flash1 sqlitetest]# go env