Skip to content

vm/vmimpl: show BBLog entries for all locked tcpcbs #6060

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tuexen
Copy link
Collaborator

@tuexen tuexen commented May 31, 2025


Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md


@tuexen tuexen requested a review from markjdb as a code owner May 31, 2025 19:57
@markjdb
Copy link
Collaborator

markjdb commented Jun 1, 2025

Why move it? Is the console report getting truncated? Maybe it makes sense to raise the limit, or stop showing uma and malloc, since most of that output is not useful.

@tuexen
Copy link
Collaborator Author

tuexen commented Jun 2, 2025

Why move it? Is the console report getting truncated? Maybe it makes sense to raise the limit, or stop showing uma and malloc, since most of that output is not useful.

I looked around and found this report. It seems that the output is truncated. I assume that if a tcpcb is locked, the problem is TCP related. In this case the output of show all tcpcbs/bl might show the information needed, but I don't think the other output is of any help. At least for me. That is why I moved it almost to the top. If the problem is not TCP related, I do not expect any tcpcb to be locked and therefore the output of show all tcpcbs/bl is only one line.
Since the tail of the output of show all tcpcbs/bl is more important than the head, I limit the number of events to 1000 in #6059 hoping that we can see 1000 lines of output. We will see, when the bug is triggered after D50629 is committed to the FreeBSD tree and #6059 and #6060 are merged to syzkaller.

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

Successfully merging this pull request may close these issues.

2 participants