[bug #45275] 4.0+ core dumps with long .PHONY targets via variables

2015-07-12 Thread Paul D. Smith
Update of bug #45275 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

Re: [bug #45275] 4.0+ core dumps with long .PHONY targets via variables

2015-06-09 Thread Edward Welbourne
4. Running under gdb I was able to get a stack trace showing the eventual seg fault occurring in xcalloc(). The trace is below. This almost certainly means that, before this point, something over-ran the end of a memory buffer and trampled malloc's data structures. So the first line of enquiry

[bug #45275] 4.0+ core dumps with long .PHONY targets via variables

2015-06-08 Thread David Boyce
Follow-up Comment #1, bug #45275 (project make): Sorry, ignore the via variables in the title string. ___ Reply to this item at: http://savannah.gnu.org/bugs/?45275 ___ Message sent via/by

[bug #45275] 4.0+ core dumps with long .PHONY targets via variables

2015-06-08 Thread David Boyce
URL: http://savannah.gnu.org/bugs/?45275 Summary: 4.0+ core dumps with long .PHONY targets via variables Project: make Submitted by: boyski Submitted on: Mon 08 Jun 2015 01:45:44 PM GMT Severity: 3 - Normal