Logistics Pipes

Logistics Pipes

13M Downloads

Server Freeze when destroying a pipe

SonOfTheStars opened this issue ยท 1 comments

commented

Description: Destroying a pipe sometimes leads to the server locking up completely. There is no crash report or error. The server automatically shuts off as a single tick takes over 60 seconds.

I haven't dufficiently tested this yet but I assume something goes deadlock when you break a pipe that currently handles a transaction.

Build Version: 10.3.35

Mode: Dedicated Server

commented

I nailed it down. I can reliably reproduce the issue the following way:

  • Place down a Basic Pipe(Power and connection state do not matter)
  • Insert a Disconnection Upgrade(Configuration does not matter)
  • Break the Pipe

-> Instant server Freeze. Server kills itself after tick time surpasses 60s.

This issue appeared after upgrading from 10.3.33 to 10.3.35