mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The problem occurred when the algorithm IntCurvesFace_Intersector was called for a face occupying zero extension along V direction. This is obviously a bad face, but we need to have the algorithm not crashing the application. So, the algorithm has been protected against such input data. At attempt to make calculations it establishes NotDone status. Bad test case tests/de/step_3/D9 has been updated. False memory leak detection has been suppressed in tests/bugs/fclasses/bug7287_2.
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
puts "========================"
|
|
puts "0030790: Crash when loading specific step file"
|
|
puts "========================"
|
|
|
|
puts "TODO 30790 ALL: Faulty shapes in variables faulty_1 to"
|
|
|
|
stepread [locate_data_file bug30790.step] a *
|
|
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|