Roiocam commented on PR #1385: URL: https://github.com/apache/pekko/pull/1385#issuecomment-2204882726
From the perspective of stack frame, the problem lies in the handling: https://github.com/apache/pekko/blob/46c557424d19bb2d07adf2fbd55351a8187ff359/actor/src/main/scala/org/apache/pekko/actor/dungeon/FaultHandling.scala#L160 ``` [ERROR] [07/03/2024 09:46:12.113] [SupervisorSpec-pekko.actor.default-dispatcher-5] [pekko://SupervisorSpec/user/$a/$a] changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://SupervisorSpec/user/$a/$a: exception during creation, root cause message: [deliberate test failure] [ERROR] [07/03/2024 09:46:12.114] [SupervisorSpec-pekko.actor.default-dispatcher-6] [pekko://SupervisorSpec/user/$a/$a] assertion failed java.lang.AssertionError: assertion failed at scala.Predef$.assert(Predef.scala:264) at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:160) at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158) at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420) at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96) at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92) at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420) at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526) at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545) at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:297) at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:232) at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:245) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
