Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Combinatorial maps: assertion error: this->mmap->is_marked

Subject: CGAL users discussion list

List archive

[cgal-discuss] Combinatorial maps: assertion error: this->mmap->is_marked


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Combinatorial maps: assertion error: this->mmap->is_marked
  • Date: Wed, 29 Jul 2015 01:21:47 -0700 (PDT)

Hi,

I am getting following assertion error related with Combinatorial maps while
iterating over all 2-cells of a 3-cell using
One_dart_per_incident_cell_range<2, 3>:

*terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: this->mmap->is_marked((*this), mmark_number)
File: /usr/local/include/CGAL/Combinatorial_map_iterators_base.h
Line: 258
Aborted (core dumped)*

Using gdb I figured out that this assertion is coming from here
<https://github.com/pranavkantgaur/CDTGenerator/blob/TDD/src/cdtGen.cpp#L1758>

in my code. Unfortunately, it is coming at certain iteration of for loop due
to which I am not getting any idea on how to write minimal code
demonstrating this problem.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Combinatorial-maps-assertion-error-this-mmap-is-marked-tp4661029.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Combinatorial maps: assertion error: this->mmap->is_marked, Pranav, 07/29/2015

Archive powered by MHonArc 2.6.18.

Top of Page