bug-make
[Top][All Lists]
Advanced

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

[bug #33125] make fails building android build environment due to memory


From: Matthias Hopf
Subject: [bug #33125] make fails building android build environment due to memory corruption
Date: Mon, 02 May 2011 10:09:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #5, bug #33125 (project make):

Find the captured string attached (excerpt of a debug output). If you analyze
it in a hex dumper, you'll see a number of LF / space combinations.

Because the splitting function does not split at LFs, it creates a number of
single LF tokens split by spaces (which were skipped together as whitespace in
the counting routine).

(file #23336)
    _______________________________________________________

Additional Item Attachment:

File name: make.dump                      Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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