René's URL Explorer Experiment


Title: [App Crash] App crashes after some Http.request on ns/core above 8.6.1 · Issue #10712 · NativeScript/NativeScript · GitHub

Open Graph Title: [App Crash] App crashes after some Http.request on ns/core above 8.6.1 · Issue #10712 · NativeScript/NativeScript

X Title: [App Crash] App crashes after some Http.request on ns/core above 8.6.1 · Issue #10712 · NativeScript/NativeScript

Description: Issue Description Sometime app crashes after Http.request() with error. This crash not related with a specific url or data. One time request may be executed fine, another time app crashes with an error. Data does not contain any circular...

Open Graph Description: Issue Description Sometime app crashes after Http.request() with error. This crash not related with a specific url or data. One time request may be executed fine, another time app crashes with an e...

X Description: Issue Description Sometime app crashes after Http.request() with error. This crash not related with a specific url or data. One time request may be executed fine, another time app crashes with an e...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/10712

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[App Crash] App crashes after some Http.request on ns/core above 8.6.1","articleBody":"### Issue Description\n\nSometime app crashes after Http.request() with error. This crash not related with a specific url or data. One time request may be executed fine, another time app crashes with an error. Data does not contain any circular references.\nThis happens only with nativescript/core above 8.6.1\nError stack trace:\n\n\n### Reproduction\n\n_No response_\n\n### Relevant log output (if applicable)\n\n```shell\nSystem.err: An uncaught Exception occurred on \"main\" thread.\n  System.err: Attempt to use cleared object reference id=7697\n  System.err:\n  System.err: StackTrace:\n  System.err: com.tns.NativeScriptException: Attempt to use cleared object reference id=7697\n  System.err:   at com.tns.Runtime.getJavaObjectByID(Runtime.java:1077)\n  System.err:   at com.tns.Runtime.callJSMethodNative(Native Method)\n  System.err:   at com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1302)\n  System.err:   at com.tns.Runtime.callJSMethodImpl(Runtime.java:1188)\n  System.err:   at com.tns.Runtime.callJSMethod(Runtime.java:1175)\n  System.err:   at com.tns.Runtime.callJSMethod(Runtime.java:1153)\n  System.err:   at com.tns.Runtime.callJSMethod(Runtime.java:1149)\n  System.err:   at com.tns.FragmentClass.onCreateView(FragmentClass.java:55)\n  System.err:   at androidx.fragment.app.Fragment.performCreateView(Fragment.java:3113)\n  System.err:   at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:524)\n  System.err:   at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:261)\n  System.err:   at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:1901)\n  System.err:   at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:1819)\n  System.err:   at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1762)\n  System.err:   at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java:547)\n  System.err:   at android.os.Handler.handleCallback(Handler.java:959)\n  System.err:   at android.os.Handler.dispatchMessage(Handler.java:100)\n  System.err:   at android.os.Looper.loopOnce(Looper.java:232)\n  System.err:   at android.os.Looper.loop(Looper.java:317)\n  System.err:   at android.app.ActivityThread.main(ActivityThread.java:8705)\n  System.err:   at java.lang.reflect.Method.invoke(Native Method)\n  System.err:   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)\n  System.err:   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:886)\n  TypeError: Converting circular structure to JSON\n      --\u003e starting at object with constructor 'TypeSelector'\n      |     property 'ruleset' -\u003e object with constructor 'RuleSet'\n      |     property 'selectors' -\u003e object with constructor 'Array'\n      --- index 0 closes the circle\n```\n\n### Environment\n\n```json\n  \"@nativescript/core\": \"8.6.1\",\n  \"@nativescript/geolocation\": \"^9.0.0\",\n  \"@nativescript/imagepicker\": \"^4.0.0\",\n  \"@nativescript/iqkeyboardmanager\": \"2.0.0\",\n  \"@nativescript/local-notifications\": \"^6.2.1\",\n  \"@nativescript/theme\": \"^3.1.0\",\n  \"@nstudio/nativescript-checkbox\": \"^2.0.5\",\n  \"@triniwiz/nativescript-toasty\": \"^4.1.3\",\n  \"base-64\": \"^1.0.0\",\n  \"i18next\": \"^24.2.2\",\n  \"jszip\": \"^3.10.1\",\n  \"moment-timezone\": \"^0.5.47\",\n  \"nativescript-clipboard\": \"^2.1.1\",\n  \"nativescript-datetimepicker\": \"^1.2.3\",\n  \"nativescript-phone\": \"^3.0.3\",\n  \"nativescript-sqlite\": \"^2.8.6\",\n  \"nativescript-toasty-ns-7\": \"^14.0.0\",\n  \"nativescript-ui-sidedrawer\": \"^15.2.3\",\n  \"nativescript-vue\": \"^2.9.3\",\n  \"nativescript-vue-devtools\": \"^1.5.1\",\n  \"nativescript-vue-shadow-ns-7\": \"^10.1.0\",\n  \"url-parse\": \"^1.5.10\",\n  \"vue-class-component\": \"^7.2.6\",\n  \"vue-property-decorator\": \"^9.1.2\"\n},\n\"devDependencies\": {\n  \"@babel/core\": \"^7.26.9\",\n  \"@babel/preset-env\": \"^7.26.9\",\n  \"@nativescript/android\": \"^8.8.6\",\n  \"@nativescript/ios\": \"^8.9.0\",\n  \"@nativescript/types\": \"^8.9.0\",\n  \"@nativescript/webpack\": \"^5.0.22\",\n  \"@types/node\": \"^22.13.5\",\n  \"assert\": \"^2.1.0\",\n  \"babel-loader\": \"^9.2.1\",\n  \"buffer\": \"^6.0.3\",\n  \"bufferutil\": \"^4.0.9\",\n  \"console-browserify\": \"^1.2.0\",\n  \"constants-browserify\": \"^1.0.0\",\n  \"crypto-browserify\": \"^3.12.1\",\n  \"domain-browser\": \"^5.7.0\",\n  \"electron\": \"^34.2.0\",\n  \"events\": \"^3.3.0\",\n  \"https-browserify\": \"^1.0.0\",\n  \"nativescript-vue-template-compiler\": \"^2.9.3\",\n  \"nativescript-worker-loader\": \"^0.12.1\",\n  \"net\": \"^1.0.2\",\n  \"os-browserify\": \"^0.3.0\",\n  \"path-browserify\": \"^1.0.1\",\n  \"process\": \"^0.11.10\",\n  \"punycode\": \"^2.3.1\",\n  \"querystring-es3\": \"^0.2.1\",\n  \"sass\": \"^1.85.1\",\n  \"stream-browserify\": \"^3.0.0\",\n  \"stream-http\": \"^3.2.0\",\n  \"string_decoder\": \"^1.3.0\",\n  \"sys\": \"^0.0.1\",\n  \"timers-browserify\": \"^2.0.12\",\n  \"tls\": \"^0.0.1\",\n  \"tty-browserify\": \"^0.0.1\",\n  \"typescript\": \"^5.7.3\",\n  \"url\": \"^0.11.4\",\n  \"utf-8-validate\": \"^6.0.5\",\n  \"util\": \"^0.12.5\",\n  \"vm-browserify\": \"^1.1.2\",\n  \"vue\": \"^2.7.16\",\n  \"vue-loader\": \"^17.4.2\",\n  \"webpack-cli\": \"^5.1.4\",\n  \"zlib-browserify\": \"^0.0.3\"\n}\n```\n\u003c!-- COPY END --\u003e\n\n\n### Please accept these terms\n\n- [x] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [x] This is a bug report\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/Yauheni-Matveyenka","@type":"Person","name":"Yauheni-Matveyenka"},"datePublished":"2025-02-28T12:59:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/10712/NativeScript/issues/10712"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cffec6c3-5beb-b779-04c7-422dd4a71912
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA2CE:2CE7C7:26C9D2:322075:696B02CE
html-safe-nonce2982f47fd8a8d7355fe2386aa5c882651648bcaebf2468df3a836221e2310840
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkNFOjJDRTdDNzoyNkM5RDI6MzIyMDc1OjY5NkIwMkNFIiwidmlzaXRvcl9pZCI6IjgyMjc2MjU2OTU0MzczMjUwMDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace1356a6acf9e6dfe4141503e3d5fd269af8f7a9579108ecbfbed3d67abb8ead0
hovercard-subject-tagissue:2887097466
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/10712/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6abb1467e56dfe2bac2d9211821e3d1e3a7aa1343dd82a4e43a562cb0c06624d/NativeScript/NativeScript/issues/10712
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6abb1467e56dfe2bac2d9211821e3d1e3a7aa1343dd82a4e43a562cb0c06624d/NativeScript/NativeScript/issues/10712
og:image:altIssue Description Sometime app crashes after Http.request() with error. This crash not related with a specific url or data. One time request may be executed fine, another time app crashes with an e...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameYauheni-Matveyenka
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/10712#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F10712
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F10712
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/10712
Reloadhttps://github.com/NativeScript/NativeScript/issues/10712
Reloadhttps://github.com/NativeScript/NativeScript/issues/10712
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/10712
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 868 https://github.com/NativeScript/NativeScript/issues
Pull requests 59 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/NativeScript/NativeScript/security
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/10712
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/10712
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/10712
[App Crash] App crashes after some Http.request on ns/core above 8.6.1https://github.com/NativeScript/NativeScript/issues/10712#top
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%22
https://github.com/Yauheni-Matveyenka
https://github.com/Yauheni-Matveyenka
Yauheni-Matveyenkahttps://github.com/Yauheni-Matveyenka
on Feb 28, 2025https://github.com/NativeScript/NativeScript/issues/10712#issue-2887097466
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.