>When I build from master now, when I shutdown citserver, it core dumps right
>after closing the 0d database. Since I had an issue where webcit was core
>dumping and was not re-creatable by anyone else, I am wondering if this
is
>just me.
Remember that discussion, from early July? That's part of what started this
all ... and made me basically spend the whole summer overhauling the database
layer instead of working on WebCit-NG.
Well guess what ... it's fixed. I'm sure it had something to do with the
"dbenv" and whether it was disk backed or memory backed or both, or something
like that. Now that we're using what I believe is mmap'ed disk to back the
environment (that's the new __db.00x files you'll see in the data directory)
it no longer segfaults when closing the environment.
And did I mention that since this change, it hasn't corrupted the test database
even once, no matter how badly I abuse it?