Перейти к содержанию
Авторизация  
Box1232

Падет сервер

Рекомендуемые сообщения

Ребята подскажите в чем проблема падает сервер с ошибкой

A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006eeffcd3, pid=6104, tid=4344
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x1cfcd3]
#
# Core dump written. Default location: D:\gameserver\hs_err_pid6104.mdmp
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x0000000014a41800):  JavaThread "ScheduledThreadPool-6" [_thread_in_vm, id=4344, stack(0x0000000048110000,0x0000000048210000)]

siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff

Registers:
RAX=0xe0e58356d75c1648, RBX=0xe0e58356d75c1648, RCX=0x0000000000000000, RDX=0x00000007072c1aa0
RSP=0x000000004820f080, RBP=0x0000000014a41800, RSI=0x00000007072c1aa0, RDI=0x0000000049a78520
R8 =0xe0e58356d75c1648, R9 =0x0000000000000001, R10=0x0000000000000000, R11=0x0000000002188138
R12=0x0000000000000000, R13=0x00000006bae34172, R14=0x000000004820f200, R15=0x0000000014a41800
RIP=0x000000006eeffcd3, EFLAGS=0x0000000000010286

Top of Stack: (sp=0x000000004820f080)
0x000000004820f080:   00000007359aa948 e0e58356d75c1648
0x000000004820f090:   0000000014a41800 0000000000000000
0x000000004820f0a0:   00000006bae02db0 0000000000000000
0x000000004820f0b0:   000000004820f200 00000006bae34172
0x000000004820f0c0:   0000000000000000 000000006ef006f4
0x000000004820f0d0:   000000004820f188 000000004820f188
0x000000004820f0e0:   0000000014a41800 e0e58356d75c1648
0x000000004820f0f0:   000000004820f188 000000006ef00e1a
0x000000004820f100:   0000000014b3c858 0000000014a41800
0x000000004820f110:   000000073180ed98 000000004820f170
0x000000004820f120:   0000000014848220 000000006eda8e87
0x000000004820f130:   0000000014b3c858 0000000014a41800
0x000000004820f140:   0000000000000000 0000000000000000
0x000000004820f150:   000000004820f1d8 000000000209eb12
0x000000004820f160:   0000000014a41800 000000073180ed98
0x000000004820f170:   0000000716d328b0 00000000000000c2 

Instructions: (pc=0x000000006eeffcd3)
0x000000006eeffcb3:   05 34 76 49 00 33 c9 89 47 60 ff 15 6d b2 4a 00
0x000000006eeffcc3:   48 3b c3 0f 85 3f 01 00 00 48 8b c3 48 83 e0 fd
0x000000006eeffcd3:   48 8b 00 48 89 07 48 89 5f 18 4c 89 67 20 4c 89
0x000000006eeffce3:   67 70 48 89 77 08 48 8b 06 48 85 c0 74 24 4c 8d 


Register to memory mapping:

RAX=0xe0e58356d75c1648 is an unknown value
RBX=0xe0e58356d75c1648 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=
[error occurred during error reporting (printing register info), id 0xc0000005]

Stack: [0x0000000048110000,0x0000000048210000],  sp=0x000000004820f080,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x1cfcd3]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  java.lang.Thread.interrupt()V+18
j  java.util.concurrent.FutureTask$Sync.innerCancel(Z)Z+44
j  java.util.concurrent.FutureTask.cancel(Z)Z+5
j  java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.cancel(Z)Z+2
j  l2ft.gameserver.taskmanager.actionrunner.ActionWrapper.cancel()V+12
j  l2ft.gameserver.taskmanager.actionrunner.ActionRunner.clear(Ljava/lang/String;)V+74
j  l2ft.gameserver.model.entity.events.GlobalEvent.clearActions()V+7
j  l2ft.gameserver.model.entity.events.impl.KrateisCubeEvent.reCalcNextTime(Z)V+1
j  l2ft.gameserver.model.entity.events.impl.KrateisCubeEvent.stopEvent()V+6
j  l2ft.gameserver.model.entity.events.GlobalEvent.action(Ljava/lang/String;Z)V+21
j  l2ft.gameserver.model.entity.events.impl.KrateisCubeEvent.action(Ljava/lang/String;Z)V+19
j  l2ft.gameserver.model.entity.events.actions.StartStopAction.call(Ll2ft/gameserver/model/entity/events/GlobalEvent;)V+9
j  l2ft.gameserver.model.entity.events.GlobalEvent.callActions(Ljava/util/List;)V+28
j  l2ft.gameserver.model.entity.events.GlobalEvent.timeActions(I)V+44
j  l2ft.gameserver.model.entity.events.EventWrapper.runImpl0()V+8
j  l2ft.gameserver.taskmanager.actionrunner.ActionWrapper.runImpl()V+1
J  l2ft.commons.threading.RunnableImpl.run()V
J  java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run()V
J  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

В батниках попробуй сделать меньше значения Xmx Xms) 

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...