Skip to content

Synchronization of deleting objects from the vector.#279

Open
RomanReznichenkoLuxoft wants to merge 2 commits intofix/core_dump_on_ignition_off_during_registering_20_appsfrom
fix/sdl_core_dump_during_disconnecting_connections
Open

Synchronization of deleting objects from the vector.#279
RomanReznichenkoLuxoft wants to merge 2 commits intofix/core_dump_on_ignition_off_during_registering_20_appsfrom
fix/sdl_core_dump_during_disconnecting_connections

Conversation

@RomanReznichenkoLuxoft
Copy link

Fixes #12637

This PR is ready for review.

Risk

This PR makes no API changes.

Summary

The vector contains objects that are not protected for multithreading. In some situations, the object is deleted before we finish working with the vector. And after leaving from the function sdl falls because it deletes the uncorrect reasonable pointer.

CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants