System Information
Operating system: Windows 10, 64-bit
Graphics card: 2 CUDA GPUs: Nvidia GTX 1080 8 gb ram, Nvidia GTX 1070 8 gb ram
CPU: AMD Ryzen 7 2700x 3.7GHz
Blender Version
Broken: Release candidate 1, 687f1df5dbe2
Short description of error
Hello wonderful Blender developers! I have been working extensively with latest Blender release versions and I have been experiencing crashes all the time and I was failing to identify the source of the bugs because they were seemingly extremely random. I have launched latest releases of Blender in debug mode and seem to get to the bottom of the problem. Autosave seems to be crashing blender whenever you're actively working on the model and editing it. A lot of the times (for me it's like 90% of the time) Blender is trying to austosave and store the save but Windows will randomly come up with EXCEPTION_ACCESS_VIOLATION error.
Here are some excerpts from the console:
Version 280 sub 20 date 2018-07-14 11:44 hash 27ba739fb79
Read blend: D:\002_3d_projects\000_Blender_Scenes\000_PORTFOLIO\000_MV_BRAND\MeshVoid_Robot\MeshVoid_Thin\MeshVoid_Robotv7.blend
read file D:\002_3d_projects\000_Blender_Scenes\000_PORTFOLIO\000_MV_BRAND\MeshVoid_Robot\MeshVoid_Thin\MeshVoid_Robotv7.blend
Version 280 sub 74 date 2019-07-18 10:55 hash 687f1df5dbe2
Skipping auto-save, modal operator running, retrying in ten seconds...
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock Chunk buffer: double free
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock Data from ME: double free
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Error: Failed to read blend file '': Missing DNA block
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Skipping auto-save, modal operator running, retrying in ten seconds...
redo_cb: operator redo Rotate
Skipping auto-save, modal operator running, retrying in ten seconds...
Memoryblock free: pointer not in memlist
Memoryblock Chunk buffer: double free
Memoryblock free: pointer not in memlist
Error: Failed to read blend file '': Missing DNA block
Memoryblock SceneStats: double free
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock Chunk buffer: double free
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock Chunk buffer: double free
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Memoryblock free: pointer not in memlist
Error : EXCEPTION_ACCESS_VIOLATION
Address : 0x00007FF6EC972860
Module : c:\000_Blender\blender-2.80.0-git.687f1df5dbe2-windows64\blender.exe
It's really annoying bug, if I set my autosaves to every 2 minutes or 1 minute then I get crashes almost in 90 % of the cases with this error (EXCEPTION_ACCESS_VIOLATION) . And also my guess is that this problem is Windows specific, as I had the same problem running certain Python scripts that were dealing with saving blend files on the drive. Blender is trying to save file in a non-standard to Windows 10 way? Please help me get to the bottom of this I have to reload the same scene again and again when I work because of that and it hinders the progress.
Thank you!
Exact steps for others to reproduce the error
1 - Launch blender on WIndows 10 platform
2 - Set autosaves frequency to every minute
3 - Start quickly modifying the mesh
4 - Crash in 90-% of the cases during auto-save