User::User(string id, string passwd){this->m_ID = id;this->m_Passwd = passwd;
代码不全无法准确判断,应该是访问了未初始化的指针,调试它
指针没赋值,或者中途释放了,导致出现了野指针