Forum member

robinz

13 posts

Posts by robinz

  1. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    I'm currently set to full. I moved on to another project in that workspace, and I can't reproduce the error now. I'll change that setting the next time this shows up.

  2. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    I figured you would love that ;) Nothing changed that I'm aware of. My working directories "should" be identical, but they obviously aren't. When I get this error, I can ask NCrunch to Reload and Rebuild as many times as I want, but it always fails. The only fix is to add or remove enough code…

  3. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    FYI, I switched to another working directory, and it worked just fine on the same code.

  4. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    Remco, Wanted to let you know that it has been a while since I've seen this error, but it just popped up again in 5.20.0.2: NCrunch has encountered an internal error: System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported. Parameter name: sourceIndex at System.Array.Co…

  5. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    Woot! Thanks for getting me the fix!

  6. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    I just received what I believe to be the same error: NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bounds of the array. at nCrunch.Compiler.Cil.Utility.CilAddress.ReadByte() at nCrunch.Compiler.Cil.Utility.CilNullTerminatedString.Equals(Ob…

  7. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    I wanted to let you know that I was having a lot of trouble with NCrunch throwing the error a few days after you posted 5.14.0.1. I installed 5.14.0.1 so that I could send you the bug report. I've been running 5.14.0.1 for around 10 days, and it hasn't exhibited the error.

  8. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    Understood. IP issues are the root of the problem, I can't share our DLLs. However, I do seem to be in a place where I can replicate the issue by updating to a specific commit. I'm wondering if you built a dev version with more logging around the break and I ran it against this commit if that wou…

  9. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    This is an ongoing issue that has been plaguing me for years. There doesn't seem to be any rhyme or reason for it. I can go months (over a year?) and never see the issue, and then it crops up unexpectedly. Update, this is not true: Typically I can move to another working directory and continue …

  10. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    Got this error again after a small code change using NCrunch 4.11. I updated to 4.18.0.3 and received a similar error: 4.11 [PID:37408 10:39:22.244 LocalBuildTask-66] ERROR (Internal): System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported. Parameter name: sourceIndex …

  11. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    I was able to rebase the branch on a newer version of our software that had some changes to how the project was configured and the problem went away.

  12. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    The update was to our codebase. We're working in VS 2019, in Debug x64 mode. On the update that works we have this size: dll: 11.0 MB (11,601,920 bytes) pdb: 26.1 MB (27,383,296 bytes) The commit that fails has this size: dll: 11.0 MB (11,602,432 bytes) pdb: 26.1 MB (27,385,344 bytes) …

  13. System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.

    After a relatively small update I started getting the error below. I've confirmed that I can update to the prior commit and the error goes away. The code builds and runs just fine at the commit that causes the NCrunch error. I'm running version 4.9.0.8. [PID:31152 18:16:23.8724 LocalBuildTask-56]…