Comment 4 for bug 1848227

Revision history for this message
Christian Boltz (cboltz) wrote :

Thanks!

I can reproduce the crash with latest master with your profile and an empty local/usr.sbin.cupsd file.

The problem is probably that

    #include <local/usr.sbin.cupsd>

is located _after_ the closing "}" of the cupsd profile (which is an error in the profile IMHO - I'd guess you broke it while removing the "third_party" child profile) - moving the local include above the "}" or commenting it out avoids the crash.

Nevertheless, even if this line is located at a "wrong" place, it shouldn't crash the aa-* tools ;-)

A simplified test profile that still triggers the crash is:

    /usr/sbin/cupsd {
    }
    #include <local/usr.sbin.cupsd>