https://bugs.winehq.org/show_bug.cgi?id=58054 Bug ID: 58054 Summary: concurrent modifications of C++ collection during iteration Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: christophgil(a)gmail.com Distribution: --- Deleting elements from a C++ collection during iteration is not allowed. This is a frequent programming error which goes unnoticed. It is not reported as a runtime error and tolerated on native Windows, while it causes page faults in Wine. This bug in Windows executables may be reason why programs fail on Wine. Suggestion: Please report this as a runtime error and/or make the runtime lib tolerant. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.