Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Stop using experimental allocator shim on win32#289

Merged
kevinsawicki merged 1 commit intomasterfrom
no_experimentatl_allocator_shim
May 9, 2017
Merged

Stop using experimental allocator shim on win32#289
kevinsawicki merged 1 commit intomasterfrom
no_experimentatl_allocator_shim

Conversation

@zcbenz
Copy link
Contributor

@zcbenz zcbenz commented May 9, 2017

It is causing electron.exe and node.dll to use different allocators, this is fine in Chromium becuase everything has been compiled into the same exe, while in Electron lots of components have been put into node.dll and we have to make sure electron.exe and node.dll use the same allocator.

This is to fix the crash in electron/electron#9116.

It is causing electron.exe and node.dll to use different allocators,
this is fine in Chromium becuase everything has been compiled into the
same exe, while in Electron lots of components have been put into
node.dll and we have to make sure electron.exe and node.dll use the same
allocator.
@kevinsawicki kevinsawicki merged commit 56ab30e into master May 9, 2017
@kevinsawicki
Copy link
Contributor

👍 Retriggered the linux builds and they are passing

@kevinsawicki kevinsawicki deleted the no_experimentatl_allocator_shim branch May 9, 2017 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants