-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix BuildLogTest.MultiTargetEdge crash problem … #1670
Conversation
add a input in build rule in testcase of BuildLogTest.MultiTargetEdge
Fix BuildLogTest.MultiTargetEdge crash problem
Which crash problem? |
#0 0x00007ffff753dc37 in __GI_raise (sig=sig@entry=6) |
When does it happen? Ideally this should be reproducible by CI. |
It happenes every time I run ./ninja_test which is compiled by ninja ninja_test. |
Can't reproduce, sorry. |
Ah I see! I don't think there's a way around it because |
I think we should add |
Yeah, we could fix it by adding |
I prefer leaving C++98 behind (it's also just happens in debug mode). |
OK. |
No description provided.