bug-make
[Top][All Lists]
Advanced

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

[bug #24588] $$(eval) with SECONDEXPANSION causes segmentation faults


From: Lars S. Jessen
Subject: [bug #24588] $$(eval) with SECONDEXPANSION causes segmentation faults
Date: Fri, 17 Oct 2008 08:53:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3

URL:
  <http://savannah.gnu.org/bugs/?24588>

                 Summary: $$(eval) with SECONDEXPANSION causes segmentation
faults
                 Project: make
            Submitted by: ljessen
            Submitted on: Fri 17 Oct 2008 08:53:14 AM GMT
                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: Any
           Fixed Release: None

    _______________________________________________________

Details:

$$(eval) with SECONDEXPANSION enabled causes make to crash with a
segmentation fault.

The following, very simple, makefile reproduces the crash:

$ cat Makefile 
.SECONDEXPANSION:

all : $$(eval $$(info test))

$ make
test
Segmentation fault





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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