bug-make
[Top][All Lists]
Advanced

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

[bug #22379] Segmentation fault with wildcard archive rule


From: anonymous
Subject: [bug #22379] Segmentation fault with wildcard archive rule
Date: Thu, 21 Feb 2008 18:42:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12

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/





reply via email to

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