[Bug libstdc++/34095] parallel mode: segfault in std::sort
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 13 22:55:00 GMT 2007
------- Comment #4 from bangerth at dealii dot org 2007-12-13 22:54 -------
By the way, the size of the vector affects whether the testcase fails or
not. Apparently the algorithms decide that if the vector is too small
then it's not worth subdividing the work. On my 2-processor machine, 20,000
is enough to trigger the error, but for example 100 is not. YMMV.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34095
More information about the Gcc-bugs
mailing list