Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
140 stars 1 forks source link

Intermittent Segfault #70

Closed Mercerenies closed 2 years ago

Mercerenies commented 2 years ago

The sequel to #44 that nobody asked for! When running tests in parallel, I periodically get a random double free or corrupted memory access. Probably has something to do with that pesky unsafe block used to fix the last random, intermittent issue.

Mercerenies commented 2 years ago

Closed as of #72