From 01c62e9c00e042aa88b645578d38424a64cda80b Mon Sep 17 00:00:00 2001 From: kintel Date: Tue, 9 Feb 2010 23:55:44 +0000 Subject: [PATCH] Separate section for crash bugs git-svn-id: http://svn.clifford.at/openscad/trunk@423 b57f626f-c46c-0410-a088-ec61d464b74c --- doc/TODO.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/TODO.txt b/doc/TODO.txt index a71f12fb..50b10dc4 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