Are you not running it as root?
The assertions are only for if one wants to find bugs and should be disabled in release builds. I will be disabling them per default for the client as well (same as the server; seemed to have overlooked that).
So unless you want to investigate further compile it with CPPFLAGS+="-DNDEBUG"
or tell the arch packager to add that flag.