• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

MapleSolaxiaV2 Deadlocks?

Elite Diviner
Joined
Dec 10, 2012
Messages
475
Reaction score
9
PHP:
    sun.misc.Unsafe.park(Native Method)
    java.util.concurrent.locks.LockSupport.park(Unknown Source)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(Unknown Source)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(Unknown Source)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(Unknown Source)
    java.util.concurrent.locks.ReentrantLock$FairSync.lock(Unknown Source)
    java.util.concurrent.locks.ReentrantLock.lock(Unknown Source)
    tools.locks.MonitoredReentrantLock.lock(MonitoredReentrantLock.java:75)
    client.MapleCharacter$8.run(MapleCharacter.java:2256)
    server.TimerManager$LoggingSaveRunnable.run(TimerManager.java:144)
    java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    java.util.concurrent.FutureTask.runAndReset(Unknown Source)
    java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
    java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)

have anyone encountered this before?
I am not very sure how it triggered but it just happened.

I think this happened after PQ sometimes.
 
Elite Diviner
Joined
Dec 10, 2012
Messages
475
Reaction score
9
Its related to skillCoolDownTask.

But I still dont get it, what kind of skill caused this problem.
 
Upvote 0
Back
Top