mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added protection against null shape on writing: status IFSelect_RetVoid will be returned in such case (instead of access violation)
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
puts "# ======================================================================="
|
|
puts "# 0027070: Segfault when transferring HLR-created shapes via STEPControl_Writer"
|
|
puts "# ======================================================================="
|
|
puts ""
|
|
|
|
puts "Check that writing null shape does not produce access violation"
|
|
puts "REQUIRED ALL: Error: translation failed, status = 0"
|
|
stepwrite a a
|