View Issue Details

IDProjectCategoryView StatusLast Update
0000051Open CASCADEOCCT:Data Exchangepublic2006-06-29 09:15
ReporterpopAssigned Toskl 
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSAll 
Fixed in Version5.1.0 
Summary0000051: exception when reading an IGES file after having reading a STEP file
Descriptionuse the following Draw Script :
##
puts "test "
puts " write STEP and IGES file "
box b 12 34 56
stepwrite 1 b /tmp/box.step
brepiges b /tmp/box.igs
##
puts " Read STEP file "
dall
stepread /tmp/box.step a *
dall
puts " Read IGES file "
igesbrep /tmp/box.igs b *

the following exception is occured :
An exception was caught 0xfdbb63f8 : Standard_NullObject: Attempt to access to
null object
** Exception ** 0xfdbb63f8 : Standard_NullObject: Attempt to access to null
object

Remark :

we have not this exception if we made :
first read the IGES file
second read the STEP file
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2001-12-26 19:24 bugmaster Assigned To bugmaster => pdn
2001-12-26 19:24 bugmaster Status new => assigned
2001-12-26 19:24 bugmaster Category => DTE
2001-12-26 19:24 bugmaster QAContact in development version => aki
2002-01-14 14:03 pdn Assigned To pdn => sln
2002-03-05 17:46 bugmaster Assigned To sln => pdn
2003-06-19 13:35 pdn Assigned To pdn => skl
2003-06-19 15:02 skl Status assigned => resolved
2003-06-19 15:12 bugmaster Status resolved => closed
2003-06-19 15:12 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:12 bugmaster Category OCCT:DTE => OCCT:Data Exchange