CManagedHost::OnFailure() - FAIL_OrphanedLock - eNoAction

Options
ymlyjq
edited April 2014 in Photon Server
in photon-default .log

CManagedHost::OnFailure() - FAIL_OrphanedLock - eNoAction

what is that mean?
how that happend?
:roll:

Comments

  • Might be related to your problem with the high number of threads in Photon.

    Please check the PhotonCLR.log as well, fix any exceptions that are logged there, try to find out if you have any deadlocks and work on your thread problem, this error message should be gone then.
  • LudemeGames
    Options
    I got this error as well, and tracked it down to a StackOverflow.

    You have the same problem if above this a couple lines above the CManagedHost::OnFailure() there is a CManagedHost::OnStackOverflow().

    The stack overflow causes a eRudeAbortThread, which (I guess) if you are in a lock will not unlock it, leading to the red herring that follows.

    Sorry for resurrecting an old thread, but perhaps this is of use to a Googler.