Skip to content

Commit 4f9f3cb

Browse files
committed
comment
1 parent 22d184a commit 4f9f3cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/sgp_mode/SGPWorld.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ emp::WorldPosition SGPWorld::SymDoBirth(
153153
emp::WorldPosition sym_baby_pos(fun_sym_do_birth(sym_offspring_ptr, sym_parent_ptr, parent_pos));
154154

155155
//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
156157
if (!sym_baby_pos.IsValid()) {
157158
SendToGraveyard(sym_offspring_ptr);
158159
}

0 commit comments

Comments
 (0)