Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

EBR: handle using workers when ebr is already destroyed. #1109

Open
JanDorniak99 opened this issue Jun 29, 2021 · 0 comments
Open

EBR: handle using workers when ebr is already destroyed. #1109

JanDorniak99 opened this issue Jun 29, 2021 · 0 comments
Labels
radix_tree Needs to be resolved to productize radix_tree Type: Bug Something isn't working

Comments

@JanDorniak99
Copy link
Contributor

Currently, if we register a new worker and destroy the ebr object before destroying the worker, there will be a segmentation fault when we try to use the worker (in worker::critical we will use a deleted pointer to ebr).

@JanDorniak99 JanDorniak99 added the Type: Bug Something isn't working label Jun 29, 2021
@lukaszstolarczuk lukaszstolarczuk added the radix_tree Needs to be resolved to productize radix_tree label Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
radix_tree Needs to be resolved to productize radix_tree Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants