René's URL Explorer Experiment


Title: ScenarioPlayer destructor memory corruption · Issue #1 · ebadi/python-esmini · GitHub

Open Graph Title: ScenarioPlayer destructor memory corruption · Issue #1 · ebadi/python-esmini

X Title: ScenarioPlayer destructor memory corruption · Issue #1 · ebadi/python-esmini

Description: This is probably because of incorrect translation of methods by pybind11. import pyplayerbase print("Start") player = pyplayerbase.ScenarioPlayer( ["filename", "--window", "60", "60", "800", "400", "--osc", "./esmini/resources/xosc/cut-i...

Open Graph Description: This is probably because of incorrect translation of methods by pybind11. import pyplayerbase print("Start") player = pyplayerbase.ScenarioPlayer( ["filename", "--window", "60", "60", "800", "400",...

X Description: This is probably because of incorrect translation of methods by pybind11. import pyplayerbase print("Start") player = pyplayerbase.ScenarioPlayer( ["filename", "--window&qu...

Opengraph URL: https://github.com/ebadi/python-esmini/issues/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ScenarioPlayer destructor memory corruption ","articleBody":"This is probably because of incorrect translation of methods by pybind11. \r\n```python\r\nimport pyplayerbase\r\nprint(\"Start\")\r\nplayer = pyplayerbase.ScenarioPlayer(\r\n    [\"filename\", \"--window\", \"60\", \"60\", \"800\", \"400\", \"--osc\", \"./esmini/resources/xosc/cut-in.xosc\"])\r\nprint(\"End\")\r\n```\r\n```bash\r\n$ python3 examples/test.py \r\nStart\r\nB0_[ScenarioPlayer] 0:filename\r\n1:--window\r\n2:60\r\n3:60\r\n4:800\r\n5:400\r\n6:--osc\r\n7:./esmini/resources/xosc/cut-in.xosc\r\nesmini GIT REV: a75bb2b+\r\nesmini GIT TAG: \r\nesmini GIT BRANCH: remotes/origin/fix_route_1st_waypoint_issue~1\r\nesmini BUILD VERSION: N/A - client build\r\nGenerated seed 1064135184\r\nLoading cut-in.xosc (v1.1)\r\nOpenDRIVE: ../xodr/e6mini.xodr\r\nScenegraph: ../models/e6mini.osgb\r\nUnsupported geo reference attr: +no_defs\r\nExpr ${$EgoSpeed / 3.6} = 108 / 3.6 = 30.000000\r\n0.000: Starting teleport Action\r\n0.000: Ego New position:\r\n0.000: Pos(8.17, 49.97, -0.04) Rot(1.57, 0.00, 0.00) roadId 0 laneId -3 offset 0.00 t -8.00\r\n0.000: Init Ego TeleportAction standbyState -\u003e startTransition -\u003e runningState\r\n0.000: Init Ego LongitudinalAction standbyState -\u003e endTransition -\u003e completeState\r\n0.000: Starting teleport Action\r\n0.000: OverTaker New position:\r\n0.000: Pos(4.51, 24.98, -0.01) Rot(1.57, 0.00, 0.00) roadId 0 laneId -2 offset 0.00 t -4.42\r\n0.000: Init OverTaker TeleportAction standbyState -\u003e startTransition -\u003e runningState\r\n0.000: Init Ego TeleportAction runningState -\u003e endTransition -\u003e completeState\r\n0.000: Init OverTaker TeleportAction runningState -\u003e endTransition -\u003e completeState\r\nEnd\r\nClosing\r\ndouble free or corruption (!prev)\r\nAborted (core dumped)\r\n\r\n```\r\n\r\n\r\n```\r\n(gdb) r examples/test.py\r\nStarting program: /usr/bin/python3 examples/test.py\r\n[Thread debugging using libthread_db enabled]\r\nUsing host libthread_db library \"/lib/x86_64-linux-gnu/libthread_db.so.1\".\r\nStart\r\nB0_[ScenarioPlayer] 0:filename\r\n1:--window\r\n2:60\r\n3:60\r\n4:800\r\n5:400\r\n6:--osc\r\n7:./esmini/resources/xosc/cut-in.xosc\r\nesmini GIT REV: a75bb2b+\r\nesmini GIT TAG: \r\nesmini GIT BRANCH: remotes/origin/fix_route_1st_waypoint_issue~1\r\nesmini BUILD VERSION: N/A - client build\r\nGenerated seed 4108397888\r\nLoading cut-in.xosc (v1.1)\r\nOpenDRIVE: ../xodr/e6mini.xodr\r\nScenegraph: ../models/e6mini.osgb\r\nUnsupported geo reference attr: +no_defs\r\nExpr ${$EgoSpeed / 3.6} = 108 / 3.6 = 30.000000\r\n0.000: Starting teleport Action\r\n0.000: Ego New position:\r\n0.000: Pos(8.17, 49.97, -0.04) Rot(1.57, 0.00, 0.00) roadId 0 laneId -3 offset 0.00 t -8.00\r\n0.000: Init Ego TeleportAction standbyState -\u003e startTransition -\u003e runningState\r\n0.000: Init Ego LongitudinalAction standbyState -\u003e endTransition -\u003e completeState\r\n0.000: Starting teleport Action\r\n0.000: OverTaker New position:\r\n0.000: Pos(4.51, 24.98, -0.01) Rot(1.57, 0.00, 0.00) roadId 0 laneId -2 offset 0.00 t -4.42\r\n0.000: Init OverTaker TeleportAction standbyState -\u003e startTransition -\u003e runningState\r\n0.000: Init Ego TeleportAction runningState -\u003e endTransition -\u003e completeState\r\n0.000: Init OverTaker TeleportAction runningState -\u003e endTransition -\u003e completeState\r\n[New Thread 0x7fffef867700 (LWP 5436)]\r\n[New Thread 0x7fffee1b9700 (LWP 5437)]\r\nEnd\r\n[Thread 0x7fffef867700 (LWP 5436) exited]\r\nClosing\r\ndouble free or corruption (!prev)\r\n\r\nThread 1 \"python3\" received signal SIGABRT, Aborted.\r\n__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51\r\n51\t../sysdeps/unix/sysv/linux/raise.c: No such file or directory.\r\n(gdb) bt\r\n#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51\r\n#1  0x00007ffff7a22921 in __GI_abort () at abort.c:79\r\n#2  0x00007ffff7a6b967 in __libc_message (action=action@entry=do_abort, \r\n    fmt=fmt@entry=0x7ffff7b98b0d \"%s\\n\") at ../sysdeps/posix/libc_fatal.c:181\r\n#3  0x00007ffff7a729da in malloc_printerr (\r\n    str=str@entry=0x7ffff7b9a838 \"double free or corruption (!prev)\") at malloc.c:5342\r\n#4  0x00007ffff7a79f7c in _int_free (have_lock=0, p=0xc1d870, av=0x7ffff7dcdc40 \u003cmain_arena\u003e)\r\n    at malloc.c:4311\r\n#5  __GI___libc_free (mem=0xc1d880) at malloc.c:3134\r\n#6  0x00007ffff4cdaa64 in ?? ()\r\n   from /home/wave/.local/lib/python3.6/site-packages/pyplayerbase.cpython-36m-x86_64-linux-gnu.so\r\n#7  0x00007ffff4ccbfa6 in ?? ()\r\n   from /home/wave/.local/lib/python3.6/site-packages/pyplayerbase.cpython-36m-x86_64-linux-gnu.so\r\n#8  0x0000000000573500 in ?? ()\r\n#9  0x00000000005664a1 in ?? ()\r\n#10 0x000000000056ec56 in PyDict_SetItem ()\r\n#11 0x00000000004f30fc in PyImport_Cleanup ()\r\n#12 0x0000000000637f6e in Py_FinalizeEx ()\r\n#13 0x0000000000638fd5 in Py_Main ()\r\n#14 0x00000000004b0d30 in main ()\r\n\r\n```","author":{"url":"https://github.com/ebadi","@type":"Person","name":"ebadi"},"datePublished":"2021-12-20T13:48:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1/python-esmini/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cac1ab45-0b1a-aee3-b296-8f97a22cee0e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8554:183B61:9D1EFD:CD8137:6991EE76
html-safe-nonce1da0078fcddf114df7ad0abae55914f1606bc09cf7108d3c07cfb7107aa6ebc6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTU0OjE4M0I2MTo5RDFFRkQ6Q0Q4MTM3OjY5OTFFRTc2IiwidmlzaXRvcl9pZCI6IjQ0MDgxNzk5MzQxNTkzMDIyNjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca8b10b5995f1643f80492acb5c58f1fea4c318f6f571ac9fceaeb01ce58c32bc
hovercard-subject-tagissue:1084813582
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/ebadi/python-esmini/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6ae0c955cde896c068fdb844d705428aa8ea1ecff74792df1ee2ee706c3e2c3b/ebadi/python-esmini/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6ae0c955cde896c068fdb844d705428aa8ea1ecff74792df1ee2ee706c3e2c3b/ebadi/python-esmini/issues/1
og:image:altThis is probably because of incorrect translation of methods by pybind11. import pyplayerbase print("Start") player = pyplayerbase.ScenarioPlayer( ["filename", "--window", "60", "60", "800", "400",...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameebadi
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/ebadi/python-esmini git https://github.com/ebadi/python-esmini.git
octolytics-dimension-user_id1111940
octolytics-dimension-user_loginebadi
octolytics-dimension-repository_id436608605
octolytics-dimension-repository_nwoebadi/python-esmini
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id436608605
octolytics-dimension-repository_network_root_nwoebadi/python-esmini
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://patch-diff.githubusercontent.com/ebadi/python-esmini/issues/1#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Febadi%2Fpython-esmini%2Fissues%2F1
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Febadi%2Fpython-esmini%2Fissues%2F1
Sign up https://patch-diff.githubusercontent.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=ebadi%2Fpython-esmini
Reloadhttps://patch-diff.githubusercontent.com/ebadi/python-esmini/issues/1
Reloadhttps://patch-diff.githubusercontent.com/ebadi/python-esmini/issues/1
Reloadhttps://patch-diff.githubusercontent.com/ebadi/python-esmini/issues/1
ebadi https://patch-diff.githubusercontent.com/ebadi
python-esminihttps://patch-diff.githubusercontent.com/ebadi/python-esmini
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Febadi%2Fpython-esmini
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Febadi%2Fpython-esmini
Star 9 https://patch-diff.githubusercontent.com/login?return_to=%2Febadi%2Fpython-esmini
Code https://patch-diff.githubusercontent.com/ebadi/python-esmini
Issues 4 https://patch-diff.githubusercontent.com/ebadi/python-esmini/issues
Pull requests 0 https://patch-diff.githubusercontent.com/ebadi/python-esmini/pulls
Actions https://patch-diff.githubusercontent.com/ebadi/python-esmini/actions
Projects 0 https://patch-diff.githubusercontent.com/ebadi/python-esmini/projects
Security 0 https://patch-diff.githubusercontent.com/ebadi/python-esmini/security
Insights https://patch-diff.githubusercontent.com/ebadi/python-esmini/pulse
Code https://patch-diff.githubusercontent.com/ebadi/python-esmini
Issues https://patch-diff.githubusercontent.com/ebadi/python-esmini/issues
Pull requests https://patch-diff.githubusercontent.com/ebadi/python-esmini/pulls
Actions https://patch-diff.githubusercontent.com/ebadi/python-esmini/actions
Projects https://patch-diff.githubusercontent.com/ebadi/python-esmini/projects
Security https://patch-diff.githubusercontent.com/ebadi/python-esmini/security
Insights https://patch-diff.githubusercontent.com/ebadi/python-esmini/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ebadi/python-esmini/issues/1
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ebadi/python-esmini/issues/1
ScenarioPlayer destructor memory corruption https://patch-diff.githubusercontent.com/ebadi/python-esmini/issues/1#top
https://github.com/ebadi
https://github.com/ebadi
ebadihttps://github.com/ebadi
on Dec 20, 2021https://github.com/ebadi/python-esmini/issues/1#issue-1084813582
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.