Potential Recursion Issue in GTTransferUtils or Item Pipes
ghzdude opened this issue ยท 2 comments
GregTech CEu Version
2.5.4
Modpack Used
Nomifactory CEu Edition
Addons Installed
AE2 Unofficial Extended Life v55.10
Environment
Multiplayer
Side Crashed
Server
New Worlds
Unsure
Steps to Reproduce
no idea exactly, but generally having item output P2Ps inserting into GT item pipes (maybe with a filter?)
Crash Report
crash-2023-04-13_20.54.54-server.txt
Additional Information
Issue might be on PAE2's side. This is a recursion issue that results in a StackOverflow exception.
Update
I believe I've found out exactly what setup caused the issue in question. From my Assembly Line setup, I had two output item P2Ps connected to GT item pipes to an EV extractor. My original assumption was that attempting to push items into an output item P2P would result in no items being moved (so nothing would happen.) However, one output item P2P was trying to insert into another output item P2P (they are both of different channels) resulted in a recursion loop between GT and AE.