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

long lines confuse PHD's serial listener #773

Open
iximeow opened this issue Oct 1, 2024 · 0 comments
Open

long lines confuse PHD's serial listener #773

iximeow opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
testing Related to testing and/or the PHD test framework.

Comments

@iximeow
Copy link
Member

iximeow commented Oct 1, 2024

at least, it's extremely likely it's carriage returns that come with long lines, something to that effect.

#756 landed with this kind of hokey workround: when writing a very long line to a guest, PHD would appear to hang. it's certainly that PHD is waiting for the guest to echo back what it wrote, but the guest wrote \r\n and the expected character is just a bit beyond that.

whatever it is, this really ought to be fixed in PHD, rather than a one-off helper in boot_order.rs.

@iximeow iximeow added the testing Related to testing and/or the PHD test framework. label Oct 1, 2024
@iximeow iximeow self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to testing and/or the PHD test framework.
Projects
None yet
Development

No branches or pull requests

1 participant