-
Notifications
You must be signed in to change notification settings - Fork 2.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
Test 8 crashes when built with gcc 7.1.1 #551
Comments
Thanks for the bug report. What library version do you use and on what platform (OS version) does it happen? |
Sorry, I should have included that originally. It's 3.0.2 on Fedora Rawhide (27). |
I tried reproducing on Fedora 26 with gcc 7.1.1-3 but the tests pass there. Do you use gcc 7.1.1-3 or another version? Also could you run |
You're right, Fedora 26 is also using gcc 7.1.1 but Fedora Rawhide (27) has been updated to glibc 2.26, so maybe that's the source of the issue. When I run
|
(I can't test on Linux right now, so I'm just guessing here... but maybe it helps to find the source of the problem...) It seems like the NB: There was also a change in the |
@abolz, you are right regarding the problem with Should be fixed in 6655e80. @daveisfera, do you want me to backport the fix to the release-3.0 branch? And thanks again for catching this. |
The patch makes the tests pass on Fedora Rawhide (27) so I'll run with that for now. |
It still crashes on i686: |
Should be fixed in 032c838. Now the problematic test is skipped if allocator is behaving funny. |
Thanks the tests pass on all platforms now: https://koji.fedoraproject.org/koji/taskinfo?taskID=21186530 |
The output is
8/11 Test #8: util-test ........................***Exception: SegFault 0.04 sec
. Is there anything else I can provide to help diagnose the issue?The text was updated successfully, but these errors were encountered: