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

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

[Octave-bug-tracker] [bug #40230] Memory leak in putenv


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #40230] Memory leak in putenv
Date: Thu, 10 Oct 2013 18:36:42 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #3, bug #40230 (project octave):

For the record, this remaining strange behavior is probably due to exec()
failing in a documented way because of the size of the environment. Octave
could attempt to put a cap on the total size of the environment, but I'd call
that one out of scope.

For comparison, here's a bash command line that gives the error that you're
probably seeing with the pager:


$ foo=`printf "%0*d" $((8*1024*1024)) 0` /bin/true
bash: /bin/true: Argument list too long


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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