Maniphest T84368

Segmentation fault when changing size of added objects
Closed, Duplicate

Assigned To
None
Authored By
Wouter Stomp (wouterstomp)
Jan 4 2021, 10:27 AM
Tags
  • BF Blender
Subscribers
Robert Guetzkow (rjg)
Wouter Stomp (wouterstomp)

Description

System Information
Operating system: Darwin-20.2.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.2.13

Blender Version
Broken: version: 2.92.0 Alpha, branch: master, commit date: 2021-01-01 18:07, hash: rB057a8afb879c
Worked: unknown

Short description of error
When I change the size of a just added object, Blender will crash within a few seconds.

Exact steps for others to reproduce the error
Start new file
Delete everything from scene
Shift A, add object (tested with plane, cube, uv sphere and torus)
From the popup menu, use the mouse to slowly adjust the size or radius
If you keep doing this, within a few seconds Blender will crash.

Crash log:

Event Timeline

Wouter Stomp (wouterstomp) created this task.Jan 4 2021, 10:27 AM
Wouter Stomp (wouterstomp) updated the task description.Jan 4 2021, 11:00 AM
Robert Guetzkow (rjg) changed the task status from Needs Triage to Needs Information from User.Jan 4 2021, 11:18 AM
Robert Guetzkow (rjg) added a subscriber: Robert Guetzkow (rjg).

I couldn't reproduce the problem. Could you please check if enabling Undo Legacy avoids the crash?

  1. Open the user preferences (Edit > Preferences)
  2. In the Interface tab enable Developer Extras
  3. In the Experimental tab enable Undo Legacy

If this avoids the crash it is likely the same problem as T80203.

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 11:30 AM

Yes that avoids the crash.

Robert Guetzkow (rjg) added a comment.EditedJan 4 2021, 11:35 AM

@Wouter Stomp (wouterstomp) Could you please disable Undo Legacy, save the preferences and then try to start Blender from the terminal with the following command (path to Blender might need to be adjusted):

/Applications/Blender.app/Contents/MacOS/Blender --debug --debug-depsgraph-no-threads --threads 1 > ~/blender_debug_output.txt 2>&1

Please try if you can still make Blender crash. If it still crashes, please upload the resulting crash report and the log file blender_debug_output.txt.

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 11:39 AM

Here you go:

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 11:47 AM

And a crash report:

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 11:48 AM

Also when running with this command, one of the times I tried Blender just locked up without a crash with the Mac spinning cursor, then I had to kill it manually.

Robert Guetzkow (rjg) added a comment.Jan 4 2021, 12:58 PM

Just to make sure that your not having an additional issue unrelated to the undo/depsgraph problem, could you please do one more test with the most recent daily build of Blender 2.92.

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 1:37 PM

Same with 2.92.0 Alpha, branch: master, commit date: 2021-01-03 01:04, hash: rB1e8f2665916c

Robert Guetzkow (rjg) added a comment.Jan 4 2021, 2:17 PM

Does it also give the same stack trace or a different one (in the .crash.txt)?

Wouter Stomp (wouterstomp) added a comment.Jan 4 2021, 2:28 PM

No idea what to look for, but please see for yourself:

Robert Guetzkow (rjg) closed this task as a duplicate of T80203: Crash when changing torus properties .Jan 4 2021, 2:36 PM

Thank you for your help. This does appear to be the same issue.

Wouter Stomp (wouterstomp) mentioned this in T80203: Crash when changing torus properties .Jan 7 2021, 12:21 PM