POV-Ray : Newsgroups : povray.general : HELP. povray 3.7 coredump after install : Re: HELP. povray 3.7 coredump after install Server Time
6 Oct 2024 09:16:00 EDT (-0400)
  Re: HELP. povray 3.7 coredump after install  
From: clipka
Date: 15 Jan 2014 08:06:40
Message: <52d687e0@news.povray.org>
Am 15.01.2014 13:10, schrieb zhao:

> Program received signal SIGILL, Illegal instruction.
> hashed_index () at /usr/include/boost/multi_index/hashed_index.hpp:611
> 611     calculate_max_load();
> Missing separate debuginfos, use: debuginfo-install
> boost-thread-1.41.0-17.el6_4.x86_64 glibc-2.12-1.107.el6.x86_64
> libgcc-4.4.7-3.el6.x86_64 libjpeg-turbo-1.2.1-1.el6.x86_64
> libpng-1.2.49-1.el6_2.x86_64 libstdc++-4.4.7-3.el6.x86_64
> libtiff-3.9.4-9.el6_3.x86_64 zlib-1.2.3-29.el6.x86_64
> (gdb) bt
> #0  hashed_index () at /usr/include/boost/multi_index/hashed_index.hpp:611
> #1  multi_index_container () at /usr/include/boost/multi_index_container.hpp:193
> #2  hashed_factory_class () at
> /usr/include/boost/flyweight/hashed_factory.hpp:38
> #3  holder_arg () at /usr/include/boost/flyweight/detail/flyweight_core.hpp:158
> #4  get () at /usr/include/boost/flyweight/static_holder.hpp:33
> #5  init () at /usr/include/boost/flyweight/detail/flyweight_core.hpp:111
> #6  __static_initialization_and_destruction_0 ()
>      at /usr/include/boost/flyweight/detail/flyweight_core.hpp:215
> #7  global constructors keyed to _ZN3pov18SubsurfaceInteriorC2Ed() ()
>      at backend/lighting/subsurface.cpp:114

The last line indicates to me that you're trying to render a scene with 
SSLT.

Note that the SSLT feature is still highly experimental, with known 
bugs. I suspect that your SSLT texture has a pigment with some zero 
colour component, a situation SSLT can't deal with. That would be 
consistent with what you see.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.