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

NET: KASSERT(tp->get_state() > TCPS_LISTEN) in tcp_do_segment() #420

Closed
vladzcloudius opened this issue Jul 28, 2014 · 3 comments
Closed

Comments

@vladzcloudius
Copy link

master hash: dbdd63a
After running a netperf test when it was going to finish I've got the assert above.
gdb showed that

  • tp->state() was 0 (CLOSED) at that time.
  • thflags was 16 (ACK).

Looks like it's RCU related issue.

@slivne slivne added the bug label Jul 31, 2014
@tgrabiec
Copy link
Member

@vladzcloudius Could it be a duplicate of #454 ?

@vladzcloudius
Copy link
Author

On 08/13/14 11:35, Tomasz Grabiec wrote:

@vladzcloudius https://github.com/vladzcloudius Could it be a
duplicate of #454 #454 ?

Yes. Looks like it.


Reply to this email directly or view it on GitHub
#420 (comment).

@slivne slivne added this to the release 0.14 milestone Sep 29, 2014
@wkozaczuk
Copy link
Collaborator

Duplicate of #454 so closing it.

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

No branches or pull requests

4 participants