-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.17 - Debug console hanging #519
Comments
Added output from React Native IDE: 2024-08-30 10:26:02.623 [info] Metro {"buildID":"8e","type":"bundle_build_done"} |
After the 0.0.18 update the same issue occurs, but the error seems to have changed to: 2024-09-12 11:38:59.592 [error] Unhandled promise rejection memory access out of bounds Any update here? |
Hello, thank you so much for your feed back, because of the new hermes debugger, introduced by meta in react-native-76, we are changeing a lot of logic related to debugging and this is probably we you see changes in behavior from version to version. I will look into your specific issue an keep you updated. |
Thanks for the feedback, looking forward to be able to use Radon IDE again |
Seems to work alot better in 0.0.19, still some issues with perfomance and stability but the debug console no longer hangs. Issue can be closed. |
Edit: seems to appear in 0.0.19 aswell after a while: 2024-10-02 12:15:22.579 [error] Unhandled promise rejection Start offset -318634024 is outside the bounds of the buffer |
@filip131311 any update here? |
Hello, I'm regret to tell you that i had a problem with reproducing your problem, but because of that in #593 we added more verbose logging for debbuger, I'll really appreciate if you would be able to share your logs one more time after 0.0.20 version (the next one) drops. I appreciate your support so much |
willdo, whats the ETA for 0.0.20 ? |
We hope for tomorrow, Monday at the latest |
After updating to 0.0.20 the same issue happes after between 1-2 hours of development (and reloads). Ill mostly notice it by the simulator acting up and right click/inspect does not work. FYI i updated to newest VS Code to test if that has any effect (but no change): |
I might have found the issue in the app code, ill do some more testing and report back |
Thank you, let me know when you'll find something, |
Seems to be solved in the last updates, this case can be closed :) |
I was able to reproduce this error again, it happened when i either have too long console logs or when im sending a very large (json array with 100+ children). @filip131311 Sent you a DM in discord |
Hi, @danielgolan I responded to you messages. |
Description
After the update to 0.0.17 i notice there is a lot more hanging of the console logs in the Debug Console, clean rebuild often solves this. Same with "right click to inspect" which seems to be less stable. Using npx expo run:ios and the IOS simulator complets successfully, so no issues with the build or environment.
Environment
The text was updated successfully, but these errors were encountered: