Bug#185242: libstdc++5-dev: rope segfaults under heavy load

2003-04-17 Thread Matthias Klose
Ian Turner writes: > Package: libstdc++5-dev > Version: 1:3.2.3-0pre5 > Severity: important I am unable to reproduce this with the current g++-3.2 and g++-3.3 packages from unstable. Please could you recheck with g++-3.2?

Bug#185242: libstdc++5-dev: rope segfaults under heavy load

2003-03-17 Thread Ian Turner
Package: libstdc++5-dev Version: 1:3.2.3-0pre5 Severity: important Consider the following program: --- BEGIN ropetest.c --- #include using namespace std; using namespace __gnu_cxx; unsigned int rand(unsigned int max) { unsigned int rval = (unsigned int)(((double)max)*rand()/(RAND_MAX)); if