Am 26.01.2013 20:45, schrieb Dicebot:
How do you normally run those?
I get a segmentation fault in mutex constructor when running this typical command:
"rdmd --main --unittest vibe/db/mongo/connection.d"
I think it's missing some static initialization. These days I do dub --build=unittest
, butDFLAGS="-g -debug -unittest" vibe
run from any of the example applications should also do it.