POV-Ray : Newsgroups : povray.unix : Rendering several scenes from c++ program : Re: Rendering several scenes from c++ program Server Time
28 Jun 2024 21:40:57 EDT (-0400)
  Re: Rendering several scenes from c++ program  
From: Warp
Date: 30 Mar 2005 15:42:58
Message: <424b0f52@news.povray.org>
Cesar <ces### [at] terracombr> wrote:
> Possible Rendering Error: Got 1 SIGPIPE.

  The SIGPIPE signal is thrown when a process writes to a pipe but
there's no process reading it (ie. there's no process which has that
pipe open in read mode). This can only happen if the reader process
closes the pipe (or is killed or whatever) because the pipe cannot
be opened in write mode unless it's already opened in read mode by
something else.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

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