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

Tests fail on LLDB #35

Open
enlight opened this issue Oct 1, 2015 · 0 comments
Open

Tests fail on LLDB #35

enlight opened this issue Oct 1, 2015 · 0 comments
Labels

Comments

@enlight
Copy link
Owner

enlight commented Oct 1, 2015

Tests run as expected on GDB, however on LLDB or rather LLDB-MI (built from master on 9-Sep-2015) most fail. The failure is the same for every test, Node throws the error EPIPE / Uncaught Error: This socket has been ended by the other party. This happens as soon as dbgmits tries to send a command to the stdin of the child process (lldb-mi in this case). I've tried introducing a 500ms delay before sending the first command just in case the child process was slow to startup, but that didn't help. It seems like the lldb-mi closes the stdin stream prematurely.

I should try a newer build before running lldb-mi through a debugger.

@enlight enlight added the bug label Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant