Forum member

alexander_jesner

10 posts

Posts by alexander_jesner

  1. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    Hi Remco, PostSharp provided a fix for the broken PortablePDBs in version 6.5.21 and 6.10.10. They list it in the change logs as: 6.10.10 2022-04-20 Bug 30164 PortablePdb: CustomDebugInformationTable.Parent is truncated to 2 bytes when it is 4 bytes wide. 6.10.10 2022-04-19 Bug 30219 Portab…

  2. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    It seems there is a problem with duplicate "StateMachineHoistedLocalScopes" in the CustomDebugInformation in the portable PDB. I will inform you once this is solved on PostSharp's side.

  3. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    I can't post the link because I set the issue to 'private' because I attached several of our production files. But I'll keep you posted.

  4. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    Remco, I managed to find out that in some situations PostSharp seems to create portable PDBs that are malformatted. I have posted an issue to their bug tracker and will get back to you as soon as I know more. Thanks for your quick help on this topic!

  5. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    I did not yet manage to create a standalone reproduction of the problem, but I can share the information that changing the PDB type from "portable" to "full" seems to resolve the issue. Although we want to have primary portable PDBs, I will have a look if we can temporarily switch to full PDBs to m…

  6. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    The method in question from the stacktrace is as simple as this: [code=csharp] .method public hidebysig instance class [X]XX2 CreateInfo ( valuetype [X]XX3 state, string identifier, int64 dataRevision, int64 ordinal ) cil managed { // Method begins at RVA 0x25a0 // Code size…

  7. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    Sorry I forgot. It's the latest 4.11.0.2. Maybe also an important information is that this error mostly happens on grid nodes.

  8. IndexOutOfRangeException in CilReusableCopiedInstructionMap

    Lately we get the following error messages and "instable" behavior of nCrunch: [code=csharp] System.Exception: System.Exception: Unable to instrument type XXX due to exception: System.Exception: Unable to instrument method XXX due to exception: System.IndexOutOfRangeException: Index was outside …

  9. System.IO.IOException on GridNode

    Hi, thanks for the quick reply. I created the folders for now and everything seems to be fine. The only remark I have: on my Grid Nodes only the VS2019 Build Tools are installed, no VS2022 Preview and no .NET 6 Preview. The VS2022 Preview is only installed on my developer machine. Not sure if…

  10. System.IO.IOException on GridNode

    With the newest 4.10.0.6 I get the following error on my Grid Node (running as a service under LOCAL_SYSTEM) [code=plain]System.IO.IOException: Could not find a part of the path 'C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\VisualStudio'.: C:\WINDOWS\system32\config\systempr…