Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1386809

Summary: re-exec'ed make runs recipes with maximum RLIMIT_STACK, please apply upstream fix
Product: [Fedora] Fedora Reporter: Stephan Bergmann <sbergman>
Component: makeAssignee: Patsy Griffin <pfrankli>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: me, pfrankli
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: make-4.1-6.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-13 23:50:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephan Bergmann 2016-10-19 16:25:40 UTC
> $ ulimit -Ss
> 8192
> 
> $ ulimit -Hs
> unlimited
> 
> $ cat Makefile
> .PHONY: all restart
> 
> all:
> 	ulimit -s
> 
> ifeq ($(MAKE_RESTARTS),)
> Makefile: restart
> 	touch $@
> endif
> 
> $ make
> touch Makefile
> ulimit -s
> unlimited

(This plagues me in LibreOffice development, where make routinely restarts that way, some recipe calls gdb to generate a core backtrace, and gdb runs into infinite recursion on main thread due to <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61460#c1> "Demangler crash (GDB PR 17043)", causing its stack to grow beyond limit and the machine to crawl to a halt.)

There is a fix upstream, <http://git.savannah.gnu.org/cgit/make.git/commit/?id=a3d8c086d54c112fecfa2b9026a32a14f741f5f5> "* main.c (main): [SV 48009] Reset stack limit for make re-exec.", would be great if that could be backported to F24.

Comment 1 Fedora Update System 2017-02-17 02:35:42 UTC
make-4.1-6.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-25dba3501a

Comment 2 Fedora Update System 2017-04-13 23:50:38 UTC
make-4.1-6.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.