https://issues.apache.org/ooo/show_bug.cgi?id=122902
Oliver-Rainer Wittmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED --- Comment #12 from Oliver-Rainer Wittmann <[email protected]> --- root cause found: - ::std::vector.earse(..) triggers a recursive call to the same ::std::vector.erase(..) by the deletion of the corresponding entry. Afterwards the crashed occurred inside stl. note: crash did not happen in stlport. bug 122922 and bug 122992 have the same root cause. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
