Uh oh!
There was an error while loading. Please reload this page.
GH-45978: [C++] Bump bundled mimalloc version - #45979
Conversation
pitrou
commented
Mar 31, 2025
@github-actions crossbow submit -g cpp -g python |
This comment was marked as outdated.
This comment was marked as outdated.
c9a3cbe to
161d91bComparepitrou
commented
Mar 31, 2025
@github-actions crossbow submit -g cpp -g python |
This comment was marked as outdated.
This comment was marked as outdated.
pitrou
commented
Mar 31, 2025
I've opened microsoft/mimalloc#1056 for the Alpine Linux failure but I don't think it should be holding this. |
2185744 to
222ec0bCompare| ARROW_SUBSTRAIT: ON | ||
| ARROW_USE_GLOG: OFF | ||
| ARROW_VERBOSE_THIRDPARTY_BUILD: OFF | ||
| ARROW_VERBOSE_THIRDPARTY_BUILD: ON |
There was a problem hiding this comment.
I assume you'll revert these before merge?
There was a problem hiding this comment.
Yes, this was to debug the build/link errors on Windows which are now fixed.
8241964 to
97490ecComparepitrou
commented
Jun 11, 2025
@github-actions crossbow submit -g cpp -g python |
Revision: 97490ec58b0ed1c9993b607aa0046bc7fbfde66a Submitted crossbow builds: ursacomputing/crossbow @ actions-21dfeaf22e |
pitrou
commented
Jun 11, 2025
@github-actions crossbow submit wheelcp313* |
Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues.
97490ec to
1fe3480CompareRevision: 1fe3480 Submitted crossbow builds: ursacomputing/crossbow @ actions-dc8e7b294f |
pitrou
commented
Jun 11, 2025
This is ready for review @kou . CI looks good except for a probably unrelated failure in the Python emscripten build. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5af7504 to
cc5d86eCompareAfter merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0826be5. There were 76 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 32 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### What changes are included in this PR? Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues. ### Are these changes tested? Yes, by CI builds. ### Are there any user-facing changes? No. * GitHub Issue: apache#45978 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
kou
commented
Jul 4, 2025
@github-actions crossbow submit test-r-linux-sanitizers |
Revision: cc5d86e Submitted crossbow builds: ursacomputing/crossbow @ actions-d6f9a3a132
|
Tom-Newton
commented
Aug 6, 2025
I think this change has caused a memory leak when reading parquet #47266 |
What changes are included in this PR?
Update bundled mimalloc version from 2.0.6 to 2.2.4. This will also help fix the CMake 4.0 compatibility issues.
Are these changes tested?
Yes, by CI builds.
Are there any user-facing changes?
No.