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

WithDestructuringDepth doesn't stop destructions #898

Open
knopa opened this issue Nov 5, 2024 · 0 comments
Open

WithDestructuringDepth doesn't stop destructions #898

knopa opened this issue Nov 5, 2024 · 0 comments
Labels
bug Issues describing a bug or pull requests fixing a bug.

Comments

@knopa
Copy link

knopa commented Nov 5, 2024

Describe the bug

WithDestructuringDepth(2) Suppose stop destruction of exception if it has issue like DbUpdateException from EF Core

Issue is it stops to print Self Log but memory still eating by infinite destructions

Steps to reproduce

  1. Set WithDestructuringDepth
  2. Raise DBUpdateException from EF Core
  3. Memory start eating even if DestructuringDepth stop SelfLog

Expected behaviour

WithDestructuringDepth should stop exception destructions too

@knopa knopa added the bug Issues describing a bug or pull requests fixing a bug. label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug or pull requests fixing a bug.
Projects
None yet
Development

No branches or pull requests

1 participant