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

StackTrace not correct when exception caught #593

Open
elevenxt opened this issue Aug 24, 2022 · 0 comments
Open

StackTrace not correct when exception caught #593

elevenxt opened this issue Aug 24, 2022 · 0 comments

Comments

@elevenxt
Copy link

In method ChannelOutboundBuffer.FailFlushed, the statement "this.Remove0(cause, notify)" appends some same text to variable cause.StackTrace in each loop, when this statement loops for many times, the variable cause.StackTrace reachs hundreds of lines.
we can fix this by change statement from "if (!this.Remove0(cause, notify))" to "if (!this.Remove0(new Exception("fail flush", cause), notify))".

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

No branches or pull requests

1 participant