Comment 42 for bug 1017125

Revision history for this message
Björn Michaelsen (bjoern-michaelsen) wrote : Re: boost::unordered_multimap<>::erase(iterator, iterator) broken on quantal

Reproduction scenario: Note that the rand() stuff is needed, a sequence of 500 subsequent entries does not cut it (hash collisions needed to trigger the bug maybe?).
Compile with gcc (Ubuntu/Linaro 4.7.1-6ubuntu1) 4.7.1 and:
g++ -I/usr/include lp1017125.cxx && ./a.out
on quantal and it crashes here everytime.