[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-14 Thread Rasmus Andersen
Follow-up Comment #5, bug #20033 (project make): Thanks, that works for me and mine. Cheers, Rasmus ___ Reply to this item at: ___ Message sent via/

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-13 Thread Paul D. Smith
Update of bug #20033 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-13 Thread Paul D. Smith
Follow-up Comment #3, bug #20033 (project make): I can reproduce this as well and the fix seems simple enough. The thing that's concerning me is WHY does it only happen with parallel makes? There must be something non-obvious happening here because it doesn't seem to me like parallelism should

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-01 Thread Martin Dorey
Follow-up Comment #2, bug #20033 (project make): (I can reproduce a crash with that example.) ___ Reply to this item at: ___ Message sent via/by Savan

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-01 Thread anonymous
Follow-up Comment #1, bug #20033 (project make): Hi, its me again. Find below a trivial makefile to recreate this. run 'make setup && make -j2' to get a segfault. Cheers, Rasmus A := $(wildcard *.a) .PHONY: all all: $(A:.a=.b) .PHONY: clean clean: rm -f $(A) .PHONY: setup setup:

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-01 Thread anonymous
URL: Summary: parallel (-j2) make with $(eval) construct segfaults Project: make Submitted by: None Submitted on: Friday 06/01/2007 at 10:48 UTC Severity: 3 - Normal Ite