Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] gdb debugging

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] gdb debugging


Chronological Thread 
  • From: Marco Aurelio Sterpa <>
  • To:
  • Subject: Re: [cgal-discuss] gdb debugging
  • Date: Wed, 14 Oct 2009 14:58:54 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pOtho98H1Dz8c9ltZH50W2E7gBPWdx6W/GipRsNv74C41TKCp499ca7kSDWOHn1cQQ ui9mcUU6EZp7b1Sipk59mPSR3uPhHoBW3QjcElkKDMPfxzLBweQeR8qIp7b5YysQd0es UmfeE4coQ5gZEg8ErMn3Nf2AYmKFCMth/AW/I=

Sorry I didn't read that page, anyway I'm using CGAL 3.5 installed with cmake on Ubuntu 8.04 with kernel 2.6.24-24-generic; the compiler version is gcc version 4.2.4. I got a "floating point exception" with this line:

while(Q2.top().point().x() <= x_u && !Q2.empty())

where NT x_u = -1/v_ij.x();

and v_ij is a Point_2 object given by the intersection of two lines. I hope this informations are enough to get into the problem. Thanks in advance, best regards.

2009/10/14 Laurent Rineau (GeometryFactory) <>
On Wednesday 14 October 2009 14:20:01 Marco Aurelio Sterpa wrote:
> I just got confused with another library I'm using. The matter still
>  remains do you know how to solve it?

It depends if you are using CGAL-3.5 (or CGAL-3.4), or a previous release of
CGAL.

Can you please give us some extra information:
   * the CGAL version that is used,
   * which operating system, and compiler,
   * information about how CGAL was installed on your system (using CMake, I
guess, but was it with quite-default options?).

Everybody on that mailing list should know http://www.cgal.org/bug_report.html
by heart! :-)

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page