Skip to content

App Crash on x64 for a list of size 2300 #13

@viswanathr88

Description

@viswanathr88

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions