URL:
<http://savannah.gnu.org/bugs/?22379>
Summary: Segmentation fault with wildcard archive rule
Project: make
Submitted by: None
Submitted on: jeudi 21.02.2008 à 18:42 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 3.81
Operating System: POSIX-Based
Fixed Release: None
_______________________________________________________
Details:
Here is a small make file that exhibit some sort of a memory corruption
leading to the crash
I use plain vanilla debian etch with libc6 2.3.6.
Just run the attached make file twice to trigger the bug
----------------------------------------------------------------
.PHONY: all
all: bug.crash
%.bug(*.txt) :
@echo whatever > x1.txt
@echo whatever > x2.txt
ar Srv bug.bug x1.txt x2.txt
rm -rf x1.txt x2.txt
%.crash : %.bug(*.txt)
@echo CRASH condition ready, just re-run
---------------------------------------------------------------
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22379>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make