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

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

[Octave-bug-tracker] [bug #34595] "print command" and zombie processes


From: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #34595] "print command" and zombie processes
Date: Wed, 19 Oct 2011 02:16:31 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2

URL:
  <http://savannah.gnu.org/bugs/?34595>

                 Summary: "print command" and zombie processes
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2011年10月19日 02時16分30秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKAGO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In fltk backend(not gnuplot backend), the "print" command generates a zombie
process.
>> plot(1:100);
>> print -depsc2 test.eps

To clear the zombie process, it needs to call the "waidpid" command manually,
like this.

>> waitpid(0)     

Is this a bug? 






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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