mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
15 lines
548 B
Plaintext
15 lines
548 B
Plaintext
puts "REQUIRED OCC27667 All: BinLDrivers_DocumentRetrievalDriver: error: shape section is not found"
|
|
puts "REQUIRED OCC27667 All: DDocStd_Open : Error"
|
|
|
|
puts "================"
|
|
puts "OCC27667"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# OCAF binary persistence hangs on reading truncated CBF file
|
|
#######################################################################################
|
|
|
|
set filename [locate_data_file bug27667_broken_cbf.cbf]
|
|
|
|
catch { Open $filename D }
|