userman icon indicating copy to clipboard operation
userman copied to clipboard

Segfault over updateUser() in userman 0.2.0

Open ohenley opened this issue 11 years ago • 1 comments

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.

ohenley avatar Oct 10 '14 23:10 ohenley

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.

s-ludwig avatar Oct 12 '14 06:10 s-ludwig