Uh oh!
There was an error while loading. Please reload this page.
src: print arbitrary javascript exception value in node report - #38009
src: print arbitrary javascript exception value in node report#38009legendecas wants to merge 2 commits into
Conversation
68d2012 to
8292057Comparemhdawson
commented
Mar 31, 2021
@legendecas is there any related issue or additional context? |
Uh oh!
There was an error while loading. Please reload this page.
legendecas
commented
Apr 1, 2021
No, I didn't find any issues raised. Please checkout the tests included in the PR. Basically the issue is that node-report is unable to print those thrown primitives as uncaught exceptions. |
86ae6c4 to
545cad3Compare
This comment has been minimized.
This comment has been minimized.
mhdawson
commented
Apr 8, 2021
@gireeshpunathil what do you think? |
This comment has been minimized.
This comment has been minimized.
545cad3 to
3504831Comparelegendecas
commented
Apr 19, 2021
Just pushed with rebase and a fix on crash with |
This comment has been minimized.
This comment has been minimized.
3504831 to
be59b67Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Apr 23, 2021
legendecas
commented
Apr 23, 2021
Looks like the CI failures are produced on pi2-docker, mostly "warning: failed to remove out/Release/.nfs00000000018426c4000015ac: Device or resource busy". And the history looks like the failure is happening to start from days ago. |
nodejs-github-bot
commented
Apr 24, 2021
nodejs-github-bot
commented
Apr 25, 2021
nodejs-github-bot
commented
Apr 25, 2021
nodejs-github-bot
commented
Apr 25, 2021
PR-URL: #38009 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
legendecas
commented
Apr 26, 2021
Landed in 55745a1 |
PR-URL: #38009 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #38009 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Any JavaScript values can be thrown and they have to be printed in node-report to prevent confusion.
This PR is trying to print primitive values' ToString value in the report as the
javascriptStack.message.