On Mon, 12 May 2014 02:49:39 GMT, Etienne Cimon wrote:

Try using auto sourceList = cmd.executeQuery!(string, "sha1", string, "title"); according to this example:

https://github.com/pszturmaj/ddb/blob/master/source/ddb/postgres.d#L1747

Thanks, that's nicer. The practical result is the same (modulo performance, perhaps?). And I would imagine that's unrelated to the crash, although it's hard to tell with a heisenbug like this, which has a long mean time between occurrences.