Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-112027: Don't print mimalloc warning after mmap() call#113372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
corona10 merged 1 commit intopython:mainfromcolesbury:gh-112027
Dec 22, 2023

Conversation

colesbury
Copy link
Contributor

@colesburycolesbury commentedDec 21, 2023
edited by bedevere-appbot
Loading

This changes the warning to a "verbose"-level message in prim.c. The address passed to mmap is only a hint -- it's normal for mmap() to sometimes not respect the hint and return a different address.

This changes the warning to a "verbose"-level message in prim.c. Theaddress passed to mmap is only a hint -- it's normal for mmap() tosometimes not respect the hint and return a different address.
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 Ubuntu NoGIL 3.x has failed when building commit9afb0e1.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1225/builds/980) and take a look at the build logs.
  4. Check if the failure is related to this commit (9afb0e1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/1225/builds/980

Failed tests:

  • test_tools
  • test_math

Summary of the results of the build (if available):

==

Click to see traceback logs
remote:Enumerating objects: 13, done.remote:Counting objects:   7% (1/13)remote:Counting objects:  15% (2/13)remote:Counting objects:  23% (3/13)remote:Counting objects:  30% (4/13)remote:Counting objects:  38% (5/13)remote:Counting objects:  46% (6/13)remote:Counting objects:  53% (7/13)remote:Counting objects:  61% (8/13)remote:Counting objects:  69% (9/13)remote:Counting objects:  76% (10/13)remote:Counting objects:  84% (11/13)remote:Counting objects:  92% (12/13)remote:Counting objects: 100% (13/13)remote:Counting objects: 100% (13/13), done.remote:Compressing objects:  16% (1/6)remote:Compressing objects:  33% (2/6)remote:Compressing objects:  50% (3/6)remote:Compressing objects:  66% (4/6)remote:Compressing objects:  83% (5/6)remote:Compressing objects: 100% (6/6)remote:Compressing objects: 100% (6/6), done.remote:Total 7 (delta 5), reused 1 (delta 0), pack-reused 0From https://github.com/python/cpython * branch                  main       -> FETCH_HEADNote:switching to '9afb0e1606cad41ed57c42ea0a53ac90433f211b'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by switching back to a branch.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -c with the switch command. Example:  git switch -c <new-branch-name>Or undo this operation with:  git switch -Turn off this advice by setting config variable advice.detachedHead to falseHEAD is now at 9afb0e1606 gh-112027: Don't print mimalloc warning after mmap() call (gh-113372)Switched to and reset branch 'main'make:*** [Makefile:2092: buildbottest] Error 2

@colesburycolesbury deleted the gh-112027 branchDecember 22, 2023 01:50
@colesburycolesbury restored the gh-112027 branchDecember 22, 2023 01:50
@colesburycolesbury deleted the gh-112027 branchDecember 22, 2023 01:50
ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull requestDec 26, 2023
…ongh-113372)pythongh-112027: Don't print mimalloc warning after mmapThis changes the warning to a "verbose"-level message in prim.c. Theaddress passed to mmap is only a hint -- it's normal for mmap() tosometimes not respect the hint and return a different address.
kulikjak pushed a commit to kulikjak/cpython that referenced this pull requestJan 22, 2024
…ongh-113372)pythongh-112027: Don't print mimalloc warning after mmapThis changes the warning to a "verbose"-level message in prim.c. Theaddress passed to mmap is only a hint -- it's normal for mmap() tosometimes not respect the hint and return a different address.
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…ongh-113372)pythongh-112027: Don't print mimalloc warning after mmapThis changes the warning to a "verbose"-level message in prim.c. Theaddress passed to mmap is only a hint -- it's normal for mmap() tosometimes not respect the hint and return a different address.
daanx added a commit to microsoft/mimalloc that referenced this pull requestMay 18, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…ongh-113372)pythongh-112027: Don't print mimalloc warning after mmapThis changes the warning to a "verbose"-level message in prim.c. Theaddress passed to mmap is only a hint -- it's normal for mmap() tosometimes not respect the hint and return a different address.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@corona10corona10corona10 approved these changes

@DinoVDinoVAwaiting requested review from DinoV

@furkanonderfurkanonderAwaiting requested review from furkanonder

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@colesbury@bedevere-bot@corona10

[8]ページ先頭

©2009-2025 Movatter.jp