René's URL Explorer Experiment


Title: Plugin crashes on macOS and Linux during project load due to UI call inside deserialization · Issue #224 · ManiVaultStudio/Scatterplot · GitHub

Open Graph Title: Plugin crashes on macOS and Linux during project load due to UI call inside deserialization · Issue #224 · ManiVaultStudio/Scatterplot

X Title: Plugin crashes on macOS and Linux during project load due to UI call inside deserialization · Issue #224 · ManiVaultStudio/Scatterplot

Description: Summary When loading a project that contains a scatterplot plugin, the application crashes on macOS and Linux. The crash does not occur on Windows. Root Cause The crash happens during project de-serialization. Specifically, a UI-related ...

Open Graph Description: Summary When loading a project that contains a scatterplot plugin, the application crashes on macOS and Linux. The crash does not occur on Windows. Root Cause The crash happens during project de-se...

X Description: Summary When loading a project that contains a scatterplot plugin, the application crashes on macOS and Linux. The crash does not occur on Windows. Root Cause The crash happens during project de-se...

Opengraph URL: https://github.com/ManiVaultStudio/Scatterplot/issues/224

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Plugin crashes on macOS and Linux during project load due to UI call inside deserialization","articleBody":"## Summary\n\nWhen loading a project that contains a scatterplot plugin, the application crashes on **macOS** and **Linux**. The crash does not occur on **Windows**.\n\n## Root Cause\n\nThe crash happens during project de-serialization.\nSpecifically, a UI-related function is invoked as part of the plugin’s de-serialization logic.\n\nCalling UI code during de-serialization appears to be unsafe on **macOS** and **Linux** (likely due to threading and/or event loop constraints), and results in an application crash. On **Windows** this currently works, but this behavior is platform-dependent and not safe. \n\n## Technical Context\n\n- Crash occurs while loading a saved project\n- Plugin de-serialization triggers a UI function\n- UI interaction during de-serialization leads to instability\n\n## Expected Behavior\n\nDes-erialization should be:\n- Pure data reconstruction\n- Free of UI side effects\n- Platform-independent\n\nUI initialization or updates should occur after de-serialization, once the object is fully constructed and the UI layer is in a valid state.\n\n## Suggested Fix\n\nRefactor the plugin so that:\n- De-serialization only restores state\n- UI updates are triggered in a post-de-serialization phase\n(e.g., after the plugin is fully constructed and registered)\n\nThis would ensure platform-safe behavior and eliminate the crash.","author":{"url":"https://github.com/ThomasKroes","@type":"Person","name":"ThomasKroes"},"datePublished":"2026-02-15T11:04:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/224/Scatterplot/issues/224"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:da9d1673-ba4c-5b95-1c30-563684064a3b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC726:2942DB:B1A307:E464A4:69922DB2
html-safe-nonce2c713b6f82477111c185467086cc3da73a419622bf0242d8a7ce725c31ac5b2f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzI2OjI5NDJEQjpCMUEzMDc6RTQ2NEE0OjY5OTIyREIyIiwidmlzaXRvcl9pZCI6IjU3NTcwMTUyMDM3NDIxMDA5MTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac521979e3bb35e5f03204109ae1db0cb3d91e3e51ae0302abd4f5c80c8e971b2b
hovercard-subject-tagissue:3943816393
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/ManiVaultStudio/Scatterplot/224/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7b946d8dea2e7b09ca955840e25eb85607f7f5421ea3e982cac597a57626ffb7/ManiVaultStudio/Scatterplot/issues/224
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7b946d8dea2e7b09ca955840e25eb85607f7f5421ea3e982cac597a57626ffb7/ManiVaultStudio/Scatterplot/issues/224
og:image:altSummary When loading a project that contains a scatterplot plugin, the application crashes on macOS and Linux. The crash does not occur on Windows. Root Cause The crash happens during project de-se...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameThomasKroes
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/ManiVaultStudio/Scatterplot git https://github.com/ManiVaultStudio/Scatterplot.git
octolytics-dimension-user_id52745266
octolytics-dimension-user_loginManiVaultStudio
octolytics-dimension-repository_id322895771
octolytics-dimension-repository_nwoManiVaultStudio/Scatterplot
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id322895771
octolytics-dimension-repository_network_root_nwoManiVaultStudio/Scatterplot
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ManiVaultStudio/Scatterplot/issues/224#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FManiVaultStudio%2FScatterplot%2Fissues%2F224
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%2FManiVaultStudio%2FScatterplot%2Fissues%2F224
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=ManiVaultStudio%2FScatterplot
Reloadhttps://github.com/ManiVaultStudio/Scatterplot/issues/224
Reloadhttps://github.com/ManiVaultStudio/Scatterplot/issues/224
Reloadhttps://github.com/ManiVaultStudio/Scatterplot/issues/224
ManiVaultStudio https://github.com/ManiVaultStudio
Scatterplothttps://github.com/ManiVaultStudio/Scatterplot
Notifications https://github.com/login?return_to=%2FManiVaultStudio%2FScatterplot
Fork 1 https://github.com/login?return_to=%2FManiVaultStudio%2FScatterplot
Star 0 https://github.com/login?return_to=%2FManiVaultStudio%2FScatterplot
Code https://github.com/ManiVaultStudio/Scatterplot
Issues 24 https://github.com/ManiVaultStudio/Scatterplot/issues
Pull requests 1 https://github.com/ManiVaultStudio/Scatterplot/pulls
Actions https://github.com/ManiVaultStudio/Scatterplot/actions
Projects 0 https://github.com/ManiVaultStudio/Scatterplot/projects
Wiki https://github.com/ManiVaultStudio/Scatterplot/wiki
Security 0 https://github.com/ManiVaultStudio/Scatterplot/security
Insights https://github.com/ManiVaultStudio/Scatterplot/pulse
Code https://github.com/ManiVaultStudio/Scatterplot
Issues https://github.com/ManiVaultStudio/Scatterplot/issues
Pull requests https://github.com/ManiVaultStudio/Scatterplot/pulls
Actions https://github.com/ManiVaultStudio/Scatterplot/actions
Projects https://github.com/ManiVaultStudio/Scatterplot/projects
Wiki https://github.com/ManiVaultStudio/Scatterplot/wiki
Security https://github.com/ManiVaultStudio/Scatterplot/security
Insights https://github.com/ManiVaultStudio/Scatterplot/pulse
New issuehttps://github.com/login?return_to=https://github.com/ManiVaultStudio/Scatterplot/issues/224
New issuehttps://github.com/login?return_to=https://github.com/ManiVaultStudio/Scatterplot/issues/224
Bughttps://github.com/ManiVaultStudio/Scatterplot/issues?q=type:"Bug"
Plugin crashes on macOS and Linux during project load due to UI call inside deserializationhttps://github.com/ManiVaultStudio/Scatterplot/issues/224#top
https://github.com/ThomasKroes
bugSomething isn't workinghttps://github.com/ManiVaultStudio/Scatterplot/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/ThomasKroes
https://github.com/ThomasKroes
ThomasKroeshttps://github.com/ThomasKroes
on Feb 15, 2026https://github.com/ManiVaultStudio/Scatterplot/issues/224#issue-3943816393
ThomasKroeshttps://github.com/ThomasKroes
bugSomething isn't workinghttps://github.com/ManiVaultStudio/Scatterplot/issues?q=state%3Aopen%20label%3A%22bug%22
Bughttps://github.com/ManiVaultStudio/Scatterplot/issues?q=type:"Bug"
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.