View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020627 | Open CASCADE | OCCT:Mesh | public | 2008-11-11 08:30 | 2013-12-12 11:13 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.3.1 | ||||
Summary | 0020627: Memory leaks in BRepMesh | ||||
Description | Please test the following sample: for(int i=0;i<10000;i++) { BRepBuilderAPI_MakePolygon w(gp_Pnt(0,0,0),gp_Pnt(0,100,0),gp_Pnt(20,100,0),gp_Pnt(20,0,0)); w.Close(); TopoDS_Wire wireShape( w.Wire()); BRepBuilderAPI_MakeFace faceBuilder(wireShape); TopoDS_Face f( faceBuilder.Face()); BRepMesh_IncrementalMesh im(f,1); BRepTools::Clean(f); } | ||||
Additional information and documentation updates | Documentation remark, added by EPA 2009-06-16 12:33:38: Changes: Memory leack in triangulator for classifier is fixed. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0021142 | feedback | Memory leaks using standard OCCT samples |
2008-11-14 12:32
|
epaOCC20647.tar.gz (57,355 bytes) |
|
Fix on memory leaks. Please include the test command in QA process (to estimate the memory of process before and after). |
2009-02-13 17:23
|
OCC20846-OCC20627.tar.gz (51,147 bytes) |
2009-06-04 17:08
|
OCC20627-draw-command.tar.gz (62,696 bytes) |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-11-11 08:30 |
|
CC | => epa, msv, abv |
2008-11-12 15:38 | bugmaster | Assigned To | bugmaster => epa |
2008-11-12 15:38 | bugmaster | Status | new => assigned |
2008-11-14 14:34 |
|
Status | assigned => resolved |
2009-02-13 19:01 |
|
Status | resolved => tested |
2009-02-13 19:25 | bugmaster | Status | tested => verified |
2009-06-24 19:39 | bugmaster | Status | verified => closed |
2009-06-24 19:39 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:30 | bugmaster | Category | OCCT:SHG => OCCT:Shape Healing |
2012-01-11 16:11 |
|
Description Updated | |
2012-01-11 16:11 |
|
Additional Information Updated | |
2012-11-09 10:19 |
|
Category | OCCT:Shape Healing => OCCT:Mesh |
2013-12-12 11:13 |
|
Relationship added | related to 0021142 |