-
Notifications
You must be signed in to change notification settings - Fork 25
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
Session dispose exception #305
Comments
Hello @letarak , so this appears in some conditions on production? Does it fail all the time? |
Did the problem appear on a version which was publicly available as a release (7.0.3, 7.0.2 etc.) or it is on latest changes on 7.0 branch? I need the version or the commit in case it was built by you on some commit of 7.0 branch. This is important to identify whether it is old problem or has just appeared. |
Yes, catch on production, but very rarely (5 times total in 3-4 month) Exception seen only in two blocks of code, each of them use nested session scope |
Hmmm... I'll try to reproduce it but probably it will be a hard-to-catch bug. Thank you for the info. If some additional details appear, please post them. |
I stumbled across this post in which it is told that errors like "The LinkedList node does not belong to current LinkedList" in concurrent access. Are you sure that there is no hidden switching between sessions? Do you use Session.Activate() and Session.Current in such cases? |
No, we do not use Session.Activate() I need check this |
DO 7.0
Sorry, can not reproduce in test environment
Catch this exception three times
The text was updated successfully, but these errors were encountered: