-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
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
Labels
No labels