Title: create_builtin() in _imp module trigger segfault if taking a builtin object as input · Issue #98354 · python/cpython · GitHub
Open Graph Title: create_builtin() in _imp module trigger segfault if taking a builtin object as input · Issue #98354 · python/cpython
X Title: create_builtin() in _imp module trigger segfault if taking a builtin object as input · Issue #98354 · python/cpython
Description: Crash report In the following test program, _imp.create_builtin takes a object A as input. The object instance the name attribute as "self" at "self.name = self". This action triggers a segfault on CPython 3.10.7 and CPython 3.10.7. Simi...
Open Graph Description: Crash report In the following test program, _imp.create_builtin takes a object A as input. The object instance the name attribute as "self" at "self.name = self". This action triggers a segfault on...
X Description: Crash report In the following test program, _imp.create_builtin takes a object A as input. The object instance the name attribute as "self" at "self.name = self". This action tr...
Opengraph URL: https://github.com/python/cpython/issues/98354
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"create_builtin() in _imp module trigger segfault if taking a builtin object as input","articleBody":"\u003c!--\r\n Use this template for hard crashes of the interpreter, segmentation faults, failed C-level assertions, and similar.\r\n Do not submit this form if you encounter an exception being unexpectedly raised from a Python function.\r\n Most of the time, these should be filed as bugs, rather than crashes.\r\n\r\n The CPython interpreter is itself written in a different programming language, C.\r\n For CPython, a \"crash\" is when Python itself fails, leading to a traceback in the C stack.\r\n--\u003e\r\n\r\n# Crash report\r\nIn the following test program, _imp.create_builtin takes a object A as input. The object instance the name attribute as \"self\" at \"self.name = self\". This action triggers a segfault on CPython 3.10.7 and CPython 3.10.7. Similarly, if self.name = other keywords, e.g.,int, print, the program also crashes. It may need a checker for _imp.create_builtin to avoid keywords.\r\n\r\n\r\n```\r\nimport _imp\r\n\r\nclass FakeSpec:\r\n\tdef __init__(self, name):\r\n\t\tself.name = self\r\n\r\nA = FakeSpec(\"time\")\r\n\r\nimp_time = _imp.create_builtin(A)\r\n```\r\n\r\n\r\n# Error messages\r\n\r\n\r\nExpected behavior on CPython 3.9.0\r\n```\r\nTraceback (most recent call last):\r\n File \"/home/xxm/Desktop/imp.py\", line 9, in \u003cmodule\u003e\r\n imp_time = _imp.create_builtin(A)\r\nTypeError: bad argument type for built-in operation\r\n```\r\n\r\nUnexpected Behavior on CPython 3.10.8\r\nSegmentation fault(core dumped) \r\n\r\n# Your environment\r\n\r\n\u003c!-- Include as many relevant details as possible about the environment you experienced the bug in --\u003e\r\n\r\n- CPython versions tested on:Python 3.10.8, Python 3.10.7\r\n\r\n- Operating system and architecture: [GCC 7.5.0] on linux\r\n\r\n\u003c!--\r\nYou can freely edit this text. Remove any lines you believe are unnecessary.\r\n--\u003e\r\n","author":{"url":"https://github.com/xiaxinmeng","@type":"Person","name":"xiaxinmeng"},"datePublished":"2022-10-17T11:56:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/98354/cpython/issues/98354"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:bee4e0a7-5f3c-4d7a-4b10-7a4a2199b1b2 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A8A8:9F506:263341:32A881:69697933 |
| html-safe-nonce | 6f97839eb602230a4d94979b39e2387361f59db81faef2bc4d1be44ff03b9a46 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOEE4OjlGNTA2OjI2MzM0MTozMkE4ODE6Njk2OTc5MzMiLCJ2aXNpdG9yX2lkIjoiMzE4OTE5ODQ2MDk4Nzk5NjQ2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | e9f1fbd98f6012d838e1eac3ce7fe3279bb2354cb449ce37f3f24e36ab74fc80 |
| hovercard-subject-tag | issue:1411442297 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/98354/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ab73603c160bcb96b3f01ec5f7a1524b91b7062e0c6fa08b72de398906a84d84/python/cpython/issues/98354 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ab73603c160bcb96b3f01ec5f7a1524b91b7062e0c6fa08b72de398906a84d84/python/cpython/issues/98354 |
| og:image:alt | Crash report In the following test program, _imp.create_builtin takes a object A as input. The object instance the name attribute as "self" at "self.name = self". This action triggers a segfault on... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | xiaxinmeng |
| hostname | github.com |
| expected-hostname | github.com |
| None | c6f193beb8ff08443adc07685d75302ab8aaf0a135f6e251c3ff3112c8deb881 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 212e3e3d3298bf5b313830edfd2399e869f7ea76 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width