> Am 20.06.2025 um 08:16 schrieb Paul Eggert <egg...@cs.ucla.edu>: > > On 2025-06-19 11:27, Peter Dyballa wrote: >> I never learned to use this, so I'm still on the old way underway – and >> think that this might make the difference: >> diffutils-3.10/src/context.c:#include "c-ctype.h" >> vs. >> diffutils-3.12/src/context.c:#include <c-ctype.h> >> None of my Macs has this C header file, > > They're not supposed to. It comes with the diffutils source.
Correct! Therefore I thought "c-ctype.h" should be included. But it does not change anything, same failure. Since debugging does not seem to point me to the cause I am going to examine the programme flow. Context and unified diff are causing the crashes, so something in the print_context_header() branch of function calls must be faulty… -- Greetings Pete Who the fsck is "General Failure" and why is he reading my disk?