spine-tools/spine-items

Segfault when redoing a change in Data Transformer spec

spine-o-bot opened this issue · 3 comments

In GitLab by @manuelma on Oct 24, 2020, 22:37

In latest dev.

  1. Create a Data Transformer and two specifications.
  2. Change the spec in the DT
  3. Undo and then redo. Toolbox crashes with a segfault.

I suspect this has something to do with DataTransformer overriding ProjectItem._specification and ProjectItem.set_specification.

In GitLab by @manuelma on Oct 24, 2020, 22:50

assigned to @manuelma

In GitLab by @manuelma on Oct 24, 2020, 23:02

mentioned in commit 1cc03b5

In GitLab by @manuelma on Oct 24, 2020, 23:05

Fixed by above commit.