Skip to content
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

Akka.Tests.Actor.ActorCellSpec.Cell_should_clear_current_message_after_receive fails with NRE #6283

Open
Aaronontheweb opened this issue Nov 30, 2022 · 0 comments

Comments

@Aaronontheweb
Copy link
Member

Version Information
Version of Akka.NET? v1.5.0 latest (dev)
Which Akka.NET Modules?

Describe the bug

System.NullReferenceException : Object reference not set to an instance of an object.


Stack trace
   at Akka.Tests.Actor.ActorCellSpec.<>c__DisplayClass2_0.<Cell_should_clear_current_message_after_receive>b__1() in /home/vsts/work/1/s/src/core/Akka.Tests/Actor/ActorCellSpec.cs:line 54
   at System.Threading.SpinWait.SpinUntil(Func`1 condition, Int32 millisecondsTimeout)
   at System.Threading.SpinWait.SpinUntil(Func`1 condition, TimeSpan timeout)
   at Akka.Tests.Actor.ActorCellSpec.Cell_should_clear_current_message_after_receive() in /home/vsts/work/1/s/src/core/Akka.Tests/Actor/ActorCellSpec.cs:line 54
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

To Reproduce

Racy - so not clear repro.

Expected behavior

No NREs.

Environment

Occurred on AzDo, Linux build environment running on .NET 7.0: https://dev.azure.com/dotnet/Akka.NET/_build/results?buildId=83483&view=ms.vss-test-web.build-test-results-tab&runId=4838438&paneView=debug&resultId=100899

Additional context

Need to make sure it's an issue with the test and fix it - if it's an issue with the ActorCell then this is a more critical problem.

@Aaronontheweb Aaronontheweb added this to the 1.5.0 milestone Nov 30, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.0, 1.5.1 Mar 2, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.1, 1.5.2 Mar 15, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.2, 1.5.3 Apr 6, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.3, 1.5.4, 1.5.5 Apr 20, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.5, 1.5.6, 1.5.7 May 4, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.7, 1.5.8 May 17, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.8, 1.5.9 Jun 15, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.9, 1.5.11, 1.5.12 Jul 25, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.12, 1.5.13 Aug 2, 2023
@Aaronontheweb Aaronontheweb removed this from the 1.5.13 milestone Sep 20, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.20, 1.5.21 Apr 29, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.21, 1.5.22, 1.5.23 May 28, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.23, 1.5.24, 1.5.25 Jun 6, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.25, 1.5.26 Jun 14, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.26, 1.5.27 Jun 27, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.27, 1.5.28 Jul 25, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.28, 1.5.29 Sep 4, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.29, 1.5.30, 1.5.31 Oct 1, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.31, 1.5.32 Nov 14, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.32, 1.5.33 Dec 4, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.33, 1.5.34 Dec 24, 2024
@Aaronontheweb Aaronontheweb modified the milestones: 1.5.34, 1.5.35 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant