Crash when importing tritetmesh.trimesh
Bug #513902 reported by
Garth Wells
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TriTetMesh |
Fix Committed
|
High
|
Johan Hake |
Bug Description
When I have
from tritetmesh.tetmesh import *
or
from tritetmesh.trimesh import *
I get the below crash message. I have the development version of DOLFIN.
terminate called after throwing an instance of 'CGAL::
what(): CGAL ERROR: assertion violation!
Expr: -CGAL_IA_MUL(-1.1, 10.1) != CGAL_IA_MUL(1.1, 10.1)
File: /home/garth/
Line: 158
Explanation: Wrong rounding: did you forget the -frounding-math option if you use GCC?
[gnw20pc:19113] *** Process received signal ***
[gnw20pc:19113] Signal: Aborted (6)
[gnw20pc:19113] Signal code: (-6)
Changed in tritetmesh: | |
assignee: | nobody → Johan Hake (johan-hake) |
importance: | Undecided → High |
To post a comment you must log in.
On Thursday 28 January 2010 10:06:14 Garth Wells wrote: Assertion_ exception' local/include/ CGAL/Interval_ nt.h
> Public bug reported:
>
> When I have
>
> from tritetmesh.tetmesh import *
>
> or
>
> from tritetmesh.trimesh import *
>
> I get the below crash message. I have the development version of DOLFIN.
>
> terminate called after throwing an instance of 'CGAL::
> what(): CGAL ERROR: assertion violation!
> Expr: -CGAL_IA_MUL(-1.1, 10.1) != CGAL_IA_MUL(1.1, 10.1)
> File: /home/garth/
> Line: 158
> Explanation: Wrong rounding: did you forget the -frounding-math option if
> you use GCC? [gnw20pc:19113] *** Process received signal ***
> [gnw20pc:19113] Signal: Aborted (6)
> [gnw20pc:19113] Signal code: (-6)
Everything works fine here, but then I compiled cgal using -frounding-math.
Does cgal only complains when dragged in from dolfin through tritetmesh? Does
it not complain when you just import dolfin?
Johan