ywkaras commented on issue #11269: URL: https://github.com/apache/trafficserver/issues/11269#issuecomment-2067161144
It looks like that variable is getting defined in 3 core plugins as well as the core executable: ``` wkaras ~/TSX/TS O$ nm -C -A $(find . -name traffic_server -o -name \*.so ) | grep ' [^U] DbgCtl::_config_mode' ./bin/traffic_server:00000000010793c8 B DbgCtl::_config_mode ./libexec/trafficserver/s3_auth.so:0000000000080090 B DbgCtl::_config_mode ./libexec/trafficserver/access_control.so:0000000000071788 B DbgCtl::_config_mode ./libexec/trafficserver/maxmind_acl.so:00000000000c4498 B DbgCtl::_config_mode wkaras ~/TSX/TS O$ nm -C -A $(find . -name traffic_server -o -name \*.so ) | grep ' U DbgCtl::_config_mode' | head ./lib/libtscppapi.so: U DbgCtl::_config_mode ./libexec/trafficserver/authproxy.so: U DbgCtl::_config_mode ./libexec/trafficserver/background_fetch.so: U DbgCtl::_config_mode ./libexec/trafficserver/cache_promote.so: U DbgCtl::_config_mode ./libexec/trafficserver/cache_range_requests.so: U DbgCtl::_config_mode ./libexec/trafficserver/cachekey.so: U DbgCtl::_config_mode ./libexec/trafficserver/certifier.so: U DbgCtl::_config_mode ./libexec/trafficserver/compress.so: U DbgCtl::_config_mode ./libexec/trafficserver/conf_remap.so: U DbgCtl::_config_mode ./libexec/trafficserver/escalate.so: U DbgCtl::_config_mode wkaras ~/TSX/TS O$ ``` Can you give more details of the context in which you saw this error? -- 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]
