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/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make