Jump to content

Question

Posted

Title: ComputerCraft crash

Version: 3.0.3/3.0.4

OS: Slackware 13.37

Java Version: 1.7

Description of Problem:

The server crashes randomly with the following error... I have no clue why. I don't want to disable CC or erase everybody's programs. Is there a way to tell what particular computer is causing the problem? Thanks!

Error Messages:

ComputerCraft: Warning! Failed to abort a Computer. Dangling lua thread could cause errors.

Error Log:




1 answer to this question

Recommended Posts

  • 0
Posted

Got same problem. But i'm playing on my private server and got only a few computers (I'm author of all programs except the original ones, so no program intentionally do this. I'm NOT using any form of recursion), server got 2.5GB for tekkit, never plays more than 2 players. Something (part of cc?) crashed with "out of memory" error, but the command showing free memory reported tekkit has 78% free O_0

using tekkit 3.1.1 on debian stable with java 7 (marked as 1.7 I think)

I suppose this is also CC related:

20:44:49 [iNFO] org.luaj.vm2.LuaError: unable to create new native thread

20:44:49 [iNFO] stack traceback:

20:44:49 [iNFO] org.luaj.vm2.LuaError: unable to create new native thread

20:44:49 [iNFO] stack traceback:

20:44:49 [iNFO] org.luaj.vm2.LuaError: unable to create new native thread

20:44:49 [iNFO] stack traceback:

20:44:49 [iNFO] [RedPower] FakePlayer created.

20:44:49 [iNFO] [RedPower] Login is disabled.

20:45:01 [sEVERE] Exception in thread "Thread-5"

20:45:02 [sEVERE] java.lang.OutOfMemoryError: unable to create new native thread

20:45:18 [sEVERE]      at java.lang.Thread.start0(Native Method)

20:45:19 [sEVERE]      at java.lang.Thread.start(Thread.java:691)

20:45:19 [sEVERE]      at dan200.computer.core.ComputerThread$1.run(ComputerThread.java:58)

20:45:19 [sEVERE]      at java.lang.Thread.run(Thread.java:722)

20:45:19 [sEVERE] Exception in thread "Thread-8"

20:45:19 [sEVERE] java.lang.OutOfMemoryError: unable to create new native thread

20:45:19 [sEVERE]      at java.lang.Thread.start0(Native Method)

20:45:19 [sEVERE]      at java.lang.Thread.start(Thread.java:691)

20:45:19 [sEVERE]      at org.bukkit.craftbukkit.scheduler.CraftWorker.<init>(CraftWorker.java:28)

20:45:19 [sEVERE]      at org.bukkit.craftbukkit.scheduler.CraftThreadManager.executeTask(CraftThreadManager.java:14)

20:45:19 [sEVERE]      at org.bukkit.craftbukkit.scheduler.CraftScheduler.processTask(CraftScheduler.java:104)

20:45:19 [sEVERE]      at org.bukkit.craftbukkit.scheduler.CraftScheduler.run(CraftScheduler.java:61)

20:45:19 [sEVERE]      at java.lang.Thread.run(Thread.java:722)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...