> 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.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to