bugscpp icon indicating copy to clipboard operation
bugscpp copied to clipboard

Docker container exits immediately with "pywintypes.error: (109, 'ReadFile', 'pipe has ended')" when building a project in Windows

Open TongJie-Wei opened this issue 1 year ago • 1 comments

I tried to follow the steps in the README's Example section to execute some CLI commands, including make install, Displaying a List of Defects, Project Checkout, etc. However, when I reached the Building and Testing a Project step, I encountered the following error:

BUGOFBUGC++

I meet the Requirements: MyCpu env_py docker

I performed all operations using the default settings from the example, and the same error message,’‘pywintypes.error: (109, "ReadFile", "pipe has ended")'', appeared on two Windows machines‘’.

Could you please advise on how to resolve this issue? I would be extremely grateful!

TongJie-Wei avatar Aug 21 '24 11:08 TongJie-Wei

Thanks for your reporting! Unfortunately, bugscpp currently only supports a Linux environment. Please try running it on WSL or a Linux system.

Result $ python bugscpp/bugscpp.py build ./cpp_peglib/buggy-1 image

Ye0nny avatar Aug 30 '24 03:08 Ye0nny