[Bug libstdc++/43483] New: STL sort SIGSEV

2010-03-22 Thread richardlee at snowshoefox dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: richardlee at snowshoefox dot com GCC host triplet: 2.6.31-20-generic #58-Ubuntu SMP x86_64 GNU/Linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43483

[Bug libstdc++/43483] STL sort SIGSEV

2010-03-22 Thread richardlee at snowshoefox dot com
--- Comment #2 from richardlee at snowshoefox dot com 2010-03-22 20:18 --- Created an attachment (id=20165) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20165&action=view) Proposed patch using 'patch -up'... run patch in the 4.4.1/bits/ folder. -- h

[Bug libstdc++/43483] STL sort SIGSEV

2010-03-22 Thread richardlee at snowshoefox dot com
--- Comment #4 from richardlee at snowshoefox dot com 2010-03-22 20:55 --- Here is a very simplified version of the scenario that triggered the bug. bool compare(int t1, int t2) { return true; } int main(int argc, char** argv) { vector v; v.assign(32, 2