diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-06-15 22:46:12 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-06-15 22:46:12 (GMT) |
commit | 0aee90946946191cf3a8d476f4c7c3dd7bd6265e (patch) | |
tree | cf80c54700382c6985eff16bd8709cf8eb7f4e08 /testdata/scad/polyset-reduce-crash.txt | |
parent | 04b5f3b96bb9715bce05201c8f295149cc72f2f6 (diff) |
Added crash testcase for crash reported by Dan Zuras
git-svn-id: http://svn.clifford.at/openscad/trunk@559 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'testdata/scad/polyset-reduce-crash.txt')
-rw-r--r-- | testdata/scad/polyset-reduce-crash.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/polyset-reduce-crash.txt b/testdata/scad/polyset-reduce-crash.txt new file mode 100644 index 0000000..bc9e8d5 --- /dev/null +++ b/testdata/scad/polyset-reduce-crash.txt @@ -0,0 +1,4 @@ +This testcase causes a crash in PolySet::PolyReducer::add_edges(). +It appears to be because we collapse two close vertices into the same +vertex. This is handled by just abort()'ing. + |