Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

find a deadlock

Newbie Spellweaver
Joined
May 7, 2020
Messages
49
Reaction score
1
i compile the server source of pw with this marco _REENTRANT_ ,i find a deadlock in gdelivery,
below is where the code stuck in enterworld.hpp
Thread::RWLock::WRScoped l(UserContainer::GetInstance().GetLocker());(stuck here)
PlayerInfo * pinfo = UserContainer::GetInstance().FindRole(roleid);
does any one meet this sittuation?
 
Back
Top