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

When logging FirstChance with default logger it causes StaskOverflow on exiting Application #4

Open
slmjy opened this issue Jul 16, 2015 · 2 comments
Labels

Comments

@slmjy
Copy link
Contributor

slmjy commented Jul 16, 2015

  • Subscribe on FirstChangeException and log them with default logger
  • Start Application
  • Close Application
    Expected: errorless close
    Result: StackOverflowException
@slmjy slmjy added the bug label Jul 16, 2015
@ikopylov
Copy link
Member

Exception that cause this cyclic calls: "QueueAsyncProcessor is going to stop"

Possible solution: Check if QueueAsyncProcessor.State == StopPending before adding a new log.

@ikopylov
Copy link
Member

Same problem during initialization of DefaultLogger.Instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants