We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When requiring less on Fedora 28, this happens:
less
irb(main):003:0> require 'less' /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 = v8::Handle<v8::Value>; _Alloc = std::allocator<v8::Handle<v8::Value> >; std::vector<_Tp, _Alloc>::reference = v8::Handle<v8::Value>&; ``std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. Aborted (core dumped)
This is probably due to the Fedora libc being built with _GLIBCXX_ASSERTIONS.
_GLIBCXX_ASSERTIONS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When requiring
less
on Fedora 28, this happens:This is probably due to the Fedora libc being built with
_GLIBCXX_ASSERTIONS
.The text was updated successfully, but these errors were encountered: