Skip to content

Instantiating mvec segfault #151

@esoma

Description

@esoma

Presumably you're not supposed to do this, but trying to instantiate an mvec will (most of the time) cause a segfault.

Python 3.9.2 (default, Mar 24 2021, 00:25:35)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import glm
>>> glm.version
'PyGLM (DEFAULT) version 2.5.0'
>>> glm.mvec2()
Segmentation fault (core dumped)

Behavior also happens on windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions