Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

test failure in jemalloc on ppc64el #11

@kilobyte

Description

@kilobyte

While vmem is supposed to work on all 64-bit architectures, it currently builds successfully only on x86-64 and arm64. There's no reason to care about those that lack relevant hardware — thus ppc64el is the only arch that might be worth porting to.

The fail is in jemalloc rather than vmem proper:

=== ../debug/libvmmalloc/jemalloc/test/unit/pool_custom_alloc ===
test_pool_check_memory:/<<PKGBUILDDIR>>/src/jemalloc/test/unit/pool.h:246: Failed assertion: (allocs[0]) != (NULL) --> 0x0 == 0x0: pool_malloc should return valid ptr

This is not a regression, as PMDK did not work on ppc before vmem got split out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions