App quit while operating on big volume

Problem report for Slicer 5.0.3 win-amd64: [please describe expected and actual behavior]

Volume was about 674 x 674 x 1974. When I rotating the volumes in the cener windows, the app crushed, and every time. It takes up about 5G memory.

[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Session start time …: 2022-08-11 11:50:35
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Slicer version …: 5.0.3 (revision 30893 / 7ea0f43) win-amd64 - installed release
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Operating system …: Windows / Personal / (Build 19044, Code Page 65001) - 64-bit
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Memory …: 20362 MB physical, 30362 MB virtual
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - CPU …: GenuineIntel , 8 cores, 8 logical processors
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - VTK configuration …: OpenGL2 rendering, TBB threading
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Qt configuration …: version 5.15.2, with SSL, requested OpenGL 3.2 (compatibility profile)
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Internationalization …: disabled, language=
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Developer mode …: disabled
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Application path …: E:/Users/admin/AppData/Local/NA-MIC/Slicer 5.0.3/bin
[DEBUG][Qt] 11.08.2022 11:50:35 (unknown:0) - Additional module paths …: (none)
[DEBUG][Python] 11.08.2022 11:50:37 [Python] (E:\Users\admin\AppData\Local\NA-MIC\Slicer 5.0.3\lib\Slicer-5.0\qt-scripted-modules\SubjectHierarchyPlugins\AbstractScriptedSubjectHierarchyPlugin.py:38) - Scripted subject hierarchy plugin registered: Annotations
[DEBUG][Python] 11.08.2022 11:50:37 [Python] (E:\Users\admin\AppData\Local\NA-MIC\Slicer 5.0.3\lib\Slicer-5.0\qt-scripted-modules\SubjectHierarchyPlugins\AbstractScriptedSubjectHierarchyPlugin.py:38) - Scripted subject hierarchy plugin registered: SegmentEditor
[DEBUG][Python] 11.08.2022 11:50:37 [Python] (E:\Users\admin\AppData\Local\NA-MIC\Slicer 5.0.3\lib\Slicer-5.0\qt-scripted-modules\SubjectHierarchyPlugins\AbstractScriptedSubjectHierarchyPlugin.py:38) - Scripted subject hierarchy plugin registered: SegmentStatistics
[DEBUG][Qt] 11.08.2022 11:50:38 (unknown:0) - Switch to module: “Welcome”

If the application crashed while rotating a volume rendered image in the 3D view then it means that your GPU took too long time to render an image (caused a TDR error) and so Windows terminated the application. You have many options to resolve the issue as described in this post:

Thank you for your reply. After I have done the following, it seems to work.

  1. Set DWORD value 0x10 named TdrDelay at path : HKLM\System\CurrentControlSet\Control\GraphicsDriver\

  2. Restarted Windows 10,