OpenBlocks

OpenBlocks

56M Downloads

/dev/null Stack Overflow

pushedx opened this issue ยท 0 comments

commented

Old Issue: #629

Current Issue: If you move a /dev/null into itself, you trigger a stack overflow at some point.

In client hosted SMP, you get an achievement for this (and no crash): http://i.imgur.com/3LrzBuD.png

In dedicated SMP (using say, FTB Infinity's server 1.8.2) you crash the server: https://gist.github.com/pushedx/2eef3719bc3bb0f7c606

To replicate it:

  1. Get 1 /dev/null and put it into inventory slot 1.
  2. Open the /dev/null
  3. Mouse over the big inventory slot and press 1 to move it into itself. (This usually let's you dupe it)
  4. Repeat #3 a few times.

In non-dedicated, this works fine. On a dedicated server, it will trigger the stack overflow.

Open* Mod Versions used in Infinity while testing this:
OpenModsLib-1.7.10-0.7.3.jar
OpenBlocks-1.7.10-1.4.3.jar
OpenPeripheralCore-1.7.10-1.1.1.jar
OpenPeripheralAddons-1.7.10-0.3.1b.jar
OpenPeripheralIntegration-1.7.10-0.2.2.jar

I searched for other issues mentioning this, but couldn't find anything (other than the one linked). If it's fixed in the latest versions of the mods, then please say so, and we'll just have to wait for mod packs to update.

Thanks!