View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000051 | Open CASCADE | OCCT:Data Exchange | public | 2001-12-14 20:36 | 2006-06-29 09:15 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | unable to reproduce | ||
| OS | All | ||||
| Fixed in Version | 5.1.0 | ||||
| Summary | 0000051: exception when reading an IGES file after having reading a STEP file | ||||
| Description | use 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 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |
|
Assigned To | pdn => sln |
| 2002-03-05 17:46 | bugmaster | Assigned To | sln => pdn |
| 2003-06-19 13:35 |
|
Assigned To | pdn => skl |
| 2003-06-19 15:02 |
|
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 |