-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
I ran into a weird bug with this library. I have a list of 2300 items in the destination list and 0 items in the source list. So 2300 adds need to be generated. But the recursion never seems to end and the app crashes on a release build. Oddly, I don't hit a StackOverflowException or anything like that on debug. The call just never returns. Another bizarre thing is I don't hit this on x86. What I'm noticing is in the GenDiff function, somehow the value of j increases at some point and never comes to 0 to terminate the recursion.