-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRE in SubStepsDispatcher #1458
Labels
Milestone
Comments
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Aug 28, 2020
… as well to work around a linker bug. Fixes this linker crash when building the link sdk test: ILLink : error IL1012: IL Linker has encountered an unexpected error. Please report the issue at https://github.com/mono/linker/issues [/Users/builder/jenkins/workspace/xamarin-macios-pr-builder/tests/xharness/tmp-test-dir/link sdk33/link sdk.csproj] Fatal error in IL Linker (TaskId:212) Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. (TaskId:212) at Mono.Linker.Steps.SubStepsDispatcher.DispatchType(TypeDefinition type) (TaskId:212) at Mono.Linker.Steps.SubStepsDispatcher.BrowseTypes(Collection`1 types) (TaskId:212) at Mono.Linker.Steps.SubStepsDispatcher.BrowseAssemblies(IEnumerable`1 assemblies) (TaskId:212) at Mono.Linker.Steps.SubStepsDispatcher.Mono.Linker.Steps.IStep.Process(LinkContext context) (TaskId:212) at Mono.Linker.Pipeline.Process(LinkContext context) (TaskId:212) at Mono.Linker.Driver.Run(ILogger customLogger) (TaskId:212) at Mono.Linker.Driver.Main(String[] args) (TaskId:212) The command exited with code 134. (TaskId:212) Ref: dotnet/linker#1458
61 tasks
marek-safar
added a commit
to marek-safar/linker
that referenced
this issue
Feb 26, 2021
marek-safar
added a commit
that referenced
this issue
Mar 8, 2021
spouliot
pushed a commit
to spouliot/xamarin-macios
that referenced
this issue
Apr 1, 2021
…for type as well to work around a linker bug." This reverts commit 482151e. This issue dotnet/linker#1458 has been fixed a while ago.
dalexsoto
pushed a commit
to xamarin/xamarin-macios
that referenced
this issue
Apr 2, 2021
…for type as well to work around a linker bug." (#11064) This reverts commit 482151e. This issue dotnet/linker#1458 has been fixed a while ago. Co-authored-by: Sebastien Pouliot <[email protected]>
tj-devel709
pushed a commit
to xamarin/xamarin-macios
that referenced
this issue
Apr 7, 2021
…for type as well to work around a linker bug." (#11064) This reverts commit 482151e. This issue dotnet/linker#1458 has been fixed a while ago. Co-authored-by: Sebastien Pouliot <[email protected]>
21 tasks
agocke
pushed a commit
to dotnet/runtime
that referenced
this issue
Nov 16, 2022
Fixes dotnet/linker#1458 Commit migrated from dotnet/linker@7678e2d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case: linkercustomsteptestcase-eb50a89.zip
Run the
test.sh
script to repro:This seems to be when there's one substep that includes types, another that doesn't and they're active for different assemblies.
The text was updated successfully, but these errors were encountered: