octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32319] printing sometimes fails with error "g


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32319] printing sometimes fails with error "gl2ps-renderer: fdopen failed"
Date: Sat, 12 Feb 2011 06:31:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #14, bug #32319 (project octave):

That is a misuse of waitpid in the __fltk_print__ function.  The waitpid
function waits for subprocesses given a process ID.  But in this context PID
is a file ID that refers to a pipe that is open for writing, not a process ID.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32319>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]