Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
erts: Fix proc bin writable trace fixup
When creating a new proc bin because tracing has removed the writable flag from the proc bin, we must make sure to also create a new sub binary if the sub binary is on the mature or old heap. When this is not done, the subbinary can be promoted to the old heap without the proc bin also being there. Bug was introduced in erlang#5195, aka e16e545
- Loading branch information