René's URL Explorer Experiment


Title: [Bug]: 3.5.1 on mips64el: segfault when running on tests · Issue #21789 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: 3.5.1 on mips64el: segfault when running on tests · Issue #21789 · matplotlib/matplotlib

X Title: [Bug]: 3.5.1 on mips64el: segfault when running on tests · Issue #21789 · matplotlib/matplotlib

Description: Bug summary Hello, we got a couple of bug reports in Debian about matplotlib segfaulting on mipsel when running tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000435 (th...

Open Graph Description: Bug summary Hello, we got a couple of bug reports in Debian about matplotlib segfaulting on mipsel when running tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774 https://bugs.debian.o...

X Description: Bug summary Hello, we got a couple of bug reports in Debian about matplotlib segfaulting on mipsel when running tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774 https://bugs.debian.o...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/21789

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: 3.5.1 on mips64el: segfault when running on tests","articleBody":"### Bug summary\n\nHello,\r\nwe got a couple of bug reports in Debian about matplotlib segfaulting on mipsel when running tests\r\n\r\nhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774\r\nhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000435 (this is actually for astropy, but it fails the same as the one before)\n\n### Code for reproduction\n\n```python\nrunning the test suite\n```\n\n\n### Actual outcome\n\n```\r\nbuild/lib.linux-mips64-3.10/matplotlib/tests/test_agg.py::test_repeated_save_with_alpha PASSED [  0%]\r\nbuild/lib.linux-mips64-3.10/matplotlib/tests/test_agg.py::test_large_single_path_collection Fatal Python error: Segmentation fault\r\n\r\nCurrent thread 0x000000fff1dc1710 (most recent call first):\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/lines.py\", line 840 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 50 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/axis.py\", line 299 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 50 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/axis.py\", line 1163 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 50 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/image.py\", line 132 in _draw_list_compositing_images\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/axes/_base.py\", line 3082 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 50 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/image.py\", line 132 in _draw_list_compositing_images\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/figure.py\", line 2803 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 50 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/artist.py\", line 73 in draw_wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/backends/backend_agg.py\", line 436 in draw\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/backends/backend_agg.py\", line 540 in print_png\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/_api/deprecation.py\", line 412 in wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/backend_bases.py\", line 1643 in wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/backend_bases.py\", line 2314 in print_figure\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/figure.py\", line 3012 in savefig\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/pyplot.py\", line 958 in savefig\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/tests/test_agg.py\", line 61 in test_large_single_path_collection\r\n  File \"/usr/lib/python3/dist-packages/_pytest/python.py\", line 183 in pytest_pyfunc_call\r\n  File \"/usr/lib/python3/dist-packages/pluggy/callers.py\", line 187 in _multicall\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 83 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 92 in _hookexec\r\n  File \"/usr/lib/python3/dist-packages/pluggy/hooks.py\", line 286 in __call__\r\n  File \"/usr/lib/python3/dist-packages/_pytest/python.py\", line 1641 in runtest\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 162 in pytest_runtest_call\r\n  File \"/usr/lib/python3/dist-packages/pluggy/callers.py\", line 187 in _multicall\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 83 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 92 in _hookexec\r\n  File \"/usr/lib/python3/dist-packages/pluggy/hooks.py\", line 286 in __call__\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 255 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 311 in from_call\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 254 in call_runtest_hook\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 215 in call_and_report\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 126 in runtestprotocol\r\n  File \"/usr/lib/python3/dist-packages/_pytest/runner.py\", line 109 in pytest_runtest_protocol\r\n  File \"/usr/lib/python3/dist-packages/pluggy/callers.py\", line 187 in _multicall\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 83 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 92 in _hookexec\r\n  File \"/usr/lib/python3/dist-packages/pluggy/hooks.py\", line 286 in __call__\r\n  File \"/usr/lib/python3/dist-packages/_pytest/main.py\", line 348 in pytest_runtestloop\r\n  File \"/usr/lib/python3/dist-packages/pluggy/callers.py\", line 187 in _multicall\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 83 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 92 in _hookexec\r\n  File \"/usr/lib/python3/dist-packages/pluggy/hooks.py\", line 286 in __call__\r\n  File \"/usr/lib/python3/dist-packages/_pytest/main.py\", line 323 in _main\r\n  File \"/usr/lib/python3/dist-packages/_pytest/main.py\", line 269 in wrap_session\r\n  File \"/usr/lib/python3/dist-packages/_pytest/main.py\", line 316 in pytest_cmdline_main\r\n  File \"/usr/lib/python3/dist-packages/pluggy/callers.py\", line 187 in _multicall\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 83 in \u003clambda\u003e\r\n  File \"/usr/lib/python3/dist-packages/pluggy/manager.py\", line 92 in _hookexec\r\n  File \"/usr/lib/python3/dist-packages/pluggy/hooks.py\", line 286 in __call__\r\n  File \"/usr/lib/python3/dist-packages/_pytest/config/__init__.py\", line 162 in main\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/__init__.py\", line 1262 in test\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/build/lib.linux-mips64-3.10/matplotlib/_api/deprecation.py\", line 205 in wrapper\r\n  File \"/\u003c\u003cPKGBUILDDIR\u003e\u003e/tests.py\", line 33 in \u003cmodule\u003e\r\n\r\nExtension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg.lapack_lite, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, matplotlib._c_internal_utils, PIL._imaging, matplotlib._path, kiwisolver, matplotlib._image, _cffi_backend, gi._gi, pvectorc, lxml._elementpath, lxml.etree, PyQt5.QtCore, PyQt5.QtGui, PyQt5.QtWidgets (total: 27)\r\nSegmentation fault\r\n```\r\n\r\nfull build log [here](https://buildd.debian.org/status/fetch.php?pkg=matplotlib\u0026arch=mips64el\u0026ver=3.5.0-2\u0026stamp=1638034545\u0026raw=0)\n\n### Expected outcome\n\nno failure\n\n### Additional information\n\n_No response_\n\n### Operating system\n\nDebian\n\n### Matplotlib Version\n\n3.5.0\n\n### Matplotlib Backend\n\n_No response_\n\n### Python version\n\n3.9.9 and 3.10.0\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\nLinux package manager","author":{"url":"https://github.com/sandrotosi","@type":"Person","name":"sandrotosi"},"datePublished":"2021-11-29T02:45:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":21},"url":"https://github.com/21789/matplotlib/issues/21789"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:50f58749-4e5c-be3b-9983-fe614402963e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA6BA:2D0224:3BB83F:5061CD:6A51C066
html-safe-noncecab63755083370c6168b892fab3cbae7ed9d702c5b8670485c1cde1469c0afd4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNkJBOjJEMDIyNDozQkI4M0Y6NTA2MUNEOjZBNTFDMDY2IiwidmlzaXRvcl9pZCI6Ijg5MjM4Mjc5MjgzNTUxNjAxNjYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacbde700e291718270839eab60b85608f0712082b578173be405b70521bf70f95a
hovercard-subject-tagissue:1065546101
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/matplotlib/matplotlib/21789/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3e063e3a22d3da2a80b338c06b5b89d463b29fec5bb0ea68a5ed5654efbd2131/matplotlib/matplotlib/issues/21789
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3e063e3a22d3da2a80b338c06b5b89d463b29fec5bb0ea68a5ed5654efbd2131/matplotlib/matplotlib/issues/21789
og:image:altBug summary Hello, we got a couple of bug reports in Debian about matplotlib segfaulting on mipsel when running tests https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774 https://bugs.debian.o...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesandrotosi
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/21789#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F21789
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Fmatplotlib%2Fmatplotlib%2Fissues%2F21789
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=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/21789
Reloadhttps://github.com/matplotlib/matplotlib/issues/21789
Reloadhttps://github.com/matplotlib/matplotlib/issues/21789
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/21789
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/21789
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
[Bug]: 3.5.1 on mips64el: segfault when running on testshttps://github.com/matplotlib/matplotlib/issues/21789#top
status: upstream fix requiredhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20upstream%20fix%20required%22
https://github.com/sandrotosi
sandrotosihttps://github.com/sandrotosi
on Nov 29, 2021https://github.com/matplotlib/matplotlib/issues/21789#issue-1065546101
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000774
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000435https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000435
herehttps://buildd.debian.org/status/fetch.php?pkg=matplotlib&arch=mips64el&ver=3.5.0-2&stamp=1638034545&raw=0
status: upstream fix requiredhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20upstream%20fix%20required%22
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.