Archived issue #0033656
Foundation Classes - Standard_Type crash during unloading static lib
Description
After reorganization of Standard_Type as a part of 7.8.0 there is a problem with releasing type_info objects.
Needs to prepare maintance patch to avoid crash.
Minor release will include full reorginization of Standard_Type to avoid using mutex mappint iteration
Needs to prepare maintance patch to avoid crash.
Minor release will include full reorginization of Standard_Type to avoid using mutex mappint iteration
Public activity
4 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Sun Mar 31 23:02:43 2024 +0100
0033656: Foundation Classes - Standard_Type crash during unloading static lib
Revert changes to use type_info as a key to use string.
Impact - performance decrease to search (once per class registration)
Will be updated with reorganizing type storage in future
[revision removed]
Detailed log of new commits:
Author: Author
Date: Sun Mar 31 23:02:43 2024 +0100
0033656: Foundation Classes - Standard_Type crash during unloading static lib
Revert changes to use type_info as a key to use string.
Impact - performance decrease to search (once per class registration)
Will be updated with reorganizing type storage in future
the changes only for maintance release.
develop will have #0033646
develop will have #0033646
Related records