Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp


Chronological Thread 
  • From: "J. Scheurich" <>
  • To:
  • Subject: Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp
  • Date: Tue, 19 Jun 2018 23:22:33 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:xH01aROGzPlGmAruNX8l6mtUPXoX/o7sNwtQ0KIMzox0Lf/8rarrMEGX3/hxlliBBdydt6oZzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlIiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkaOT437mHZhM9+gq1Vrx2upQBwzYHPbYGJNvdzZL/Rcc8USGdBWMtaSixPApm7b4sKF+cNM+JWo5PgrFUTsRS+BRejBP71yj9JmnD23aM22PkmHAHDwQwgEc4OsHXJoNnoL6oTX/66w7LSwTrecfxbwDHw45XGfBAmpPGDR7NwcczJxEkoCgPFlE2QqZbiPzOXyOsCr3Sb4/BnVeK1hG4qrRx6rDu3xso0lIXFm4AYxkrG+Cln2oo5ONm1RFBhbdOmE5ZcryWXOotsTs88X21luzw2xqMJtJO4ZiQG1Yoryh7ZZveaaYaH+AjjW/yUITpghHJqZra/hxGq/Eilze38S9W03ExEryVbidbArG0C2ALL5siGTPty4Fuh1C6R2wzO6OxIO0I5mbTBJ5I8xrM8iIAfvEbAEyPunUX5lq6WdkEq+uiy7OTnZ63rppqBN496lgH+M7kiltGkDOU2LAcBRHKX9vmi27H75032XK1KjuEqkqneqJ3VOcsbqbS9AwNMz4kj6g2/ACu70NQDhnkKN0lFeRKCj4jxIV7COvH4DfGlg1Stijhn3f7GPqeySqnKe3PMmbOkcbdm4FNH0yIyy8pe7tRaEOIvOvX2DwXT8pTjBR80Lha1yOatQIF4y40CWDvWKrCUOuXevAnbtaoUP+CQadpN637GIP8/6qu21C5rqRomZaCsmKAvRjW9F/ViLV+eZCq+ndoLV2sH7FNnEL7azWaaWDsWXE6cGrom72FpF4+sS4vOFNj03e6xmRyjF5gTXVhoT1CBFXCxLNeBXOoQLj2fKIltn25cWA==

If you have this error message it means that you are trying to access
the property of an element that is outside of the range of simplices.
Are you sure you did not modify the example in the manual?

> I did not modified the example, but i found out it runs on
> Ubuntu 16.04 Linux.
> I also get a internal error in gdb while getting this exception,
> maybe a error in gcc/g++ in fedora 28 ?

I found out:

Linux | runs Surface_m...cpp without problems | realthing
----------------+---------------------------------------+----------
Fedora 28 | O | O
----------------+---------------------------------------+----------
Arch Linux | X | O
----------------+---------------------------------------+----------
Ubuntu 16-04 | X | X
----------------+---------------------------------------+----------
OpenSuse 42.3 | X | X
----------------+---------------------------------------+----------
Debian strech | X | O

Realthing is the target csg in white_dune 0.99rc994

ftp://ftp.ourproject.org/pub/wdune/wdune-0.99rc994.tar.bz2

to make csg, use e.g.

$ dune -english

create -> Grouping node -> group
create -> Shape -> Sphere
click to group
create -> Shape -> cone
Convert -> Convert To IndexedFaceSet
click to Sphere
Convert -> Convert To IndexedFaceSet
Click to group
(IndexedFace)Set -> Boolean Operations -> Union

In case of realthing X this works, otherwise i get the
Exception of the fedora28 failure 8-(

So i think, the code is correct, but there is something
in (newer ?) CGAL, that causes the exception.

so long
MUFTI







Archive powered by MHonArc 2.6.18.

Top of Page