Shelley Vohr
Shelley Vohr
Looks like it's this: https://chromium-review.googlesource.com/c/chromium/src/+/4356117 For now, this can be worked around by adding: ```js app.commandLine.appendSwitch('disable-features', 'WidgetLayering'); ``` to your code.
Closing as resolved in light of above.
@luojinghui hi - unfortunately, after some digging, I don't think this is a problem that Electron itself can solve. Once of the things that happened in Electron v25 was an...
Stacktrace ``` # # Fatal error in ../../v8/src/api/api-inl.h, line 121 # Debug check failed: allow_empty_handle || !v8::internal::ValueHelper::IsEmpty(that). # # # #FailureMessage Object: 0x16ae1edf8 0 Electron Framework 0x000000011f05eb10 base::debug::CollectStackTrace(void**, unsigned long)...
Closing as this is no longer reproducible on supported versions. Please let me know if you still experience it and we can re-open!
We haven't gotten a response to our questions in our comment above. With only the information that is currently in the issue, we don't have enough information to take action....
Stacktrace ``` [34086:0704/113621.881663:FATAL:connection_group.cc(85)] Check failed: num_refs_ == 0u (593048680 vs. 0) 0 Electron Framework 0x000000011cf64a34 base::debug::CollectStackTrace(void**, unsigned long) + 28 1 Electron Framework 0x000000011cf55828 base::debug::StackTrace::StackTrace() + 24 2 Electron Framework...
@lichanging if it cannot be reproduced without requiring SSH that's not something we'll be able can triage and investigate further. I do not SSH into arbitrary user devices as a...
@rictt could you please put this in a [gist](https://gist.github.com/) for simplicity?
@sami-azzam can't reproduce on macOS Sonoma with the provided code: