René's URL Explorer Experiment


Title: After fixing #60, I noticed that it fails with invalid references (in v2) · Issue #62 · tcalmant/python-javaobj · GitHub

Open Graph Title: After fixing #60, I noticed that it fails with invalid references (in v2) · Issue #62 · tcalmant/python-javaobj

X Title: After fixing #60, I noticed that it fails with invalid references (in v2) · Issue #62 · tcalmant/python-javaobj

Description: This is for javaobj.v2: For the zipfile, I refer to #60: https://github.com/user-attachments/files/20650125/github.zip It's the same file 2025-06-09 11:31:09.924 | DEBUG | Reading new object: handle 7e0066, classdesc [classdesc 0x7e002e:...

Open Graph Description: This is for javaobj.v2: For the zipfile, I refer to #60: https://github.com/user-attachments/files/20650125/github.zip It's the same file 2025-06-09 11:31:09.924 | DEBUG | Reading new object: handl...

X Description: This is for javaobj.v2: For the zipfile, I refer to #60: https://github.com/user-attachments/files/20650125/github.zip It's the same file 2025-06-09 11:31:09.924 | DEBUG | Reading new object: h...

Opengraph URL: https://github.com/tcalmant/python-javaobj/issues/62

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"After fixing #60, I noticed that it fails with invalid references (in v2)","articleBody":"This is for javaobj.v2:\n\nFor the zipfile, I refer to #60: https://github.com/user-attachments/files/20650125/github.zip\nIt's the same file\n\n```\n2025-06-09 11:31:09.924 | DEBUG    | Reading new object: handle 7e0066, classdesc [classdesc 0x7e002e: name com.xk72.proxy.ssl.SSLExtension, uid 5472812825558780993]\n2025-06-09 11:31:09.925 | DEBUG    | Done reading object handle 7e0066\n2025-06-09 11:31:09.925 | DEBUG    | Reading new object: handle 7e0068, classdesc [classdesc 0x7e002e: name com.xk72.proxy.ssl.SSLExtension, uid 5472812825558780993]\n2025-06-09 11:31:09.926 | DEBUG    | Done reading object handle 7e0068\n2025-06-09 11:31:09.927 | DEBUG    | Reading new object: handle 7e006a, classdesc [classdesc 0x7e002e: name com.xk72.proxy.ssl.SSLExtension, uid 5472812825558780993]\n2025-06-09 11:31:09.928 | DEBUG    | Done reading object handle 7e006a\n2025-06-09 11:31:09.929 | DEBUG    | Reading new object: handle 7e006c, classdesc [classdesc 0x7e002e: name com.xk72.proxy.ssl.SSLExtension, uid 5472812825558780993]\n2025-06-09 11:31:09.929 | DEBUG    | Done reading object handle 7e006c\n2025-06-09 11:31:09.930 | DEBUG    | Done reading object handle 7e004b\n2025-06-09 11:31:09.931 | DEBUG    | Reading new object: handle 7e0073, classdesc [classdesc 0x7e0071: name java.util.LinkedHashMap, uid 3801124242820219131]\n\n[..]\n\n2025-06-09 11:31:10.029 | DEBUG    | Done reading object handle 7e0020\n2025-06-09 11:31:10.030 | DEBUG    | Reading new object: handle 7e011e, classdesc [classdesc 0x7e0016: name com.xk72.charles.model.Transaction, uid -8299564089223892536]\n2025-06-09 11:31:10.030 | DEBUG    | Error parsing session: Invalid reference handle: 7e006f\n2025-06-09 11:31:10.030 | DEBUG    | Parse error: Invalid reference handle: 7e006f\n```\n\nThe weird thing is that the handles are all spaced out by 2: 7e0066 / ~68 / ~6a / ~6c (logically the next would be ~6e). so is there some issue with object counting?\n\nNot exactly a one-of-by, but I'm gessing it would need the hashmap at 7e0073 or so?\n\n\n\u003chr\u003e\n\n\nIn v1 I get:\n```\n2025-06-09 11:36:50.876 | DEBUG    |                                               ## New reference handle 0x7E006F: JavaArray -\u003e []\n2025-06-09 11:36:50.877 | DEBUG    |                                               size: 32\n2025-06-09 11:36:50.877 | DEBUG    |                                             * [ clientProposedSslSessionID: \u003cjavaobj:[B\u003e\n2025-06-09 11:36:50.878 | DEBUG    | Reading field: Ljava/lang/String; - clientSslProtocol\n2025-06-09 11:36:50.879 | DEBUG    |                                               OpCode: 0x71 -- TC_REFERENCE (at offset 0x21A2)\n2025-06-09 11:36:50.880 | DEBUG    |                                               ## Reference handle: 0x7E006E\n\n[ .. ]\n\n2025-06-09 11:36:50.956 | DEBUG    |                                                 objectAnnotation value: Server Settings\n2025-06-09 11:36:50.957 | DEBUG    |                                                   OpCode: 0x74 -- TC_STRING (at offset 0x23A8)\n2025-06-09 11:36:50.957 | DEBUG    |                                                   [string]\n2025-06-09 11:36:50.958 | DEBUG    |                                                   ## New reference handle 0x7E007D: JavaString -\u003e 'SETTINGS_HEADER_TABLE_SIZE = 4096\\nSETTINGS_ENABLE_PUSH = 1\\nSETTINGS_MAX_CONCURRENT_STREAMS = 25\\nSETTINGS_INITIAL_WINDOW_SIZE = 33554432\\nSETTINGS_MAX_FRAME_SIZE = 18432\\nSETTINGS_MAX_HEADER_LIST_SIZE = unlimited\\n'\n2025-06-09 11:36:50.959 | DEBUG    |                                                 objectAnnotation value: SETTINGS_HEADER_TABLE_SIZE = 4096\nSETTINGS_ENABLE_PUSH = 1\nSETTINGS_MAX_CONCURRENT_STREAMS = 25\nSETTINGS_INITIAL_WINDOW_SIZE = 33554432\nSETTINGS_MAX_FRAME_SIZE = 18432\nSETTINGS_MAX_HEADER_LIST_SIZE = unlimited\n\n2025-06-09 11:36:50.960 | DEBUG    |                                                   OpCode: 0x78 -- TC_ENDBLOCKDATA (at offset 0x247D)\n2025-06-09 11:36:50.960 | DEBUG    |                                                 objectAnnotation value: None\n2025-06-09 11:36:50.961 | DEBUG    |                                                 java_object.annotations after: ['\\x00\\x00\\x00\\x08\\x00\\x00\\x00\\x05', 'Client Connection', '#1729414940', 'Server Connection', '#1051510635', 'Stream Id', '439', 'Client Settings', 'SETTINGS_HEADER_TABLE_SIZE = 65536\\nSETTINGS_ENABLE_PUSH = 0\\nSETTINGS_MAX_CONCURRENT_STREAMS = unlimited\\nSETTINGS_INITIAL_WINDOW_SIZE = 131072\\nSETTINGS_MAX_FRAME_SIZE = 16384\\nSETTINGS_MAX_HEADER_LIST_SIZE = unlimited\\n', 'Server Settings', 'SETTINGS_HEADER_TABLE_SIZE = 4096\\nSETTINGS_ENABLE_PUSH = 1\\nSETTINGS_MAX_CONCURRENT_STREAMS = 25\\nSETTINGS_INITIAL_WINDOW_SIZE = 33554432\\nSETTINGS_MAX_FRAME_SIZE = 18432\\nSETTINGS_MAX_HEADER_LIST_SIZE = unlimited\\n']\n2025-06-09 11:36:50.962 | DEBUG    | Java object has extra loading capability.\n2025-06-09 11:36:50.962 | ERROR    | ==Oops state dump=============\n```\n\nSo in v1 it can find the correct reference, not in v2. But in v1 it crashes because of some other stuff...","author":{"url":"https://github.com/svaningelgem","@type":"Person","name":"svaningelgem"},"datePublished":"2025-06-09T09:40:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/62/python-javaobj/issues/62"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:85dcd1f7-2457-f043-657c-a18f43345c46
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB978:2ABCA7:608242:860647:696A78BF
html-safe-nonced30e61bdeff47d193e1cd5991ae52f3d0e682110e98f953fdae3e6dc0fb0c062
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOTc4OjJBQkNBNzo2MDgyNDI6ODYwNjQ3OjY5NkE3OEJGIiwidmlzaXRvcl9pZCI6IjI0MDkxMDEyMzE3MzMyNDIwNDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac54c14de8e3c3e4f4056a32ca59727c7c41fc0c1388d0917a290ef472251a4871
hovercard-subject-tagissue:3129761421
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/tcalmant/python-javaobj/62/issue_layout
twitter:imagehttps://opengraph.githubassets.com/188cec99390663f5d4c05a32c50d90a97c117720c02ee71aa50d8a6dfe58a912/tcalmant/python-javaobj/issues/62
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/188cec99390663f5d4c05a32c50d90a97c117720c02ee71aa50d8a6dfe58a912/tcalmant/python-javaobj/issues/62
og:image:altThis is for javaobj.v2: For the zipfile, I refer to #60: https://github.com/user-attachments/files/20650125/github.zip It's the same file 2025-06-09 11:31:09.924 | DEBUG | Reading new object: handl...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesvaningelgem
hostnamegithub.com
expected-hostnamegithub.com
None5b774e44f85c14a75886edd04ddda4e5a25ddebbb241bcbb590b08a3048730e8
turbo-cache-controlno-preview
go-importgithub.com/tcalmant/python-javaobj git https://github.com/tcalmant/python-javaobj.git
octolytics-dimension-user_id1540582
octolytics-dimension-user_logintcalmant
octolytics-dimension-repository_id15333794
octolytics-dimension-repository_nwotcalmant/python-javaobj
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id15333794
octolytics-dimension-repository_network_root_nwotcalmant/python-javaobj
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
releasecc5f4eee261b3601c1e98e217ceaf28508b9567e
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/tcalmant/python-javaobj/issues/62#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftcalmant%2Fpython-javaobj%2Fissues%2F62
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%2Ftcalmant%2Fpython-javaobj%2Fissues%2F62
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=tcalmant%2Fpython-javaobj
Reloadhttps://github.com/tcalmant/python-javaobj/issues/62
Reloadhttps://github.com/tcalmant/python-javaobj/issues/62
Reloadhttps://github.com/tcalmant/python-javaobj/issues/62
tcalmant https://github.com/tcalmant
python-javaobjhttps://github.com/tcalmant/python-javaobj
Notifications https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Fork 20 https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Star 86 https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Code https://github.com/tcalmant/python-javaobj
Issues 9 https://github.com/tcalmant/python-javaobj/issues
Pull requests 1 https://github.com/tcalmant/python-javaobj/pulls
Actions https://github.com/tcalmant/python-javaobj/actions
Wiki https://github.com/tcalmant/python-javaobj/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/tcalmant/python-javaobj/security
Please reload this pagehttps://github.com/tcalmant/python-javaobj/issues/62
Insights https://github.com/tcalmant/python-javaobj/pulse
Code https://github.com/tcalmant/python-javaobj
Issues https://github.com/tcalmant/python-javaobj/issues
Pull requests https://github.com/tcalmant/python-javaobj/pulls
Actions https://github.com/tcalmant/python-javaobj/actions
Wiki https://github.com/tcalmant/python-javaobj/wiki
Security https://github.com/tcalmant/python-javaobj/security
Insights https://github.com/tcalmant/python-javaobj/pulse
New issuehttps://github.com/login?return_to=https://github.com/tcalmant/python-javaobj/issues/62
New issuehttps://github.com/login?return_to=https://github.com/tcalmant/python-javaobj/issues/62
After fixing #60, I noticed that it fails with invalid references (in v2)https://github.com/tcalmant/python-javaobj/issues/62#top
https://github.com/svaningelgem
https://github.com/svaningelgem
svaningelgemhttps://github.com/svaningelgem
on Jun 9, 2025https://github.com/tcalmant/python-javaobj/issues/62#issue-3129761421
#60https://github.com/tcalmant/python-javaobj/issues/60
https://github.com/user-attachments/files/20650125/github.ziphttps://github.com/user-attachments/files/20650125/github.zip
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.