View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013100 | Open CASCADE | OCCT:Visualization | public | 2006-07-31 19:05 | 2012-01-13 18:13 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.1.1 | ||||
Summary | 0013100: Crash in MeshVS with large meshes | ||||
Description | Application (OMF sample) crashes during NASTRAN file import. The file used: \\aquarex\nnt_03\RINA\Data\Mod291K_V90.dat. The problem is in ros/src/MeshVS/MeshVS_TwoNodes.cxx, in method Hash(). When the node IDs are big enough, their multiplication can overflow the result and return a negative hash code. For the solution, I suggest to use the sum of IDs rather than their product. | ||||
Additional information and documentation updates | Documentation remark, added by ABV 2006-09-29 18:24:57: Improvements: Bug causing exception in MeshVS component (when displaying mesh with nodes having big values of ID) has been fixed | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-07-31 19:06 |
|
BugsThisDependsOn | => 9832 |
2006-08-01 09:58 | bugmaster | Assigned To | bugmaster => abv |
2006-08-01 09:58 | bugmaster | Status | new => assigned |
2006-08-01 10:29 | bugmaster | CC | => mkv |
2006-08-02 17:56 |
|
Status | assigned => resolved |
2006-08-07 14:35 | bugmaster | Status | resolved => verified |
2006-10-27 17:05 | bugmaster | Status | verified => closed |
2006-10-27 17:05 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:24 | bugmaster | Category | OCCT:VIZ => OCCT:Visualization |
2012-01-13 18:13 |
|
Description Updated | |
2012-01-13 18:13 |
|
Additional Information Updated |