This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/34095] parallel mode: segfault in std::sort
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Dec 2007 22:54:50 -0000
- Subject: [Bug libstdc++/34095] parallel mode: segfault in std::sort
- References: <bug-34095-102@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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