Skip to content

NativeEngine contains thread-unsafe logic that causes crashes during fast refresh BabylonReactNative scenarios #634

@chrisfromwork

Description

@chrisfromwork

We have logic in NativeEngine that hands around an allocator that is not valid when NativeEngine is disposed:

arcana::make_task(arcana::threadpool_scheduler, *m_cancellationSource,

This logic does not observe cancellation requests and can generate crashes during fast refresh/NativeEngine teardown

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions