Chrome 94 DevTools crashes when doing memory profiling - google-chrome-devtools

I was trying to fix a memory leak issue but when I take heap snapshot or check real time allocation in Chrome DevTools, the page crashes with a "Aw, Snap!" message with error code STATUS_ACCESS_VIOLATION.
I am using Chrome Version 94.0.4606.61 (Official Build) (64-bit).

I found this bug too. Workaround is to use incognito window for degugging.
update:
Version 95.0.4638.54 has fixed this issue. But in case similar issue come out again, you can always try to avoid it in incognito window.

Related

emulator.exe has exited with code 0x0000094 'integer division by zero'

I'm runnig the android emulator. All im doing is opening up chrome and running some unit tests on the browser. The Host OS is Windows.
When I attach Windbg it seems to show an issue in an opengl implementation nvoglv64.dll
Since I'm seeing all this grahics stuff in the call stack I'm assuming this is a graphics driver bug, however I tried to update the driver without any progress.
This is the latest android emulator, so I was wondering if anyone else has seen something similar? Should I file a bug with Google against (Android or the emulator), QEMU, or Nvidia?

Remote debug broken with Android Chrome 89

When I want to inspect a page listed on chrome://inspect page on a remote Pixel 4 with OS version 11, I get a white page with just 'HTTP/1.1 404 Not Found' shown.
I uninstalled all updates from Android Chrome, went down to version 83, and remote debugging started working again.
I have the same problem with current versions of Chrome beta/dev/canary.
Is this only a problem on my device, or a general problem? Any way to get remote debugging working with Chrome 89?
Thanks,
Michael
It seems you can't get it working on Chrome 89 for now because this is a general problem. I got the same issue on Vivaldi 3.7 which runs Chromium 89. The only option for now is rolling back to previous working release.

Chrome/Edge runs slow in F12 developers tools

Has anyone else seen F12 developers tool RUN SLOW, Very SLOW on Chrome/Microsoft Edge?
I tried it on FireFox and everything works fine when using F12.
Chrome version: 81.0.4044.129
Microsoft Edge version: Version 81.0.416.68 (Official build) (64-bit)
I reported it via chromium bug report. Just curious if anyone else is seeing this.
I removed a couple of extension and it still does it.
My co-worker figured it out.
https://www.html5rocks.com/en/tutorials/developertools/async-call-stack/
I needed to go to Options for F12 and check "Disable async stack traces".
Once that is checked, F12 developers tool works fine and there is log lag!
Thanks Brad!

Android Studio Emulator Error: "deleteSnapshot: for default_boot"

I installed Android Emulator and Google Play Intel x86 Atom System Image (API 28) and configured a AVD, then ran it for first time. The emulator window showed and closed immediately and in Event Log, I see this error:
5:48 PM Emulator: deleteSnapshot: for default_boot
5:48 PM Emulator: Process finished with exit code 0
This error occurs in both Cold and Quick Boot.
I already installed the Intel x86 Emulator Accelerator (HAXM).
I currently use Android Studio 3.1.4.
I tried using Wipe Data and recreating the AVD, but nothing became affected.
What's wrong and how to fix this problem?
Actualy I got similar error often:
`16:22 Emulator: D:\Data\Sdk\Android\emulator\qemu\windows-x86_64\qemu-system-x86_64.exe: error while loading state for instance 0x0 of device 'goldfish_pipe'
16:22 Emulator: deleteSnapshot: for default_boot
16:22 Emulator: qemu: unsupported keyboard cmd=0x84
16:22 Emulator: Process finished with exit code 0`
I figured out it is good to make snapshot when you install new device(like google account etc.)
When the error occurrs again, then you need to edit device, Show advanced settings and select Boot from snapshot.
Dude I was having the same problem and solved doing the following:
I accessed Android Studio, went to the list of my AVDs and wiped the data with the "Wipe Data" function.
After that it went back to normal operation.
Hope this helps! = D
I think the problem was with my CPU. So I used Genymotion (that uses VirtualBox), it's much faster than AVD. I repeat it's very FAST. Now, I'm using Android 9 (Pie) on Genymotion.
I recommend Genymotion for those who have problems with AVD.
If there is unused AVD's remove them,then Try to increase RAM size of the emulator and restart your android studio.
In my case Avast was the cause of the problem, I'm solve it deactivating avast's shields for 10 minutes, run the emulator (It runs well again but deleted all the previous apps installed), closed it, close android studio, reactivate the Avast's shield again and run android studio and the emulator works fine again now.

Breakpoints in Chrome Dev Tools can't be hit while the url has a hash

http://fiddle.jshell.net/dZBY2/1/show/light/#1
As I did a demo page above, after marking a breakpoint,I fresh the page ,the breakpoint can't be hit.
Am I did something wrong ? It was amazing.
My Chrome version :31.0.1650.63 m.
My OS: Windows7 64bit
This issue https://code.google.com/p/chromium/issues/detail?id=306239 was fixed recently. The fix is available in Chrome Canary or Beta and will reach stable channel in a few weeks.

Categories