What did you do? I have an outpost smelting facility (copper plate) that I have wired with green wire to provide its total (48 iron chest contents that is part of a train station) to another smelting facility/train station that is much closer to the centre of my base. As the second train station is near a high-traffic area I wanted to switch it on only when the first station is low of copper plates (<50k).
Now, I have complicated things by having all stations only turn on when their own contents are >50k. To overcome the original train station setup (turn on when copper plates >50k) I have setup a decider combinator to output the input signal if it is ?50k then a arithmetic combinator to multiply the input signal by -1000000 to try and induce a negative count into the train station to simulate the station not having a count of >50k thus making the station turn off. The problem is that the arithmetic combinator is outputting positive signals for some reason, but only at some points during the count. As you can see in the pictures below at 54k input it is putting out 938k output instead of -946k.




What happened? Due to the arithmetic combinator not outputting as expected it sends a false positive signal and turns my station on.
What did you expect to happen instead? It might be obvious to you, but do it anyway! As soon as the >50k threshold is met the output of the arithmetic combinator makes it into a massive negative number to send to the train station
Write down the steps to reproduce the bug if you know them. Set the combinators as shown in the pictures, wait until the >50k threshold is met and observe the various signals outputted
Does it happen always, once, or sometimes? Always, but at different numbers, for example, 50k didn't output negative, ~52k was negative the 54k wasn't. Once the outpost station is full (a total of around 308,000 copper plates) it always outputs a positive
Be precise! When i click with the mouse on Quit in the main menu... Not: When I close the game. Let me know if the above isn't precise enough. I have attached a save (I have positioned the Spidertron over the arithmetic combinators in question - the outpost of copper plates is to the far right/east of my base. The iron plates outpost in the same location has the same setup and same issue. Its connected station is slightly north on the opposite side of the tracks from the starting point of the Spidertron). There is also a log file attached for you to look at