Skip to content

Crash when two pybind11 modules are imported #1562

Closed
@ibell

Description

@ibell

I don't think I can replicate this in a simple case, but I have two modules, each that operate just fine when they are the only module imported.

Builds are inside a conda environment, with visual studio 2015 64-bit as compiler. One package is this one: https://github.com/usnistgov/CEGO and the other one is an internal C++ library with a pybind11 wrapper.

When they are both imported, like so:

import PyCEGO
import VLEIsoTracer as vle

I get a crash:

image

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