Closed bjdupuis closed 4 months ago
First build this appears in is 126.0.1+g8abe66c+chromium-126.0.6478.17
. Everything up to 125.0.18+ge997249+chromium-125.0.6422.41
is fine.
Closing as Wont-Fix given the deprecation and upcoming removal of Alloy bootstrap (see #3685).
@magreenblatt : My QA reports that other popups in our app unrelated to dev tools also crash in this same way, making it impossible to release. I understand Alloy is deprecated as of M127 and I'm trying to reach the point that we can swap, but it feels harsh to take that stance while 126 is supposed to still be officially supported and 127 hasn't reached stable. Including screenshot from our app's stack trace when attempting to open a different, javascript app-based menu.
I understand your perspective. Unfortunately developer resources are finite. You’re welcome to debug the issue yourself, or just stick with the version that works for you until you can migrate to the Chrome bootstrap.
I do understand resourcing, just leaves me in a tricky spot (we have SLAs on releasing based on the Chromium schedule so I don't have a ton of leeway in "riding" a version). Can you weigh in on this? It appears that this was hopefully fixed in late May... note that I see a ObjCCastStrict
in my stack trace which is changed to a ObjCCast
in this commit. I'm just not tied in enough to know when this actually appears in the Chromium/CEF build.
EDIT: I'm going to try again with CEF 126.2.10 in the hopes that it got in. I should note that I tried enabling the chrome runtime and still had this crash.
EDIT EDIT: No joy.
EDIT EDIT Part Deux: 127.0.8 works. But that's beta.
Chromium team says it won't hit the 126 baseline so that one is dead to me. Ah well.
@bjdupuis you can likely apply the change as a patch file to a custom build of M126. See https://github.com/chromiumembedded/cef/tree/master/patch
Describe the bug When clicking the network throttling menu in the devtool network tab the cefclient crashes when using Alloy.
To Reproduce Steps to reproduce the behavior:
cefclient --disable-chrome-runtime
Expected behavior Shouldn't crash.
Screenshots Screenshot of a crash from our application not cefclient with symbols loaded.
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context Mac OS crash report for cefclient stack trace as below: