electron: [Bug]: Error installing extension 'extensions::SafeBuiltins'. v8_initializer.cc(96)

Preflight Checklist

I have read the Contributing Guidelines for this project. I agree to follow the Code of Conduct that this project adheres to. I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Electron Version

11.2.1,12.0.0

What operating system are you using?

Windows

Operating System Version

Windows 7

What arch are you using?

ia32

Last Known Working Electron version

don’t know

Expected Behavior

run correctly

Actual Behavior

When open window. this bug appread frequently

Testcase Gist URL

No response

Exception thrown during bootstrapping
Error installing extension 'extensions::SafeBuiltins'.
[15296:0329/160109.446:FATAL:v8_initializer.cc(96)]

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 22 (6 by maintainers)

Commits related to this issue

Most upvoted comments

I have tried remove “ldflags += [”/stack:0x80000"]" which introduced in 11.2.1 for x86 arch cpu, and rebuild the electron. then issue has been completed solved! just for reference, seems the stack size from 1.5MiB to 0.5MiB causes the issue.

I catch the render-process-gone event, The reason is render process crashed. disableHardwareAcceleration (no gpu) is better than gpu, but both ecounter the crash very easily under win7.

We encountered the same issue on electron 12.0-12.0.2. This issue appears not regularly when win32 electron app running in win7 ia32/x64.

Duplicate of #29177

@VerteDinde

I can reproduce this issue.

Run the code below on Windows 7. mediasdk_multiprocess_demo-fix-win7-crash.zip

The expected behavior is to open a new window 200 times. Actual behavior is randomly stop and got this error.

Exception thrown during bootstrapping
Error installing extension 'extensions::SafeBuiltins'.
[3892:0526/205906.218:FATAL:v8_initializer.cc(96)]

this can be reproduce since 11.2.1,11.2.0 is ok.