Closed marmor157 closed 1 month ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.72.15. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Can you try on 0.74 as well @marmor157 ?
@cortinico Sorry, I've actually tried it on 0.74 but edited it from the description mistakenly. I've tried it on:
Hi @marmor157, you mention this happens in the latest Chrome version. Can you try --experimental-debugger
and use j
to open that frontend? This method will use a versioned instance of Chrome DevTools, which we've previously tested.
@huntie Just tested it on 0.74.3 and it works with the experimental debugger opened by pressing j
.
Description
Currently when trying to make the heap snapshot in the Chrome DevTools in the
Memory
tab it throws the error provided in the stacktrace section.Chrome version: 126.0.6478.183 iOS SImulator: 17.0 iPhone SE 3rd gen Android Emulator: Pixel 7 Android 11.0
The error does not occur on the chrome version 124.0.6367.203 and heap snapshot works there normally.
Steps to reproduce
chrome://inspect
Memory
tabTake snapshot
at the bottom of the tabReact Native Version
0.74.3 - 0.72.0
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/marmor157/heap-snapshot-crash-repro
Doesn't matter since it happens on barebones app but here you go.
Screenshots and Videos
No response