Maniphest T60877

Undoing name change on active object in edit mode causes crash.
Closed, Duplicate

Assigned To
None
Authored By
matc (matc)
Jan 25 2019, 6:59 PM
Tags
  • BF Blender
Subscribers
matc (matc)

Description

Blender Version
Broken:
2.80, fa1d5586a1ad, 2019-01-25

Short description of error
editmesh_undo.c can't revert name changes on active object

Exact steps for others to reproduce the error
Open default startup .blend
With "Cube" selected, switch to edit mode
Change name of "Cube" in Outliner or Object Properties
Ctrl-Z will cause the crash.

Same crash as T60849

Crash happens in static void mesh_undosys_step_decode(struct bContext *C, UndoStep *us_p, int UNUSED(dir)) with us_p->name as "Toggle Editmode" if the name was changed in Object Properties or "Outliner selection change" for a change in Outliner.

Related Objects

Mentioned Here
rBfa1d5586a1ad: Fix Freestyle (ASAN detected) crash
T60849: ctrl+Z closes the whole blender

Event Timeline

matc (matc) created this task.Jan 25 2019, 6:59 PM
Brecht Van Lommel (brecht) closed this task as a duplicate of T60809: Crash undoing object rename in edit mode.Jan 25 2019, 7:01 PM