Skip to content

malloc(0) in MPI_Unpublish_name() with MPI_INFO_NULL #3854

@dalcinl

Description

@dalcinl

This is with v2.1.1

>>> from mpi4py import MPI
>>> port = MPI.Open_port()
>>> MPI.Publish_name("service", port)  # info defaults to MPI.INFO_NULL
>>> MPI.Unpublish_name("service", port)  # info defaults to MPI.INFO_NULL
malloc debug: Request for 0 bytes (pmix1_client.c, 849)
>>> MPI.Close_port(port)
>>> 

The offending line (in master) is here:

PMIX_INFO_CREATE(pinfo, ninfo);

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