System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15
Blender Version
Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-10-03 00:19, hash: rBd4d40f3b69d8
Short description of error
| rBacf083a5bfc8 and previous | rB0a85288462de | rB0348bc88e4c1 and next |
| Error: Not freed memory blocks: 2, total unfreed memory 0.000015 MB | Error : EXCEPTION_ACCESS_VIOLATION | Error : EXCEPTION_INT_DIVIDE_BY_ZERO |
| Error: Not freed memory blocks: 2, total unfreed memory 0.000015 MB | Error: Not freed memory blocks: 4294967293, total unfreed memory 0.000000 MB | Error : EXCEPTION_ACCESS_VIOLATION / EXCEPTION_INT_DIVIDE_BY_ZERO or Error: Not freed memory blocks: 4294967291, total unfreed memory 17592180772377.822266 MB |
In recent versions, it all depends on whether the attempt to free memory will be in the available area (overflowed int megabytes freed?) or in the system area (deny access) or division by 0 (size of freed memory)
Message in the console after crashing
1:
Error: Not freed memory blocks: 2, total unfreed memory 0.000015 MB
2:
Error: Not freed memory blocks: 4294967293, total unfreed memory 0.000000 MB
3:
Error : EXCEPTION_ACCESS_VIOLATION
User message:
Error : EXCEPTION_INT_DIVIDE_BY_ZERO
Exact steps for others to reproduce the error
In the attached .blend
- change the value in the value node a couple of times.
On the default cube
- Add a geometry node modifier and create a new group.
- Add a delete geometry node between the input and output.
- Connect the delete node's selection input to an input socket.
- Add a value node and connect it to an output socket.
- In the modifier panel, assign a name to the output attribute.
- Change the value node's value a couple of times and it will crash.