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@winehq.org Reporter: christophgil@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.
https://bugs.winehq.org/show_bug.cgi?id=58054
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- What is this about exactly? Do you have a test project that shows this problem?
https://bugs.winehq.org/show_bug.cgi?id=58054
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal