Description of problem: astyle with SIGABRT in Fedora 28 when --recursive is used. Works fine in Fedora 27. Version-Release number of selected component (if applicable): astyle-3.1-3.fc28.x86_64 How reproducible: 100% Steps to Reproduce: 1. Go to a directory with some .c and .h files 2. Execute: astyle --recursive "*.c" "*.h" Actual results: Directory /home/linuxjedi/Programming/Git/libattachsql/*.c /usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::reference = std::__cxx11::basic_string<char>&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. Aborted (core dumped) Expected results: No crash Additional info: As a workaround I downgraded to astyle-3.0.1-4.fc27.x86_64 which works fine.
*** Bug 1573093 has been marked as a duplicate of this bug. ***
Would you check if the following works? https://koji.fedoraproject.org/koji/taskinfo?taskID=26721555
That works perfectly! Many thanks!
Created attachment 1430099 [details] Proposal patch Reported upstream: https://sourceforge.net/p/astyle/bugs/503/. Proposal patch also attached here.
For now, I will take care of this.
astyle-3.1-5.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-e41ea65d96
astyle-3.1-5.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-e41ea65d96
astyle-3.1-5.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
Fixed.