bug-make
[Top][All Lists]
Advanced

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

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


From: Edward Welbourne
Subject: Re: [bug #45275] 4.0+ core dumps with long .PHONY targets via variables
Date: Tue, 09 Jun 2015 09:03:11 +0000

> 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 to pursue is a buffer over-run in processing
of the .PHONY directive.

        Eddy.



reply via email to

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