Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error while profiling

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error while profiling


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Error while profiling
  • Date: Mon, 28 Mar 2011 12:17:39 +0200

Can you at least describe in which context it happened?
I mean is it while using directly the compact container or when using a cgal package ? If so which package?

S.

Panagiotis Foteinos wrote:
Hello.

I attempted to profile my code (built on top of CGAL) using GNU gprof, and I got the following error (after a long time...):

*********************************************************************************************************
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: DSC::type(m_ptr.p) == DSC::USED
File: /scratch/local/src/CGAL-3.7/include/CGAL/Compact_container.h
Line: 825
Explanation: Incrementing an invalid iterator.
Aborted
*********************************************************************************************************

Has anybody else encountered the same problem? Is this because the program runs out of memory? Any guesses?

Sadly, I cannot provide a minimal example. My sincere apologies.

Regards,
Panagiotis Foteinos




Archive powered by MHonArc 2.6.16.

Top of Page