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

CDP: do not override UI_ServerBase::readline #812

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Nov 19, 2022

Recently, random failures such as Timeout::Error and Errno::ECONNREFUSED have been occurring. The reason for the error in CDP test is that UI_ServerBase::readline is overridden in CDP. continue is executed as a debug command because UI_CDP::readline returns continue if @q_msg is nil. See ono-max#8 for information on how to reproduce the error.

Recently, random failures such as `Timeout::Error` and `Errno::ECONNREFUSED` have been occurring. The reason for the error in CDP test is that UI_ServerBase::readline is overridden in CDP. continue is executed as a debug command because UI_CDP::readline returns continue if @q_msg is nil. See #8 for information on how to reproduce the error.
@ko1 ko1 merged commit daf8cae into ruby:master Nov 22, 2022
@ono-max ono-max deleted the patch-124 branch March 11, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants