bug-make
[Top][All Lists]
Advanced

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

[bug #59093] Segmentation fault regression in make 4.3 vs. 4.2.1


From: Paul D. Smith
Subject: [bug #59093] Segmentation fault regression in make 4.3 vs. 4.2.1
Date: Thu, 12 Nov 2020 17:08:18 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36

Follow-up Comment #7, bug #59093 (project make):

I don't like the idea of adding new variables to control stack limit sizes. 
That's just too esoteric for anyone who just wants to run  make to deal with. 
This should be invisible to users.

Given that the situation you have is not actually a large recursion of
functions, I looked at the implementation of filter/filter-out and it's just a
stupid implementation which is probably slow as well.

I've added a new patch that rewrites this to be smarter and not use lots of
stack.  Please remove the previous patches that try to reset the stack size,
and apply SV-59093-1.patch and see if that fixes your problem.

(file #50264)
    _______________________________________________________

Additional Item Attachment:

File name: SV-59093-1.patch               Size:6 KB
    <https://file.savannah.gnu.org/file/SV-59093-1.patch?file_id=50264>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59093>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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