I was trying to adapt a syntax file and i provided obviously a wrong syntax file, i launched kate, and it segfault Reproducible: Always Steps to Reproduce: 1. install a faulty syntax file 2. start kate Actual Results: segfault Expected Results: run :)
Created attachment 93886 [details] example of wrong syntax file
Recursive use of IncludeRules. We probably should have a guard against this...
We now use syntax-highlighting for that and it has a include/recursion guard for such cases.