Crash when navigating in the profiler, around the hidden tracks feature
See original GitHub issueSTR:
- Open https://share.firefox.dev/3iSSFyB
- Click “Full Range” at the top left.
- Press the browser’s “back” button
=> There’s a crash. Surprisingly when pressing F5 then this works.
The stack trace with the development server looks like:
Uncaught Error: Could not look up the hidden local tracks from the given PID
ensureExists flow.js:177
getTimelineHeight app.js:250
memoizedResultFunc index.js:70
defaultMemoize index.js:30
selector index.js:84
defaultMemoize index.js:30
mapStateToProps ProfileViewer.js:151
The crash happens in https://github.com/firefox-devtools/profiler/blob/0ecc660cb4fc6877dff6cb8db08d08451453ff36/src/selectors/app.js#L246-L249, but this is very likely a problem with updating the state we use here when pressing the “back” button. Do we use some state that’s not handled in UrlState here?
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Profiler User's Guide
The user manual for NVIDIA profiling tools for optimizing performance of CUDA applications.
Read more >GPSrChive Montana 6x0 - Common Issues
Please report all software bugs, glitches, crash reports, and feature requests ... is lost/forgotten and the hidden tracks again appear visible on the...
Read more >Issues: Find and fix problems - Chrome Developers
three-dot menu next to the issue. To see the list of hidden issues, scroll down to the Hidden issues section and expand it....
Read more >New features in Android Studio Preview
Discover new features and changes in Android Studio preview. ... Navigate Crashlytics data in Android Studio. The App Quality Insights tool window has...
Read more >How to Fix a GPU Driver Crash
Learn how to fix a GPU driver crash in Windows by editing your registry keys. ... This solution is only designed to give...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am working on this issue.
I’m not sure what changed, but this doesn’t seem to crash anymore.