https://github.com/springmeyer/build2-testcase
Testcase of build2 0.6.2 hang
https://github.com/springmeyer/build2-testcase
Last synced: 7 months ago
JSON representation
Testcase of build2 0.6.2 hang
- Host: GitHub
- URL: https://github.com/springmeyer/build2-testcase
- Owner: springmeyer
- Created: 2017-12-07T00:41:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T23:18:33.000Z (over 8 years ago)
- Last Synced: 2024-12-28T18:28:24.077Z (over 1 year ago)
- Language: C++
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## build2 hang testcase
To run testcase do:
```
b
```
Expected behavior of this testcase is an error:
```
error: header '../include/hello.hpp' not found and cannot be generated
```
Instead `b` hangs and in the background I can see `test.o.ii-` being compiled over and over again. Seen with build2 0.6.2 on OS X 10.12.
The [profile-of-hang.txt](./profile-of-hang.txt) shows the output of an Activity Monitor sample while the `b` program is running continuously.