vuori opened a new issue, #12488: URL: https://github.com/apache/trafficserver/issues/12488
We have been testing the Unix Domain Socket support in 10.1.0 and observe the following crash when the `background_fetch.so` plugin is enabled in `plugin.config`: ```Sep 09 11:51:48 able ats[3603262]: [Sep 9 11:51:48.706] [ET_NET 2] ERROR: [background_fetch] Unknown address family 1 Sep 09 11:51:48 able ats[3603262]: Fatal: /build/src/api/InkAPI.cc:5599: failed assertion `ats_is_unix(options->addr) || ats_is_ip(options->addr)` Sep 09 11:51:48 able ats[3603262]: traffic_server: received signal 6 (Aborted) Sep 09 11:51:48 able ats[3603262]: traffic_server - STACK TRACE: Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7fee2657b050] Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(+0x8aeec)[0x7fee265c9eec] Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x12)[0x7fee2657afb2] Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7fee26565472] Sep 09 11:51:48 able ats[3603262]: traffic_server(+0x19d7bb)[0x556430ea47bb] Sep 09 11:51:48 able ats[3603262]: traffic_server(+0x19afb5)[0x556430ea1fb5] Sep 09 11:51:48 able ats[3603262]: /usr/local/trafficserver/lib/libtsapi.so(+0x35429)[0x7fee272df429] Sep 09 11:51:48 able ats[3603262]: /usr/local/trafficserver/lib/libtsapi.so(+0x41591)[0x7fee272eb591] Sep 09 11:51:48 able ats[3603262]: /usr/local/trafficserver/lib/libtsapi.so(_Z25TSHttpConnectWithPluginIdPK8sockaddrPKcl+0x3a)[0x7fee272eb5da] Sep 09 11:51:48 able ats[3603262]: /usr/local/trafficserver/libexec/trafficserver/background_fetch.so(+0xe7f7)[0x7fee2486b7f7] Sep 09 11:51:48 able ats[3603262]: traffic_server(_ZN15INKContInternal12handle_eventEiPv+0x94)[0x55643120c414] Sep 09 11:51:48 able ats[3603262]: traffic_server(_ZN7EThread13process_eventEP5Eventi+0x3b8)[0x5564311ca7e8] Sep 09 11:51:48 able ats[3603262]: traffic_server(_ZN7EThread13process_queueEP5QueueI5EventNS1_9Link_linkEEPiS5_+0x16e)[0x5564311cad0e] Sep 09 11:51:48 able ats[3603262]: traffic_server(_ZN7EThread15execute_regularEv+0x1aa)[0x5564311cb25a] Sep 09 11:51:48 able ats[3603262]: traffic_server(_ZN7EThread7executeEv+0x189)[0x5564311cbe59] Sep 09 11:51:48 able ats[3603262]: traffic_server(+0x4c1c82)[0x5564311c8c82] Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(+0x891f5)[0x7fee265c81f5] Sep 09 11:51:48 able ats[3603262]: /lib/x86_64-linux-gnu/libc.so.6(+0x10989c)[0x7fee2664889c]``` `records.yaml` has `server_ports: 8080:ipv6:ip-in=[::1]:proto=http2;http /sockets/ats.sock:pp`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
