Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] openscad crashes while rendering

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] openscad crashes while rendering


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] openscad crashes while rendering
  • Date: Sun, 13 Oct 2013 16:38:39 +0200

Hi,

On 10/13/2013 04:46 AM, GordieGii wrote:
> Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l
> GNU/Linux
>
> Raspbian GNU/Linux 7 \n \l
>
> ii libcgal9 4.0-5
>
> armhf C++ library for computational geometry
> ii openscad 2011.12-3
> armhf script file based graphical CAD environment

the strange thing is that there is no assertion at src/OGL_helper.h:517, there
is no even such a file. The only assertion about "object_list_" is in
include/CGAL/Nef_3/OGL_helper.h:482.

Assuming this is the assertion you are seeing: it is preceeded by
object_list_ = glGenLists(4)
So that means that glGenLists() fails.

You did not say what you did to produce the error. Did you compare with other
platforms (i386/amd64)? Does it happen there, too, or is it specific to the
Rasberry Pi?

Joachim




Archive powered by MHonArc 2.6.18.

Top of Page