Title: crash in ./python.exe -We -m test -v test_xxtestfuzz · Issue #104051 · python/cpython · GitHub
Open Graph Title: crash in ./python.exe -We -m test -v test_xxtestfuzz · Issue #104051 · python/cpython
X Title: crash in ./python.exe -We -m test -v test_xxtestfuzz · Issue #104051 · python/cpython
Description: % ./python.exe -We -m test -v test_xxtestfuzz Raised RLIMIT_NOFILE: 256 -> 1024 == CPython 3.12.0a7+ (heads/main:2d526cd32f, May 1 2023, 19:02:26) [Clang 14.0.3 (clang-1403.0.22.14.1)] == macOS-13.3.1-x86_64-i386-64bit little-endian == P...
Open Graph Description: % ./python.exe -We -m test -v test_xxtestfuzz Raised RLIMIT_NOFILE: 256 -> 1024 == CPython 3.12.0a7+ (heads/main:2d526cd32f, May 1 2023, 19:02:26) [Clang 14.0.3 (clang-1403.0.22.14.1)] == macOS-13....
X Description: % ./python.exe -We -m test -v test_xxtestfuzz Raised RLIMIT_NOFILE: 256 -> 1024 == CPython 3.12.0a7+ (heads/main:2d526cd32f, May 1 2023, 19:02:26) [Clang 14.0.3 (clang-1403.0.22.14.1)] == macOS-...
Opengraph URL: https://github.com/python/cpython/issues/104051
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"crash in ./python.exe -We -m test -v test_xxtestfuzz","articleBody":"```\r\n% ./python.exe -We -m test -v test_xxtestfuzz\r\nRaised RLIMIT_NOFILE: 256 -\u003e 1024\r\n== CPython 3.12.0a7+ (heads/main:2d526cd32f, May 1 2023, 19:02:26) [Clang 14.0.3 (clang-1403.0.22.14.1)]\r\n== macOS-13.3.1-x86_64-i386-64bit little-endian\r\n== Python build: debug\r\n== cwd: /Users/iritkatriel/src/cpython-1/build/test_python_17978æ\r\n== CPU count: 12\r\n== encodings: locale=UTF-8, FS=utf-8\r\n0:00:00 load avg: 2.91 Run tests sequentially\r\n0:00:00 load avg: 2.91 [1/1] test_xxtestfuzz\r\ntest_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer.test_sample_input_smoke_test)\r\nThis is only a regression test: Check that it doesn't crash. ... Traceback (most recent call last):\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/sre_compile.py\", line 2, in \u003cmodule\u003e\r\n warnings.warn(f\"module {__name__!r} is deprecated\",\r\nDeprecationWarning: module 'sre_compile' is deprecated\r\nFatal Python error: Aborted\r\n\r\nCurrent thread 0x00007ff85940a340 (most recent call first):\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/test_xxtestfuzz.py\", line 13 in test_sample_input_smoke_test\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/case.py\", line 589 in _callTestMethod\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/case.py\", line 634 in run\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/case.py\", line 690 in __call__\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 122 in run\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 84 in __call__\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 122 in run\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 84 in __call__\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 122 in run\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/suite.py\", line 84 in __call__\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/unittest/runner.py\", line 240 in run\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/support/__init__.py\", line 1106 in _run_suite\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/support/__init__.py\", line 1232 in run_unittest\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/runtest.py\", line 294 in _test_module\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/runtest.py\", line 330 in _runtest_inner2\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/runtest.py\", line 373 in _runtest_inner\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/runtest.py\", line 248 in _runtest\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/runtest.py\", line 278 in runtest\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/main.py\", line 483 in run_tests_sequential\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/main.py\", line 601 in run_tests\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/main.py\", line 779 in _main\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/main.py\", line 738 in main\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/libregrtest/main.py\", line 802 in main\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/test/__main__.py\", line 2 in \u003cmodule\u003e\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/runpy.py\", line 88 in _run_code\r\n File \"/Users/iritkatriel/src/cpython-1/Lib/runpy.py\", line 198 in _run_module_as_main\r\n\r\nExtension modules: _testcapi, _xxtestfuzz (total: 2)\r\n\r\n```\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-104052\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/iritkatriel","@type":"Person","name":"iritkatriel"},"datePublished":"2023-05-01T18:09:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/104051/cpython/issues/104051"}
| 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:25e011ae-f65a-4dc4-44ed-fcdfdc33885a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9AA4:2FF27D:A13C5D:D7C569:6969C27E |
| html-safe-nonce | d482fd5611a6af6fe7f851d7e187fc0f4943e3c6f9144958556b7379c6383bca |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QUE0OjJGRjI3RDpBMTNDNUQ6RDdDNTY5OjY5NjlDMjdFIiwidmlzaXRvcl9pZCI6IjIyMDMxMDY0MjY4OTQyNzExMDIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 0c7dfd35898f43e8a8f5915a7facb8871ebec49f17dc375b19205a54388c13f0 |
| hovercard-subject-tag | issue:1691143616 |
| 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/104051/issue_layout |
| twitter:image | https://opengraph.githubassets.com/eaef04c85659012785ada88e963fd760def8cff137f5449cab8aefc73fc0cadc/python/cpython/issues/104051 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/eaef04c85659012785ada88e963fd760def8cff137f5449cab8aefc73fc0cadc/python/cpython/issues/104051 |
| og:image:alt | % ./python.exe -We -m test -v test_xxtestfuzz Raised RLIMIT_NOFILE: 256 -> 1024 == CPython 3.12.0a7+ (heads/main:2d526cd32f, May 1 2023, 19:02:26) [Clang 14.0.3 (clang-1403.0.22.14.1)] == macOS-13.... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | iritkatriel |
| hostname | github.com |
| expected-hostname | github.com |
| None | acedec8b5f975d9e3d494ddd8f949b0b8a0de59d393901e26f73df9dcba80056 |
| 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 | 83c08c21cdda978090dc44364b71aa5bc6dcea79 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width