This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
AndreWalia's profile picture

[SMP] Able to crash server with redstone

Started by AndreWalia, 24 May 2015 - 10:24 PM
AndreWalia #1
Posted 25 May 2015 - 12:24 AM
VERSION:
1.73
DESCRIPTION:
Server crashed
EXPECTED RESULT:
No crash
REPRODUCTION STEPS:

1. Place any computer (tested with advanced)
2. Place a single red stone dust directly adjacently on the left side of the computer
3. Run the following code (sry for no code tags, on mobile, admin pls add code tags)
while true do
  rs.setOutput("left", not (rs.getInput("left")))
end
Edited by
Cranium #2
Posted 25 May 2015 - 12:54 AM
Can confirm this does cause the server to crash. Requisite crash report: http://pastebin.com/2QZqUfuA
theoriginalbit #3
Posted 25 May 2015 - 02:21 AM
sry for no code tags, on mobile, admin pls add code tags
just so you know you can manually add code tags by doing
[[color=000001]/code[/color]]
flaghacker #4
Posted 25 May 2015 - 09:36 AM
sry for no code tags, on mobile, admin pls add code tags
just so you know you can manually add code tags by doing
[[color=000001]/code[/color]]

How do you type these code tags without them actually making the code box?

Edit: nvm, [code][/code]
Edited on 25 May 2015 - 07:39 AM
MindenCucc #5
Posted 26 May 2015 - 10:16 PM
Hmm.. It did not crash me until I exited singleplayer. The whole world froze, including entities, and events. Blocks did not break, but I was able to move in the loaded chunks.

I'm using Forge #1403
//off-topic: I would not recommend Forge #1291, because it's unstable. "Recommended" build my dirt-barrel :P/>

Partial log:
Spoiler

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callString(Reflector.java:429)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:166)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:55)
at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:442)
at net.minecraft.world.World.func_147460_e(World.java:701)
at net.minecraft.world.World.func_147459_d(World.java:651)

Repetition:

at net.minecraft.block.BlockRedstoneWire.func_150177_e(BlockRedstoneWire.java:81)
at net.minecraft.block.BlockRedstoneWire.func_149695_a(BlockRedstoneWire.java:318)
at net.minecraft.world.World.func_147460_e(World.java:697)
at net.minecraft.world.World.func_147459_d(World.java:651)

The log is 2Mb big.

Shortened crash report: http://pastebin.com/hceHLDWe
Edited on 26 May 2015 - 08:21 PM
Wojbie #6
Posted 11 December 2015 - 01:00 AM
Still valid. Reposted to github for latest beta. https://github.com/dan200/ComputerCraft/issues/32