Segfault over updateUser() in userman 0.2.0
Hi,
I get a segfault calling updateUser(user) inside activateUser(...) in controller.d
I call the MongoUserManController updateUser(...) implementation. I'm on linux debian wheezy.
When compiled with dmd the output of a run under gdb is anemic, just nothing. I want to try with a gdc compiled debug version but can't figure out how to use gdc with dub as reported here (http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/21134/)
Let me know. Thx,
olivier
p.s: Moved to RedisUserManController and it works perfect.
Not sure if it's related, but I actually also just noticed a really strange crash when calling UserManAuth.performAuth. The stack base pointer gets corrupted somehow, but I didn't step through all details to see why/where. I'll look into this when I continue to investigate the other crash.