Erik Jälevik

Results 21 comments of Erik Jälevik

Yes, this has actually turned into a serious issue here too. It doesn't just log errors, but often crashes the renderer too just after a window opened via `window.open` is...

Thanks to @deepak1556 and the other participants in this thread for shedding light on some obscure issues that have been plaguing my app since the beginning. Since the app is...

I ran into what looks like this issue in Electron 26, but seems fixed in 27. (And hello again @gpetrov, seems we have all the same bugs!)

Huge thanks to @markh-discord for the extremely detailed analysis! I believe I'm running into the same issue, and it's still happening in Electron 29. Therefore, I'd love to hear if...

@VerteDinde, FWIW, here's a renderer crash stack trace from Mac for what I think is the same issue: ``` Thread 4336980 Crashed: 0 libsystem_kernel.dylib 0x188a6a0dc __pthread_kill 1 libsystem_pthread.dylib 0x188aa1cbc pthread_kill...

Thanks @markh-discord! I've spent some time this weekend trying to wrap my head around how to build a custom version of Electron so that I could apply your patch, but...

Interesting. The gist for reproducing included above already sets `contextIsolation: true` though...

Just in case it helps someone else, I just discovered that React is partially the culprit in my case. The reason this bug gets triggered so often is that React's...

I had a similar problem on Mac, where when moving the flags enabling exceptions up to the `target_defaults` section, they were not respected. Despite `"cflags!": [ "-fno-exceptions" ], "cflags_cc!": [...