Forum member
alexander_jesner
10 posts
Posts by alexander_jesner
-
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…
25 Apr 2022 08:07 UTC
-
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.
05 Apr 2022 11:55 UTC
-
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.
31 Mar 2022 06:37 UTC
-
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!
30 Mar 2022 12:13 UTC
-
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…
29 Mar 2022 06:56 UTC
-
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…
28 Mar 2022 09:07 UTC
-
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.
28 Mar 2022 08:47 UTC
-
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 …
28 Mar 2022 08:05 UTC
-
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…
21 Oct 2021 11:55 UTC
-
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…
21 Oct 2021 08:38 UTC