1 parent 22d184a commit 4f9f3cbCopy full SHA for 4f9f3cb
1 file changed
source/sgp_mode/SGPWorld.cc
@@ -153,6 +153,7 @@ emp::WorldPosition SGPWorld::SymDoBirth(
153
emp::WorldPosition sym_baby_pos(fun_sym_do_birth(sym_offspring_ptr, sym_parent_ptr, parent_pos));
154
155
//Birth is fatal:
156
+ //GABE TODO: location of this may cause seg fault when fun_sym_do_birth is configured for Free living syms and fails
157
if (!sym_baby_pos.IsValid()) {
158
SendToGraveyard(sym_offspring_ptr);
159
}
0 commit comments