mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0026965: BRepMesh_IncrementalMesh hangs, and consumes infinite memory
Adding test case for the problem. The issue has been fixed by a patch for #26106.
This commit is contained in:
parent
3f9b6e9ea4
commit
1741292616
19
tests/perf/mesh/bug26965
Normal file
19
tests/perf/mesh/bug26965
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
puts "=========="
|
||||||
|
puts "0026965: BRepMesh_IncrementalMesh hangs, and consumes infinite memory"
|
||||||
|
puts "=========="
|
||||||
|
puts ""
|
||||||
|
|
||||||
|
restore [locate_data_file bug26965_mesh_hang.brep] a
|
||||||
|
tclean a
|
||||||
|
vinit
|
||||||
|
vsetdispmode 1
|
||||||
|
|
||||||
|
dchrono h restart
|
||||||
|
vdisplay a
|
||||||
|
dchrono h stop counter DisplayBug26965
|
||||||
|
dchrono h
|
||||||
|
|
||||||
|
vfit
|
||||||
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||||
|
|
||||||
|
checktrinfo a -tri 217070 -nod 108740 -defl 0.098772787476728782
|
Loading…
x
Reference in New Issue
Block a user