CONFD Crash generated

Hi Team

We are using confd version 8.0 and saw below crash once while schema upgrade(MAAPI_PERFORM_UPGRADE) was triggered.

Any pointers why the crash happened ? Please let me know if additional logs are needed.

=CRASH REPORT==== 25-Mar-2025::23:09:34.756021 ===
   crasher:
     initial call: cs_usess:'-handle_info/2-fun-0-'/0
   pid: <0.420.0>
     registered_name: []
     exception exit: {{noproc,
                       {gen_server,call,
                     [cs_vtab,
                         {mk_tabs,
                          [{fxs_header,fxs_header,
                           'http://affirmednetworks.com/ns/yang/affirmed',
                            'http://affirmednetworks.com/ns/yang/affirmed',cs,
                            all,"AFFIRMED",2120575833,[],
                            <<201,3,37,77,182,5,18,10,237,79,63,168,225,145,112,
                              16>>,
                            278,undefined,undefined,[],
                            {yang_header,'1',undefined,[],[],<<"affirmed">>,0,
                             []},
                            [],
                            {0,0},
                            <<166,209,155,38,27,80,4,101,126,76,125,101,189,141,
                              114,193>>,
                            [],
                            [{<<1>>,<<0,0,16,12>>}],
                            [],'http://affirmednetworks.com/ns/yang/affirmed',
                           [{{'http://affirmednetworks.com/ns/yang/affirmed',
                               affirmed,undefined},
                              #{'http://affirmednetworks.com/ns/yang/affirmed' =>
                                "AFFIRMED",
                                'http://tail-f.com/yang/common' => "tailf"}}]},
                           {fxs_header,fxs_header,
                            'http://affirmednetworks.com/ns/yang/bgpmgr',
                            'http://affirmednetworks.com/ns/yang/bgpmgr',cs,
                            all,"BGP",892816140,[],
                            <<22,81,213,165,87,22,100,112,175,56,95,138,109,196,
                              139,92>>,
                            310,undefined,undefined,[],
                            {yang_header,'1',<<"2019-05-25">>,[],[],
                             <<"bgpmgr">>,1,[]},
                            [],
                            {1,0},
                            <<"|¨rÿ“&@:¡򠥋D">>,[],
                            [{<<1>>,<<0,0,4,193>>}],
                            [],'http://affirmednetworks.com/ns/yang/bgpmgr',
                            [{{'http://affirmednetworks.com/ns/yang/bgpmgr',
                               bgpmgr,<<"2019-05-25">>},
                              #{'http://affirmednetworks.com/ns/yang/bgpmgr' =>
                                "BGP",
                                'http://tail-f.com/yang/common' => "tailf",
                                'urn:ietf:params:xml:ns:yang:ietf-inet-types' =>
                                 "inet"}}]},
                           {fxs_header,fxs_header,
                            'http://affirmednetworks.com/ns/yang/cna-cfgmgr',
                            'http://affirmednetworks.com/ns/yang/cna-cfgmgr',
                            cs,all,"cna-cfgmgr",1229520082,
                            ['urn:ietf:params:xml:ns:yang:ietf-yang-types'],
                           <<83,174,200,91,205,131,45,102,83,217,171,166,174,
                              11,66,196>>,
                            374,undefined,undefined,[],
                            {yang_header,'1',<<"2018-07-24">>,[],[],
                             <<"cna-cfgmgr">>,1,[]},
                           [],
                            {4,1},
                            <<180,34,204,37,204,37,252,167,164,127,189,3,133,
                              210,227,14>>,
                            [],
                            [{<<1>>,<<0,0,11,121>>}],
                            [],
                            'http://affirmednetworks.com/ns/yang/cna-cfgmgr',
                            [{{'http://affirmednetworks.com/ns/yang/cna-cfgmgr',
                               'cna-cfgmgr',<<"2018-07-24">>},

Hi,
What specific 8.0 release are your running on and can you post the specific yangs that we see in the crash report?

BR/
Scott

Thanks @sbarvick

I see this when I run confd --version, does this mean this is 8.0 and there is no patch on top of this. In other branches of code where confd is higher I do see that this command outputs 8.0.14. So, I am certain that the issue is reported on confd 8.0.

[root@pod-cfgmgr-7b89f68c86-mqcvt /]# confd --version
8.0

Please find the YANG details here

module bgpmgr
{

    namespace "http://affirmednetworks.com/ns/yang/bgpmgr";
    prefix BGP;

    import tailf-common
    {
        prefix tailf;
    }

    import ietf-inet-types
    {
        prefix inet;
    }


    organization "Affirmed Networks";

    description
        "The module for BgpMgr.";

    revision 2019-05-25 {
        description "CNA BGP MGR Service 1.1.4";
    }

    // Top-level container for RIB Service
    container bgpmgr
    {
        tailf:info "BGP Mgr Service configuration";
    } // bgpmgr
} // module bgpmgr

Yes, that is the first release of 8.0. Is this crash happening all the time? There is not a lot to go on and it is a quite old release. Do you see the issue when running 8.0.14?