diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-09 23:55:44 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-09 23:55:44 (GMT) |
commit | 01c62e9c00e042aa88b645578d38424a64cda80b (patch) | |
tree | ee61be4377fd928d89af0c3d9aed018b8c4f741c | |
parent | c6da13a7750af70c367ad1c28b0259ba81291831 (diff) |
Separate section for crash bugs
git-svn-id: http://svn.clifford.at/openscad/trunk@423 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index a71f12f..50b10dc 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -2,13 +2,16 @@ BUGS ---- o Some invalid DXF data gets pass the import checks and breaks the tessing code -o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults o Tesselation via GLU sometimes produces strange results o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge) -o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered -o Compile CGAL while animating causes crash - we should prob. stop the animation timer o cylinder(); -> WARNING: Ignoring unkown variable 'r'. +CRASH BUGS +---------- +o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults +o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered +o Negative array indices causes crash: v=[0,1,2]; a=v[-1]; + USER INTERFACE -------------- o Preferences |