For blueprints with rails it appears that always 1 chain dock ends up in the ship core (which is default position if it can't find anything to attach to).
Sometimes that does not happen but you'll get a client nullpointer instead and crash. when you come back that 1 chain is gone.
Sometimes it duplicates a part of that chain and puts it on another random chain, the original chain still ends up where the shipcore is (or causes a nullpointer)
Blueprints with those issues:
Nullpointer:
[2015-05-13 16:58:14] java.lang.NullPointerException [2015-05-13 16:58:14] at obfuscated.Md.a(SourceFile:1329) [2015-05-13 16:58:14] at obfuscated.Md.a(SourceFile:1334) [2015-05-13 16:58:14] at obfuscated.Md.t(SourceFile:1262) [2015-05-13 16:58:14] at obfuscated.Md.h(SourceFile:550) [2015-05-13 16:58:14] at org.schema.game.common.controller.SegmentController.updateLocal(SourceFile:2049) [2015-05-13 16:58:14] at obfuscated.KB.updateLocal(SourceFile:1598) [2015-05-13 16:58:14] at org.schema.game.common.controller.EditableSendableSegmentController.updateLocal(SourceFile:2550) [2015-05-13 16:58:14] at obfuscated.KK.updateLocal(SourceFile:1163) [2015-05-13 16:58:14] at org.schema.game.server.controller.GameServerController.update(SourceFile:2357) [2015-05-13 16:58:14] at org.schema.schine.network.server.ServerController.run(SourceFile:323) [2015-05-13 16:58:14] at java.lang.Thread.run(Unknown Source)
Logs: