You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, the result will be empty, but it will crash in some cases. Removing the (System/gc) will usually prevent the crash, but I ran into this bug while generating multiple meshes in a loop and crashing.
The text was updated successfully, but these errors were encountered:
Yep, still seeing the same thing with 8225f60fe74c088ca570b2ba8f28a9a4c4ea681f for clj-manifold3d and a fork of f432040 for the manifold java bindings (the fork is to compile locally without homebrew deps).
The following will exhibit weirdness and in some cases, crash.
Usually, the result will be empty, but it will crash in some cases. Removing the
(System/gc)
will usually prevent the crash, but I ran into this bug while generating multiple meshes in a loop and crashing.The text was updated successfully, but these errors were encountered: