You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/08/07 19:17:18 UTC

[GitHub] [trafficserver] bryancall opened a new issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

bryancall opened a new issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094


   We are getting a crash in PluginFactory::indicatePostReload() and a recent merge from the Apache 9.0.x when we reload configs.
   
   ```
   (gdb) bt full
   #0  PluginFactory::indicatePostReload(bool) () at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:295
           inst = @0x1: <error reading variable>
           __for_range = @0x2ac3c912a0e0: {_head = 0x2ac3aa4760e0, _tail = 0x2ac3aa476180, _count = 13}
   Python Exception <class 'gdb.error'> There is no member or method named _M_bbegin.:
           pluginUsed = std::unordered_map with 1 elements
   #1  0x00000000005b6e48 in remap_parse_config(char const*, UrlRewrite*) () at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/RemapConfig.cc:1364
   (gdb) p _instList
   $24 = {_head = 0x2ac3aa4760e0, _tail = 0x2ac3aa476180, _count = 13}
   (gdb) p _instList->_head
   $25 = (ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst, &RemapPluginInst::_next, &RemapPluginInst::_prev> >::value_type *) 0x2ac3aa4760e0
   (gdb) p _instList->_head->_next
   $26 = (RemapPluginInst::self_type *) 0x1
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-670692273


   More info:
   
   ```
   (gdb) p (*_instList->_head)->_plugin
   $48 = (RemapPluginInfo &) @0x2ac4ffffffff: {<PluginDso> = {<PluginThreadContext> = {<RefCountObj> = {<ForceVFPTToTop> = {_vptr.ForceVFPTToTop = 0x6b6}, m_refcount = 0},
         static _tag = <error reading variable: No global symbol "PluginThreadContext::_tag".>}, _next = 0x2ac95961aa4000, _prev = 0x0, _configPath = {
         static preferred_separator = 47 '/', _path = <error reading variable: Cannot access memory at address 0xffffffffffffffe8>}, _effectivePath = {
         static preferred_separator = 47 '/', _path = <error reading variable: Cannot access memory at address 0xffffffffffffffe8>}, _runtimePath = {
         static preferred_separator = 47 '/', _path = <error reading variable: Cannot access memory at address 0xffffffffffffffe8>}, _dlh = 0xffffffffffffff00, _errorCode = {
         _M_value = 127, _M_cat = 0x2ac50000000000}, static _tag = <error reading variable: No global symbol "PluginDso::_tag".>, _mtime = 12043334749667328,
       _preventiveCleaning = false, static _plugins = {m_ptr = 0x2ac41e2fd0d0}, _instanceCount = {<ForceVFPTToTop> = {_vptr.ForceVFPTToTop = 0xffffffffffffff00},
         m_refcount = 127}}, dl_handle = 0x0, init_cb = 0x0, pre_config_reload_cb = 0x0, post_config_reload_cb = 0xffffffffffffff00, done_cb = 0x7f, new_instance_cb = 0x0,
     delete_instance_cb = 0x0, do_remap_cb = 0x0, os_response_cb = 0xffffffffffffff00, static _tag = <error reading variable: No global symbol "RemapPluginInfo::_tag".>,
     _tempContext = 0x7f}
   (gdb) p (*_instList->_tail)->_plugin
   $49 = (RemapPluginInfo &) @0x2ac41e307480: {<PluginDso> = {<PluginThreadContext> = {<RefCountObj> = {<ForceVFPTToTop> = {
             _vptr.ForceVFPTToTop = 0x79c6e0 <vtable for RemapPluginInfo+16>}, m_refcount = 274246},
         static _tag = <error reading variable: No global symbol "PluginThreadContext::_tag".>}, _next = 0x2ac41e308740, _prev = 0x2ac41e3073c0, _configPath = {
         static preferred_separator = 47 '/', _path = "header_rewrite.so"}, _effectivePath = {static preferred_separator = 47 '/',
         _path = "/opt/oath/trafficserver/9.0/libexec/trafficserver/header_rewrite.so"}, _runtimePath = {static preferred_separator = 47 '/',
         _path = "/home/y/var/run/trafficserver/b49d6279-5263-475e-87a0-ada98bb4cbbe/opt/oath/trafficserver/9.0/libexec/trafficserver/header_rewrite.so"},
       _dlh = 0x2ac41e2d6400, _errorCode = {_M_value = 0, _M_cat = 0x2ac3a6c5b8e8 <(anonymous namespace)::system_category_instance>},
       static _tag = <error reading variable: No global symbol "PluginDso::_tag".>, _mtime = 1595277283, _preventiveCleaning = true, static _plugins = {
         m_ptr = 0x2ac41e2fd0d0}, _instanceCount = {<ForceVFPTToTop> = {_vptr.ForceVFPTToTop = 0x79cbf0 <vtable for RefCountObj+16>}, m_refcount = 137123}}, dl_handle = 0x0,
     init_cb = 0x2ac3f842df20, pre_config_reload_cb = 0x0, post_config_reload_cb = 0x0, done_cb = 0x0, new_instance_cb = 0x2ac3f842fc60, delete_instance_cb = 0x2ac3f842dfc0,
     do_remap_cb = 0x2ac3f842e270, os_response_cb = 0x0, static _tag = <error reading variable: No global symbol "RemapPluginInfo::_tag".>, _tempContext = 0x0}
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall edited a comment on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall edited a comment on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-670778188


   We also saw this core during the configuration reload:
   ```
   #0  0x00000000005b92b8 in ink_atomic_increment<int, int> (count=-1, mem=0x2af90000006b)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   73	/sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h: No such file or directory.
   Missing separate debuginfos, use: debuginfo-install oath-trafficserver9.0-9.0.0.49-1.el7.x86_64
   (gdb) bt full
   #0  0x00000000005b92b8 in ink_atomic_increment<int, int> (count=-1, mem=0x2af90000006b)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   No locals.
   #1  refcount_dec (this=0x2af900000063)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   No locals.
   #2  PluginDso::decInstanceCount (this=0x2af900000003) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginDso.cc:277
           __FUNCTION__ = "decInstanceCount"
   #3  0x00000000005bbbfd in RemapPluginInst::done (this=0x2af9e4f901a0) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:65
   No locals.
   #4  0x00000000005bbf20 in operator() (__closure=<optimized out>, pluginInst=...) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:274
   No locals.
   #5  operator() (this=<optimized out>, v=<optimized out>)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:865
   No locals.
   #6  Intrusive_DList_Apply<ts::IntrusiveLinkage<RemapPluginInst>, ts::detail::Intrusive_DList_Apply(ts::IntrusiveDList<L>&, F&&) [with L = ts::IntrusiveLinkage<RemapPluginInst>; F = PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&]::<lambda(ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst> >::value_type*)>&> (f=..., list=...)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:876
           spot = {<ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst, &RemapPluginInst::_next, &RemapPluginInst::_prev> >::const_iterator> = {_list = <optimized out>,
               _v = 0x2af9e4f90220}, <No data fields>}
   #7  apply<ts::detail::Intrusive_DList_Apply(ts::IntrusiveDList<L>&, F&&) [with L = ts::IntrusiveLinkage<RemapPluginInst>; F = PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&]::<lambda(ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst> >::value_type*)> > (f=<optimized out>, this=0x2af9f9b080e0)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:887
   No locals.
   #8  Intrusive_DList_Apply<ts::IntrusiveLinkage<RemapPluginInst>, PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&> (f=..., list=...)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:865
   No locals.
   #9  apply<PluginFactory::deactivate()::<lambda(RemapPluginInst&)> > (f=<optimized out>, this=0x2af9f9b080e0)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:887
   No locals.
   #10 PluginFactory::deactivate (this=this@entry=0x2af9f9b080b8) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:274
           __FUNCTION__ = "deactivate"
   #11 0x00000000005c384a in UrlRewrite::~UrlRewrite (this=0x2af9f9b08000, __in_chrg=<optimized out>)
       at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/UrlRewrite.cc:116
   No locals.
   #12 0x00000000005c3929 in UrlRewrite::~UrlRewrite (this=0x2af9f9b08000, __in_chrg=<optimized out>)
       at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/UrlRewrite.cc:103
   No locals.
   #13 0x00000000006de659 in reloadUrlRewrite() () at ../../../../../_vcs/trafficserver9/proxy/ReverseProxy.cc:163
           msg_format = 0x7a7d33 "%s failed to load"
           newTable = 0x2af9f9b08000
           oldTable = <optimized out>
           __FUNCTION__ = "reloadUrlRewrite"
   (gdb) frame 3
   (gdb) p _instList
   $4 = {_head = 0x2af9e4f901c0, _tail = 0x2af9e4f90200, _count = 10}
   (gdb) p _instList->_head->_next->_next->_next
   $13 = (RemapPluginInst::self_type *) 0x2af9e4f90220
   (gdb) p _instList->_head->_next->_next->_next->_next
   $14 = (RemapPluginInst::self_type *) 0x0
   (gdb) p _instList->_tail->_prev->_prev->_prev->_prev->_prev->_prev->_prev->_prev->_prev->_prev
   $25 = (RemapPluginInst::self_type *) 0x42f44
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall edited a comment on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall edited a comment on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-670771347


   @gtenev We didn't see it in our earlier version.  Talking to @djcarlin we reloaded the configs many times with our earlier version.  He did reload configs yesterday with the new version, but today it didn't like it.  It took down about 100 of our 300 ATS 9 servers.  Here are the changes between the 2 versions we were running:
   ```
   *   a018aec37b - (HEAD, tag: 9.0.0_49) Merge pull request #297 from bcall/9.0.x_merge_2020_07_20 (3 weeks ago) <Susan Hinrichs>
   |\
   | *   6a3f4fc2e8 - (bcall/9.0.x_merge_2020_07_20, 9.0.x_merge_2020_07_20) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_merge_2020_07_20 (3 weeks ago) <Bryan Call>
   | |\
   |/ /
   | * 72ef9dc62b - Updates to thread scale factor (#7007) (3 weeks ago) <Bryan Call>
   | * 413223b6f4 - Fixed core when sending back a redirect and having an invalid server response (#7004) (3 weeks ago) <Bryan Call>
   * |   a25d8df913 - (tag: 9.0.0_48) Merge pull request #296 from bcall/9.0.x_2020_07_17 (3 weeks ago) <Susan Hinrichs>
   |\ \
   | * \   3a6e8c79ff - (bcall/9.0.x_2020_07_17, 9.0.x_2020_07_17) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_2020_07_17 (3 weeks ago) <Bryan Call>
   | |\ \
   | | |/
   | | * c428eddb34 - Fix volume/stripe calcs when using forced volumes (#6995) (3 weeks ago) <Gancho Tenev>
   | | * 7fe8d6f5e9 - Updated ChangeLog (3 weeks ago) <Leif Hedstrom>
   * | |   6a36977347 - Merge pull request #293 from feid/9.0.x-fix_revert (3 weeks ago) <Susan Hinrichs>
   |\ \ \
   | |/ /
   |/| |
   | * | febd935295 - doc + unittest TSRemap(Init|NewInstance) failures (3 weeks ago) <Gancho Tenev>
   * | |   6ed66e9715 - Merge pull request #290 from shinrich/merge-with-asf9.0.x (3 weeks ago) <Susan Hinrichs>
   |\ \ \
   | |/ /
   |/| |
   | * |   764bf5b9b4 - (susan/merge-with-asf9.0.x) Merge remote-tracking branch 'asf/9.0.x' into HEAD (3 weeks ago) <Susan Hinrichs>
   | |\ \
   | | |/
   | | * c66c3a3ad0 - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 72d041cd31 - Improve client_vc tracking (#6889) (4 weeks ago) <Susan Hinrichs>
   | | * 9f89bc1166 - Open UDP ports on traffic_manager if ports are configured for QUIC (#6808) (4 weeks ago) <Masakazu Kitajo>
   | | * bcfbd0c55e - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 7178fa44cc - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 54b980fd6d - Adds null check (#6994) (4 weeks ago) <Randall Meyer>
   | | * 527de3bc99 - Fix memory leak in header_rewrite (#6986) (4 weeks ago) <Susan Hinrichs>
   | | * 8a69d4c7b0 - Preserve cert name through ssl vc migration (#6977) (4 weeks ago) <Susan Hinrichs>
   | | * 3cd20cc847 - Assert non-zero HdrHeap object size (#6954) (4 weeks ago) <Gancho Tenev>
   | | * b0f3436c05 - Issue 6847 Fixing documentation for secondary_mode (#6851) (4 weeks ago) <VijayAnand Subramanian>
   | | * e21b8e4bcd - fix leak in early data (#6957) (4 weeks ago) <Fei Deng>
   | | * bea4146fc0 - Fixes use after free when boringssl is used (#6985) (4 weeks ago) <Randall Meyer>
   | * | 629dea3a10 - Revert "Preserve the certificate name for the ssl_netvc" (3 weeks ago) <Susan Hinrichs>
   | * | cf7ed82eae - Revert "Improve client_vc tracking" (3 weeks ago) <Susan Hinrichs>
   | * | 4a3b2429c3 - Revert "Refine Http/2 error code" (3 weeks ago) <Susan Hinrichs>
   |/ /
   * |   97c0d953e3 - (tag: 9.0.0_47) Merge pull request #287 from shinrich/vz-track-client-vc (4 weeks ago) <Susan Hinrichs>
   |\ \
   | * | 8205b01621 - (susan/vz-track-client-vc) Refine Http/2 error code (4 weeks ago) <Susan Hinrichs>
   | * | c7c555aeb1 - Improve client_vc tracking (4 weeks ago) <Susan Hinrichs>
   |/ /
   * |   01aca61e65 - (tag: 9.0.0_46) Merge pull request #286 from shinrich/single-cert-load-commit (4 weeks ago) <Susan Hinrichs>
   |\ \
   | * | b63c69d54b - (susan/single-cert-load-commit) Plugin interface for cert/key loading (4 weeks ago) <Susan Hinrichs>
   | * | 68810eca90 - Revert "Plugin interface for cert/key loading" (4 weeks ago) <Susan Hinrichs>
   |/ /
   * | 98d11a9982 - Merge pull request #285 from bcall/9.0.x_merge (4 weeks ago) <Susan Hinrichs>
   * |   24b55a1e7a - (bcall/9.0.x_merge, 9.0.x_merge) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_merge (4 weeks ago) <Bryan Call>
   |\ \
   | |/
   | * f004ead8ca - Fix out of source tree builds for QUIC (#6984) (4 weeks ago) <Randall Meyer>
   | * ea47946ec3 - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | * 63f8d1d3da - Customize Max IOBuffer Size (#6869) (4 weeks ago) <Sudheer Vinukonda>
   | * 939a260a8c - Remove unused functions of IOBuffer (4 weeks ago) <Masaori Koshiba>
   | * 3385e2787d - Assert on valid boundaries for UserArgTable access (#6953) (4 weeks ago) <Sudheer Vinukonda>
   | * 368c88f779 - Fix support for openssl async engine (#6910) (4 weeks ago) <Susan Hinrichs>
   | * 137ea6192b - Commenting EventIO methods (#6712) (4 weeks ago) <a-a-ron>
   | * 513a80e8d3 - Log whether client certs were exchanged in TLS handshake (#6699) (4 weeks ago) <Susan Hinrichs>
   | * a3e70682c8 - Update docs for some DNS config settings (#6969) (4 weeks ago) <Sudheer Vinukonda>
   | * e5299650fd - RateLimiting and Connection Config changes (#6968) (4 weeks ago) <Sudheer Vinukonda>
   | * 0e0097a8b3 - Updated ChangeLog (5 weeks ago) <Leif Hedstrom>
   | * 194d9f02fd - Prevent use-after-free of TransactionPlugin (#6937) (6 weeks ago) <Sudheer Vinukonda>
   | * c333a55e7e - Move to blocklists and allowlists (#6941) (6 weeks ago) <Randall Meyer>
   | * 05ce7430a5 - plugins: Move to blocklists and allowlists (#6940) (6 weeks ago) <Randall Meyer>
   | * d0cd5e273f - Load combined file with bogus key path (#6933) (6 weeks ago) <Susan Hinrichs>
   | * fe51f25bd0 - Retry read when fastopen_bread() get non fatal error (#6841) (6 weeks ago) <Masaori Koshiba>
   | * f4d010645b - Remove dup code in QUICMultiCertConfigLoader (#6942) (6 weeks ago) <Masakazu Kitajo>
   | * eeb642c992 - Set the default thread count factor to 1x the number of logical cores (#6949) (6 weeks ago) <Bryan Call>
   | * f8ef654c8c - Prevent buffer overflow during log filter actions (#6950) (6 weeks ago) <Sudheer Vinukonda>
   | * 3e4b88ed70 - Metrics for origin close (#6873) (6 weeks ago) <Susan Hinrichs>
   | * 416cb64686 - ip_resolve - Make config variable overridable (6 weeks ago) <Damian Meden>
   | * 18f8669822 - Updated ChangeLog (6 weeks ago) <Leif Hedstrom>
   | * eecc5d2717 - We should remove whitespace from fieldname in http response due to RFC7230:3.2.4(#6793) (6 weeks ago) <yangjian>
   | * 629c72f087 - Charge Proxy Header Regression tests into Catch unit tests. (6 weeks ago) <Walter Karas>
   | * 40135f764b - Disable lua_stats autest until we can reliably wait for stats (6 weeks ago) <Susan Hinrichs>
   | * a969312ad5 - Removes SSLNetVConnection::sslContextSet (6 weeks ago) <Randall Meyer>
   | * d1ee5ed6b7 - Ensure read_avail is set for the first non-empty block (#6916) (6 weeks ago) <Sudheer Vinukonda>
   | * edfa82d740 - Fix old MIMEHdr handling of HPACK (6 weeks ago) <Masaori Koshiba>
   | * 82ae0cddaf - build: Require OCSP headers for OCSP-enablement (6 weeks ago) <Randall Meyer>
   | * d62f1eceae - Make QPACK.h self-contained (6 weeks ago) <Masakazu Kitajo>
   | * 5c4bd018d9 - Prevent stale netvc access on SSL Callbacks (#6925) (6 weeks ago) <Sudheer Vinukonda>
   | * 2573f0cc5e - Fix dual_cert_select test to run with older openssl binary (#6896) (6 weeks ago) <Susan Hinrichs>
   | * 4b14114474 - example: Move to blocklists and allowlists (6 weeks ago) <Randall Meyer>
   | * acb03919ff - Make compress Au test less flakey. (#6915) (6 weeks ago) <Walt Karas>
   | * 907a43b6d6 - Make compress plugin normalization of Accept-Encoding header compatible with normalization in core TS. (6 weeks ago) <Walter Karas>
   | * c02d4804f4 - Disable max_connections_active_in default now that featur works (#6903) (6 weeks ago) <Susan Hinrichs>
   | * fcc10e3ef0 - python: Remove unused variables (6 weeks ago) <Randall Meyer>
   | * c7e9fee34b - Fixed bug in the calculation of the header block fragment length (#6923) (6 weeks ago) <Bryan Call>
   | * e2a5158297 - Promote netvc to ProxySession (#6759) (7 weeks ago) <Susan Hinrichs>
   | * 36ae8ff72f - Updated ChangeLog (7 weeks ago) <Leif Hedstrom>
   | * 5cec370a69 - change overridable var type for proxy.config.http.server_session_sharing.match from int to string (#6822) (7 weeks ago) <Xin Li>
   | * 736ef125df - avoid dynamic_cast to get Pi-tag for non_internal requests (#6868) (7 weeks ago) <Sudheer Vinukonda>
   | * 62817fbb98 - Protect against nullptr access during SSL Callback (#6866) (7 weeks ago) <Sudheer Vinukonda>
   | * 67fa91c1c0 - Handle immediate as inactivity timeout (#6689) (7 weeks ago) <Susan Hinrichs>
   | * db89a47d92 - Return null when  do_io_write called on closed stream (#6826) (7 weeks ago) <Susan Hinrichs>
   | * a3d9bead41 - Adding a log pipe buffer size test. (7 weeks ago) <bneradt>
   | * d821bbebef - Track thread changes during origin connect and cache open write (#6872) (7 weeks ago) <Sudheer Vinukonda>
   | * fd84da8ea6 - microserver error handling: SSLError check and debug. (#6884) (7 weeks ago) <Brian Neradt>
   | * 27fd54423e - Traffic Dump: Add server response HTTP version (#6856) (7 weeks ago) <Brian Neradt>
   | * 931bb79773 - Fix assert when client aborts during backfill (#6809) (7 weeks ago) <Susan Hinrichs>
   | * f2b828d39b - Make Http2ClientSession inactive on EOS event (7 weeks ago) <Masaori Koshiba>
   | * 3b0a534f2e - Make h2spec test more resiliant by extending timeout (#6891) (7 weeks ago) <Susan Hinrichs>
   | * a787a22335 - set sni_name with remapped origin name if sni_policy is not the default value (#6898) (7 weeks ago) <Xin Li>
   | * 1ee1c0c4f0 - Fix compiler issue with ICC 19.1 (7 weeks ago) <Unknown>
   | * 84c8b81587 - Require 1.1.1 as minimum openssl lib version for tls_check_dual_cert_selection Au test. (8 weeks ago) <Walter Karas>
   | * f3f7ce72c9 - Add extension ip.test.ext to Au Test, with Test method to allocate extra TCP ports. (8 weeks ago) <Walter Karas>
   | * f80a885462 - Updated ChangeLog (8 weeks ago) <Bryan Call>
   | * 5670e4a2ee - Revert "Fix for Ubuntu 16 and Clang 5" (8 weeks ago) <Bryan Call>
   | * 1e45e9c561 - Fix the relative path for template_sets_dir to be install directory (#6203) (8 weeks ago) <Susan Hinrichs>
   | * 16fc6edeb5 - Fix for Ubuntu 16 and Clang 5 (8 weeks ago) <Bryan Call>
   | * e67245a34c - Fix set manipulation in dual cert resolution (#6758) (8 weeks ago) <Susan Hinrichs>
   | * 0a4d6a9264 - Updated ChangeLog (8 weeks ago) <Leif Hedstrom>
   | * 01de2e39d6 - Fix typo in system stats, change loadavg 10min to be 15min (#6608) (8 weeks ago) <Evan Zelkowitz>
   | * 1663521248 - slice plugin: add --include-regex, --exclude-regex parameters (#6701) (8 weeks ago) <Brian Olsen>
   | * 9c7500e70d - regex_remap: Adjust regex recursion limit down due to crashes in testing. (#6819) (8 weeks ago) <Alan M. Carroll>
   | * 5a1cfce2ad - Adding HTTP status 451 in apidefs as well (See PR#6789) (#6797) (8 weeks ago) <Saurav Kumar>
   | * 8fb8cf542d - LGTM: add header guard (8 weeks ago) <Masaori Koshiba>
   | * bd0b731653 - Generalize KA check logic (8 weeks ago) <Masakazu Kitajo>
   | * 4949c6a0bf - Fix missing virtual destructor in TLSSessionResumptionSupport. (#6812) (8 weeks ago) <Alan M. Carroll>
   | * e7fd256d6c - Add include so BROTLI constants are available to plugin (#6862) (8 weeks ago) <Susan Hinrichs>
   | * 6e645da224 - Fix pointer overflow in XPACK (8 weeks ago) <Masaori Koshiba>
   | * b75b160cac - Fix a crash on TLS resumption (8 weeks ago) <Masakazu Kitajo>
   | * b2bfc24ada - Fix session pool to add and fetch to beginning of hash chain rather than end (#6805) (8 weeks ago) <Susan Hinrichs>
   | * d26ff2b2ec - Removes refcounting from compress and s3_auth plugins (9 weeks ago) <Randall Meyer>
   | * 2d9da6003b - lua plugin: fix for incorrectly injecting global plugin stats (9 weeks ago) <Brian Olsen>
   | * 44e0512efc - Add CSV output as an optional format for stats_over_http (#6818) (9 weeks ago) <Evan Zelkowitz>
   | * c12e01e4f2 - Rework stats over http so that it supports both a config file and the original path parameter (#6542) (9 weeks ago) <Evan Zelkowitz>
   | * d1ee8a11ac - Adding a basic ip_allow test. (9 weeks ago) <bneradt>
   | * 78374d5ebd - Issue 6838 Fixing the comparison in waited_enough (drain functionality) (#6839) (9 weeks ago) <VijayAnand Subramanian>
   | * 8544c7b729 - traffic_dump: debug_tag and lock improvements (9 weeks ago) <bneradt>
   | * 87c830ef71 - Schedule Transform on the same thread as the continuation (#6843) (9 weeks ago) <Sudheer Vinukonda>
   | * d753abddee - cache_range_request: Overhaul and clean up the core autest. (9 weeks ago) <Brian Olsen>
   | * 5b14564063 - Change AM_LDFLAGS to be an addition, not an overwrite, in the plugin makefile.  This allows the various libpaths, and specifically the rpath, to be transferred over to plugins when used for tests.  Currently separate test applications will build properly against things like a custom openssl installation, however when they run they do not know the correct location unless you have set the LD path on the system to include that directory.  Passing this information around allows the ATS library rpath to also be used for the test applications so they can determine at runtime where to look for libraries (#6835) (9 weeks ago) <Evan Zelkowitz>
   | * 92f01ebeb1 - Clear handling tracked events of Http2Stream (10 weeks ago) <Masaori Koshiba>
   | * 07ee8c71b5 - Drastically improve generator.so performance for /nocache (#6834) (10 weeks ago) <Leif Hedstrom>
   | * e5eca85536 - fixes issue 6765, memleak in unit test mocked Machine class in nexthop_test_stubs.cc (2 months ago) <John Rushford>
   | * 93dcee1824 - Make chunked encoding test more resilient (#6827) (2 months ago) <Susan Hinrichs>
   | * 9bb7d49946 - Add le32toh and htole32 for macOS (#6807) (2 months ago) <Masakazu Kitajo>
   | * 8b0b4c616e - Fix test certs in client_context_dump (#6824) (2 months ago) <Susan Hinrichs>
   | * cc78478c04 - Generalize callbacks for TLS session resumption (2 months ago) <Masakazu Kitajo>
   | * cea35382fa - Doc updates for tunnel_route and ip_allow interaction. (2 months ago) <bneradt>
   | * 06af6410a6 - Fixes remaining memory leaks with nexthop strategy unit tests found by ASAN. This should close issue 6765 (2 months ago) <John Rushford>
   | * e95503f1c6 - Add support for a simple_server_retry_responses list (#6605) (3 months ago) <Evan Zelkowitz>
   | * e05d9e1ee3 - Fixes to hostDB to avoid event and memory leaks (#6686) (3 months ago) <Susan Hinrichs>
   | * af1f699024 - Add an optional ramcache setting to volume.config to be able to disable it (#6746) (3 months ago) <Evan Zelkowitz>
   | * 06d4938d72 - Updated ChangeLog (3 months ago) <Leif Hedstrom>
   | * 96eaa3aa44 - put events into local queue when scheduling on the same thread as the scheduler (3 months ago) <Fei Deng>
   | * d15c45484e - cleanup the eventloop (3 months ago) <Fei Deng>
   | * 62e1dcb621 - Issue 3546: Add "overridable" to the configuration variable description. (3 months ago) <Alan M. Carroll>
   | * 5c74416905 - make sure time is consistent between calculations (3 months ago) <Fei Deng>
   | * 1264746ba5 - Add TXN_CLOSE hook to CPPAPI TransactionPlugin (#6800) (3 months ago) <Sudheer Vinukonda>
   | * 5be94b6f7e - Fixes crash loading combined(cert+key) certs (3 months ago) <Randall Meyer>
   | * 31d49587d4 - Do not fail multicert load if line does not create entry (#6760) (3 months ago) <Susan Hinrichs>
   | * d18538b232 - Fix SDK_API_TSSslServerContextCreate (3 months ago) <Susan Hinrichs>
   | * 7c08b051cd - Fixes memory leak loading certs (3 months ago) <Randall Meyer>
   | * c986f64b8c - Rework server side SSL_CTX creation to better handle dual_cert mismatches (#6483) (3 months ago) <Susan Hinrichs>
   | * f0ba454f10 - Remove unused index for SSL application specific data (3 months ago) <Masakazu Kitajo>
   | * 6743ecd37c - traffic_dump: refactor to make transactions atomically written (3 months ago) <bneradt>
   | * 4f3ac6b450 - traffic_dump: add tls information to dump. (#6727) (3 months ago) <Brian Neradt>
   | * 0ee6834ced - Fix HPACK Dynamic Table Cleanup (3 months ago) <Masaori Koshiba>
   | * c2cc7863f1 - clang-analyzer: uninitialized va_list (#6798) (3 months ago) <Leif Hedstrom>
   | * c1ec6219fa - code and documentation for lua states configuration and stats printing (#6571) (3 months ago) <Brian Olsen>
   | * eb324e3f35 - Adding HTTP Status code 451 for Unavailable For Legal Reasons (RFC 7725) (#6789) (3 months ago) <Saurav Kumar>
   | * b76477e2f2 - HPACK: send back an error to the client when the index is invalid (3 months ago) <Bryan Call>
   | * d9cee2c76c - Removed the trailing whitespaces, also fixed PRs (3 months ago) <Leif Hedstrom>
   | * ff6c5da796 - clang-analyzer: Fix dead nested assignment issues (3 months ago) <Masakazu Kitajo>
   | * db3b0a7579 - Updated CHANGELOG (3 months ago) <Leif Hedstrom>
   | * 748804d68e - Updated indentation with latest clang-format (3 months ago) <Leif Hedstrom>
   | * 49a1a9c685 - Updates clang-format to LLVM v10.0.0 (3 months ago) <Leif Hedstrom>
   | * 54875d1516 - 1. Set a non-zero default value for TLS Client Handshake Timeout (#6781) (3 months ago) <Sudheer Vinukonda>
   | * 977f919e4a - Revert "Add metrics to track default inactivity timed out connections (#6755)" (3 months ago) <Leif Hedstrom>
   | * 850530963e - Weird characters in debug message (3 months ago) <Bryan Call>
   | * 59663bd302 - Fixed `AddressSanitizer: odr-violation` (3 months ago) <Gancho Tenev>
   | * b72c859775 - Fix crash when folloing redirect (3 months ago) <YuanYingdong>
   | * 4582cbe699 - Add metrics to track default inactivity timed out connections (#6755) (3 months ago) <Sudheer Vinukonda>
   | * 5cb1141821 - Add metrics to track default inactivity timed out connections (#6755) (3 months ago) <Sudheer Vinukonda>
   | * 7a1459df90 - Fix closed flag from #6287 (3 months ago) <scw00>
   | * 2b0d475965 - Introduce NetEvent to split UnixNetVConnection and NetHandler (3 months ago) <scw00>
   | * 9167446eed - Correct `schedule_every_local` to schedule locally (3 months ago) <George Hahn>
   | * 5790dfaf0e - Enforce Active Connection limits (#6754) (3 months ago) <Sudheer Vinukonda>
   | * 164291d3ab - Ensure inactivity timeout is not set when passed in timeout value is 0 (#6772) (3 months ago) <Sudheer Vinukonda>
   | * 79bc00a264 - ASAN: Fixed one definition rule violation (3 months ago) <Bryan Call>
   | * cf1d0ede52 - Add HttpTransact::get_max_age and TSHttpTxnGetMaxAge (3 months ago) <Emanuele Rocca>
   | * e0b0d1127a - SSL: Introduce proxy.config.ssl.server.session_ticket.number (3 months ago) <Valentin Gutierrez>
   | * ff896de983 - Cleans up doubled words in documentation (3 months ago) <Randall Meyer>
   | * a5cb63bcb5 - gcc10: fixed clearing an object of non-trivial type for wccp (3 months ago) <Bryan Call>
   | * 57cc5247fd - Lua Plugin - Extend the crypto API with SHA-256 and HMAC functions. (3 months ago) <Peter Chou>
   | * 8bc06b4c9a - Updated ChangeLog (3 months ago) <Leif Hedstrom>
   | * 1c1d29abaf - Add Access log fields for ProxyProtocol Context (3 months ago) <Sudheer Vinukonda>
   | * 3b4982b650 - Adding logging fields for collapsed forwarding metrics (#6708) (3 months ago) <Evan Zelkowitz>
   | * 79084814b7 - Remove tls_versions from host sni policy check (3 months ago) <Susan Hinrichs>
   | * 59d5e1373b - Document ip_allow in sni.yaml (#6723) (3 months ago) <Susan Hinrichs>
   | * 5e9575f391 - Update expired test certificates for cert_update (3 months ago) <Susan Hinrichs>
   | * b1d0b2ad85 - Fixup .gitignores to match repo reality (3 months ago) <Randall Meyer>
   | * 7fd5519e5e - Updated docs for guaranteed_{min,max}_lifetime (3 months ago) <Emanuele Rocca>
   | * 32eec91bb3 - Fix a bug that current_active_client_connections doesn't decrease (3 months ago) <Masakazu Kitajo>
   | * 4702409ee6 - gcc10: fixed warning about returning local variable in int64_to_str() (3 months ago) <Bryan Call>
   | * 35ee50705f - GCC 10 fixes - simple fixes. (3 months ago) <Alan M. Carroll>
   | * 9be45bec3b - GCC 10: Update traffic_via to use string_view to avoid compile errors. (3 months ago) <Alan M. Carroll>
   | * 6a9bf65f1b - Updated Changelog (3 months ago) <Leif Hedstrom>
   | * e4c0e9c27f - Patch to catch and invalidate an HTTP asset with negative bytes after cache_seek. (3 months ago) <Brian Olsen>
   | * decd303f27 - Fix lost fragments when update object (3 months ago) <scw00>
   | * 5bd81e89ee - Removes ATS version from gold files (4 months ago) <Randall Meyer>
   | * 1b38cfdbb1 - Fix deprecated-copy warning in cache tool (4 months ago) <Masaori Koshiba>
   | * 279240e3c6 - traffic_dump: add nullptr check for sni string (#6700) (4 months ago) <Brian Neradt>
   | * eb2bb6e44a - Normalizes function names to match hook names in intercept plugins (4 months ago) <Randall Meyer>
   | * f714deba93 - Increase the default max_record_entries to match the original compiled in value (#6697) (4 months ago) <Susan Hinrichs>
   | * a5362cd8f2 - Updated ChangeLog (4 months ago) <Leif Hedstrom>
   | * 18b3197c2a - Fixes memory leak during log configuration (4 months ago) <Randall Meyer>
   | * 149bc661c5 - Traffic Dump: Adding an SNI filtering option. (#6645) (4 months ago) <Brian Neradt>
   | * 0ab8b341fe - traffic_dump: don't dump cookies from the wire (#6586) (4 months ago) <Brian Neradt>
   | * 5f8fdec45b - Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug (4 months ago) <Masaori Koshiba>
   | * e64c472851 - Updated ChangeLog (4 months ago) <Leif Hedstrom>
   | * fff8c180ae - Fixes minor memory leak in configure_net (4 months ago) <Randall Meyer>
   | * c807986dba - Update TSStatFindName to check that sync callback is set on the stat (4 months ago) <Sudheer Vinukonda>
   | * 08bf94c49c - Format to match perferred if/else formatting for sh scripts (4 months ago) <Randall Meyer>
   | * 7698d05b91 - Removes commented out code from example (4 months ago) <Randall Meyer>
   | * 434286bb1b - remove unnecessary Last-Modified header from tests (4 months ago) <Brian Olsen>
   | * dc3e07047d - Fix memory leak of HPACK (4 months ago) <Masaori Koshiba>
   | * 7523c69d8f - Added / renamed config.h -> configs.h, to avoid our .gitignore (4 months ago) <Leif Hedstrom>
   | * 15ed9c6cd7 - Added new flag to documentation (4 months ago) <Leif Hedstrom>
   | * 4fca1bf214 - Cleanup for consistency (4 months ago) <Leif Hedstrom>
   | * 96814cb90c - Add PolicyManager, basic functionality (4 months ago) <Leif Hedstrom>
   | * f4ed4c43a7 - Refactor the cache_promote policies (4 months ago) <Leif Hedstrom>
   * 1d6233ec01 - Revert "Certificate hot reload support" (4 weeks ago) <Bryan Call>
   * 1a28000556 - Revert "YTSATS-3303: Do not fail if cert file didn't create entries" (4 weeks ago) <Bryan Call>
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-670771347


   @gtenev We didn't see it in our earlier version.  Maybe we were lucky.  Here are the changes between the 2 versions we were running:
   ```
   *   a018aec37b - (HEAD, tag: 9.0.0_49) Merge pull request #297 from bcall/9.0.x_merge_2020_07_20 (3 weeks ago) <Susan Hinrichs>
   |\
   | *   6a3f4fc2e8 - (bcall/9.0.x_merge_2020_07_20, 9.0.x_merge_2020_07_20) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_merge_2020_07_20 (3 weeks ago) <Bryan Call>
   | |\
   |/ /
   | * 72ef9dc62b - Updates to thread scale factor (#7007) (3 weeks ago) <Bryan Call>
   | * 413223b6f4 - Fixed core when sending back a redirect and having an invalid server response (#7004) (3 weeks ago) <Bryan Call>
   * |   a25d8df913 - (tag: 9.0.0_48) Merge pull request #296 from bcall/9.0.x_2020_07_17 (3 weeks ago) <Susan Hinrichs>
   |\ \
   | * \   3a6e8c79ff - (bcall/9.0.x_2020_07_17, 9.0.x_2020_07_17) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_2020_07_17 (3 weeks ago) <Bryan Call>
   | |\ \
   | | |/
   | | * c428eddb34 - Fix volume/stripe calcs when using forced volumes (#6995) (3 weeks ago) <Gancho Tenev>
   | | * 7fe8d6f5e9 - Updated ChangeLog (3 weeks ago) <Leif Hedstrom>
   * | |   6a36977347 - Merge pull request #293 from feid/9.0.x-fix_revert (3 weeks ago) <Susan Hinrichs>
   |\ \ \
   | |/ /
   |/| |
   | * | febd935295 - doc + unittest TSRemap(Init|NewInstance) failures (3 weeks ago) <Gancho Tenev>
   * | |   6ed66e9715 - Merge pull request #290 from shinrich/merge-with-asf9.0.x (3 weeks ago) <Susan Hinrichs>
   |\ \ \
   | |/ /
   |/| |
   | * |   764bf5b9b4 - (susan/merge-with-asf9.0.x) Merge remote-tracking branch 'asf/9.0.x' into HEAD (3 weeks ago) <Susan Hinrichs>
   | |\ \
   | | |/
   | | * c66c3a3ad0 - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 72d041cd31 - Improve client_vc tracking (#6889) (4 weeks ago) <Susan Hinrichs>
   | | * 9f89bc1166 - Open UDP ports on traffic_manager if ports are configured for QUIC (#6808) (4 weeks ago) <Masakazu Kitajo>
   | | * bcfbd0c55e - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 7178fa44cc - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | | * 54b980fd6d - Adds null check (#6994) (4 weeks ago) <Randall Meyer>
   | | * 527de3bc99 - Fix memory leak in header_rewrite (#6986) (4 weeks ago) <Susan Hinrichs>
   | | * 8a69d4c7b0 - Preserve cert name through ssl vc migration (#6977) (4 weeks ago) <Susan Hinrichs>
   | | * 3cd20cc847 - Assert non-zero HdrHeap object size (#6954) (4 weeks ago) <Gancho Tenev>
   | | * b0f3436c05 - Issue 6847 Fixing documentation for secondary_mode (#6851) (4 weeks ago) <VijayAnand Subramanian>
   | | * e21b8e4bcd - fix leak in early data (#6957) (4 weeks ago) <Fei Deng>
   | | * bea4146fc0 - Fixes use after free when boringssl is used (#6985) (4 weeks ago) <Randall Meyer>
   | * | 629dea3a10 - Revert "Preserve the certificate name for the ssl_netvc" (3 weeks ago) <Susan Hinrichs>
   | * | cf7ed82eae - Revert "Improve client_vc tracking" (3 weeks ago) <Susan Hinrichs>
   | * | 4a3b2429c3 - Revert "Refine Http/2 error code" (3 weeks ago) <Susan Hinrichs>
   |/ /
   * |   97c0d953e3 - (tag: 9.0.0_47) Merge pull request #287 from shinrich/vz-track-client-vc (4 weeks ago) <Susan Hinrichs>
   |\ \
   | * | 8205b01621 - (susan/vz-track-client-vc) Refine Http/2 error code (4 weeks ago) <Susan Hinrichs>
   | * | c7c555aeb1 - Improve client_vc tracking (4 weeks ago) <Susan Hinrichs>
   |/ /
   * |   01aca61e65 - (tag: 9.0.0_46) Merge pull request #286 from shinrich/single-cert-load-commit (4 weeks ago) <Susan Hinrichs>
   |\ \
   | * | b63c69d54b - (susan/single-cert-load-commit) Plugin interface for cert/key loading (4 weeks ago) <Susan Hinrichs>
   | * | 68810eca90 - Revert "Plugin interface for cert/key loading" (4 weeks ago) <Susan Hinrichs>
   |/ /
   * | 98d11a9982 - Merge pull request #285 from bcall/9.0.x_merge (4 weeks ago) <Susan Hinrichs>
   * |   24b55a1e7a - (bcall/9.0.x_merge, 9.0.x_merge) Merge remote-tracking branch 'apache/9.0.x' into 9.0.x_merge (4 weeks ago) <Bryan Call>
   |\ \
   | |/
   | * f004ead8ca - Fix out of source tree builds for QUIC (#6984) (4 weeks ago) <Randall Meyer>
   | * ea47946ec3 - Updated ChangeLog (4 weeks ago) <Leif Hedstrom>
   | * 63f8d1d3da - Customize Max IOBuffer Size (#6869) (4 weeks ago) <Sudheer Vinukonda>
   | * 939a260a8c - Remove unused functions of IOBuffer (4 weeks ago) <Masaori Koshiba>
   | * 3385e2787d - Assert on valid boundaries for UserArgTable access (#6953) (4 weeks ago) <Sudheer Vinukonda>
   | * 368c88f779 - Fix support for openssl async engine (#6910) (4 weeks ago) <Susan Hinrichs>
   | * 137ea6192b - Commenting EventIO methods (#6712) (4 weeks ago) <a-a-ron>
   | * 513a80e8d3 - Log whether client certs were exchanged in TLS handshake (#6699) (4 weeks ago) <Susan Hinrichs>
   | * a3e70682c8 - Update docs for some DNS config settings (#6969) (4 weeks ago) <Sudheer Vinukonda>
   | * e5299650fd - RateLimiting and Connection Config changes (#6968) (4 weeks ago) <Sudheer Vinukonda>
   | * 0e0097a8b3 - Updated ChangeLog (5 weeks ago) <Leif Hedstrom>
   | * 194d9f02fd - Prevent use-after-free of TransactionPlugin (#6937) (6 weeks ago) <Sudheer Vinukonda>
   | * c333a55e7e - Move to blocklists and allowlists (#6941) (6 weeks ago) <Randall Meyer>
   | * 05ce7430a5 - plugins: Move to blocklists and allowlists (#6940) (6 weeks ago) <Randall Meyer>
   | * d0cd5e273f - Load combined file with bogus key path (#6933) (6 weeks ago) <Susan Hinrichs>
   | * fe51f25bd0 - Retry read when fastopen_bread() get non fatal error (#6841) (6 weeks ago) <Masaori Koshiba>
   | * f4d010645b - Remove dup code in QUICMultiCertConfigLoader (#6942) (6 weeks ago) <Masakazu Kitajo>
   | * eeb642c992 - Set the default thread count factor to 1x the number of logical cores (#6949) (6 weeks ago) <Bryan Call>
   | * f8ef654c8c - Prevent buffer overflow during log filter actions (#6950) (6 weeks ago) <Sudheer Vinukonda>
   | * 3e4b88ed70 - Metrics for origin close (#6873) (6 weeks ago) <Susan Hinrichs>
   | * 416cb64686 - ip_resolve - Make config variable overridable (6 weeks ago) <Damian Meden>
   | * 18f8669822 - Updated ChangeLog (6 weeks ago) <Leif Hedstrom>
   | * eecc5d2717 - We should remove whitespace from fieldname in http response due to RFC7230:3.2.4(#6793) (6 weeks ago) <yangjian>
   | * 629c72f087 - Charge Proxy Header Regression tests into Catch unit tests. (6 weeks ago) <Walter Karas>
   | * 40135f764b - Disable lua_stats autest until we can reliably wait for stats (6 weeks ago) <Susan Hinrichs>
   | * a969312ad5 - Removes SSLNetVConnection::sslContextSet (6 weeks ago) <Randall Meyer>
   | * d1ee5ed6b7 - Ensure read_avail is set for the first non-empty block (#6916) (6 weeks ago) <Sudheer Vinukonda>
   | * edfa82d740 - Fix old MIMEHdr handling of HPACK (6 weeks ago) <Masaori Koshiba>
   | * 82ae0cddaf - build: Require OCSP headers for OCSP-enablement (6 weeks ago) <Randall Meyer>
   | * d62f1eceae - Make QPACK.h self-contained (6 weeks ago) <Masakazu Kitajo>
   | * 5c4bd018d9 - Prevent stale netvc access on SSL Callbacks (#6925) (6 weeks ago) <Sudheer Vinukonda>
   | * 2573f0cc5e - Fix dual_cert_select test to run with older openssl binary (#6896) (6 weeks ago) <Susan Hinrichs>
   | * 4b14114474 - example: Move to blocklists and allowlists (6 weeks ago) <Randall Meyer>
   | * acb03919ff - Make compress Au test less flakey. (#6915) (6 weeks ago) <Walt Karas>
   | * 907a43b6d6 - Make compress plugin normalization of Accept-Encoding header compatible with normalization in core TS. (6 weeks ago) <Walter Karas>
   | * c02d4804f4 - Disable max_connections_active_in default now that featur works (#6903) (6 weeks ago) <Susan Hinrichs>
   | * fcc10e3ef0 - python: Remove unused variables (6 weeks ago) <Randall Meyer>
   | * c7e9fee34b - Fixed bug in the calculation of the header block fragment length (#6923) (6 weeks ago) <Bryan Call>
   | * e2a5158297 - Promote netvc to ProxySession (#6759) (7 weeks ago) <Susan Hinrichs>
   | * 36ae8ff72f - Updated ChangeLog (7 weeks ago) <Leif Hedstrom>
   | * 5cec370a69 - change overridable var type for proxy.config.http.server_session_sharing.match from int to string (#6822) (7 weeks ago) <Xin Li>
   | * 736ef125df - avoid dynamic_cast to get Pi-tag for non_internal requests (#6868) (7 weeks ago) <Sudheer Vinukonda>
   | * 62817fbb98 - Protect against nullptr access during SSL Callback (#6866) (7 weeks ago) <Sudheer Vinukonda>
   | * 67fa91c1c0 - Handle immediate as inactivity timeout (#6689) (7 weeks ago) <Susan Hinrichs>
   | * db89a47d92 - Return null when  do_io_write called on closed stream (#6826) (7 weeks ago) <Susan Hinrichs>
   | * a3d9bead41 - Adding a log pipe buffer size test. (7 weeks ago) <bneradt>
   | * d821bbebef - Track thread changes during origin connect and cache open write (#6872) (7 weeks ago) <Sudheer Vinukonda>
   | * fd84da8ea6 - microserver error handling: SSLError check and debug. (#6884) (7 weeks ago) <Brian Neradt>
   | * 27fd54423e - Traffic Dump: Add server response HTTP version (#6856) (7 weeks ago) <Brian Neradt>
   | * 931bb79773 - Fix assert when client aborts during backfill (#6809) (7 weeks ago) <Susan Hinrichs>
   | * f2b828d39b - Make Http2ClientSession inactive on EOS event (7 weeks ago) <Masaori Koshiba>
   | * 3b0a534f2e - Make h2spec test more resiliant by extending timeout (#6891) (7 weeks ago) <Susan Hinrichs>
   | * a787a22335 - set sni_name with remapped origin name if sni_policy is not the default value (#6898) (7 weeks ago) <Xin Li>
   | * 1ee1c0c4f0 - Fix compiler issue with ICC 19.1 (7 weeks ago) <Unknown>
   | * 84c8b81587 - Require 1.1.1 as minimum openssl lib version for tls_check_dual_cert_selection Au test. (8 weeks ago) <Walter Karas>
   | * f3f7ce72c9 - Add extension ip.test.ext to Au Test, with Test method to allocate extra TCP ports. (8 weeks ago) <Walter Karas>
   | * f80a885462 - Updated ChangeLog (8 weeks ago) <Bryan Call>
   | * 5670e4a2ee - Revert "Fix for Ubuntu 16 and Clang 5" (8 weeks ago) <Bryan Call>
   | * 1e45e9c561 - Fix the relative path for template_sets_dir to be install directory (#6203) (8 weeks ago) <Susan Hinrichs>
   | * 16fc6edeb5 - Fix for Ubuntu 16 and Clang 5 (8 weeks ago) <Bryan Call>
   | * e67245a34c - Fix set manipulation in dual cert resolution (#6758) (8 weeks ago) <Susan Hinrichs>
   | * 0a4d6a9264 - Updated ChangeLog (8 weeks ago) <Leif Hedstrom>
   | * 01de2e39d6 - Fix typo in system stats, change loadavg 10min to be 15min (#6608) (8 weeks ago) <Evan Zelkowitz>
   | * 1663521248 - slice plugin: add --include-regex, --exclude-regex parameters (#6701) (8 weeks ago) <Brian Olsen>
   | * 9c7500e70d - regex_remap: Adjust regex recursion limit down due to crashes in testing. (#6819) (8 weeks ago) <Alan M. Carroll>
   | * 5a1cfce2ad - Adding HTTP status 451 in apidefs as well (See PR#6789) (#6797) (8 weeks ago) <Saurav Kumar>
   | * 8fb8cf542d - LGTM: add header guard (8 weeks ago) <Masaori Koshiba>
   | * bd0b731653 - Generalize KA check logic (8 weeks ago) <Masakazu Kitajo>
   | * 4949c6a0bf - Fix missing virtual destructor in TLSSessionResumptionSupport. (#6812) (8 weeks ago) <Alan M. Carroll>
   | * e7fd256d6c - Add include so BROTLI constants are available to plugin (#6862) (8 weeks ago) <Susan Hinrichs>
   | * 6e645da224 - Fix pointer overflow in XPACK (8 weeks ago) <Masaori Koshiba>
   | * b75b160cac - Fix a crash on TLS resumption (8 weeks ago) <Masakazu Kitajo>
   | * b2bfc24ada - Fix session pool to add and fetch to beginning of hash chain rather than end (#6805) (8 weeks ago) <Susan Hinrichs>
   | * d26ff2b2ec - Removes refcounting from compress and s3_auth plugins (9 weeks ago) <Randall Meyer>
   | * 2d9da6003b - lua plugin: fix for incorrectly injecting global plugin stats (9 weeks ago) <Brian Olsen>
   | * 44e0512efc - Add CSV output as an optional format for stats_over_http (#6818) (9 weeks ago) <Evan Zelkowitz>
   | * c12e01e4f2 - Rework stats over http so that it supports both a config file and the original path parameter (#6542) (9 weeks ago) <Evan Zelkowitz>
   | * d1ee8a11ac - Adding a basic ip_allow test. (9 weeks ago) <bneradt>
   | * 78374d5ebd - Issue 6838 Fixing the comparison in waited_enough (drain functionality) (#6839) (9 weeks ago) <VijayAnand Subramanian>
   | * 8544c7b729 - traffic_dump: debug_tag and lock improvements (9 weeks ago) <bneradt>
   | * 87c830ef71 - Schedule Transform on the same thread as the continuation (#6843) (9 weeks ago) <Sudheer Vinukonda>
   | * d753abddee - cache_range_request: Overhaul and clean up the core autest. (9 weeks ago) <Brian Olsen>
   | * 5b14564063 - Change AM_LDFLAGS to be an addition, not an overwrite, in the plugin makefile.  This allows the various libpaths, and specifically the rpath, to be transferred over to plugins when used for tests.  Currently separate test applications will build properly against things like a custom openssl installation, however when they run they do not know the correct location unless you have set the LD path on the system to include that directory.  Passing this information around allows the ATS library rpath to also be used for the test applications so they can determine at runtime where to look for libraries (#6835) (9 weeks ago) <Evan Zelkowitz>
   | * 92f01ebeb1 - Clear handling tracked events of Http2Stream (10 weeks ago) <Masaori Koshiba>
   | * 07ee8c71b5 - Drastically improve generator.so performance for /nocache (#6834) (10 weeks ago) <Leif Hedstrom>
   | * e5eca85536 - fixes issue 6765, memleak in unit test mocked Machine class in nexthop_test_stubs.cc (2 months ago) <John Rushford>
   | * 93dcee1824 - Make chunked encoding test more resilient (#6827) (2 months ago) <Susan Hinrichs>
   | * 9bb7d49946 - Add le32toh and htole32 for macOS (#6807) (2 months ago) <Masakazu Kitajo>
   | * 8b0b4c616e - Fix test certs in client_context_dump (#6824) (2 months ago) <Susan Hinrichs>
   | * cc78478c04 - Generalize callbacks for TLS session resumption (2 months ago) <Masakazu Kitajo>
   | * cea35382fa - Doc updates for tunnel_route and ip_allow interaction. (2 months ago) <bneradt>
   | * 06af6410a6 - Fixes remaining memory leaks with nexthop strategy unit tests found by ASAN. This should close issue 6765 (2 months ago) <John Rushford>
   | * e95503f1c6 - Add support for a simple_server_retry_responses list (#6605) (3 months ago) <Evan Zelkowitz>
   | * e05d9e1ee3 - Fixes to hostDB to avoid event and memory leaks (#6686) (3 months ago) <Susan Hinrichs>
   | * af1f699024 - Add an optional ramcache setting to volume.config to be able to disable it (#6746) (3 months ago) <Evan Zelkowitz>
   | * 06d4938d72 - Updated ChangeLog (3 months ago) <Leif Hedstrom>
   | * 96eaa3aa44 - put events into local queue when scheduling on the same thread as the scheduler (3 months ago) <Fei Deng>
   | * d15c45484e - cleanup the eventloop (3 months ago) <Fei Deng>
   | * 62e1dcb621 - Issue 3546: Add "overridable" to the configuration variable description. (3 months ago) <Alan M. Carroll>
   | * 5c74416905 - make sure time is consistent between calculations (3 months ago) <Fei Deng>
   | * 1264746ba5 - Add TXN_CLOSE hook to CPPAPI TransactionPlugin (#6800) (3 months ago) <Sudheer Vinukonda>
   | * 5be94b6f7e - Fixes crash loading combined(cert+key) certs (3 months ago) <Randall Meyer>
   | * 31d49587d4 - Do not fail multicert load if line does not create entry (#6760) (3 months ago) <Susan Hinrichs>
   | * d18538b232 - Fix SDK_API_TSSslServerContextCreate (3 months ago) <Susan Hinrichs>
   | * 7c08b051cd - Fixes memory leak loading certs (3 months ago) <Randall Meyer>
   | * c986f64b8c - Rework server side SSL_CTX creation to better handle dual_cert mismatches (#6483) (3 months ago) <Susan Hinrichs>
   | * f0ba454f10 - Remove unused index for SSL application specific data (3 months ago) <Masakazu Kitajo>
   | * 6743ecd37c - traffic_dump: refactor to make transactions atomically written (3 months ago) <bneradt>
   | * 4f3ac6b450 - traffic_dump: add tls information to dump. (#6727) (3 months ago) <Brian Neradt>
   | * 0ee6834ced - Fix HPACK Dynamic Table Cleanup (3 months ago) <Masaori Koshiba>
   | * c2cc7863f1 - clang-analyzer: uninitialized va_list (#6798) (3 months ago) <Leif Hedstrom>
   | * c1ec6219fa - code and documentation for lua states configuration and stats printing (#6571) (3 months ago) <Brian Olsen>
   | * eb324e3f35 - Adding HTTP Status code 451 for Unavailable For Legal Reasons (RFC 7725) (#6789) (3 months ago) <Saurav Kumar>
   | * b76477e2f2 - HPACK: send back an error to the client when the index is invalid (3 months ago) <Bryan Call>
   | * d9cee2c76c - Removed the trailing whitespaces, also fixed PRs (3 months ago) <Leif Hedstrom>
   | * ff6c5da796 - clang-analyzer: Fix dead nested assignment issues (3 months ago) <Masakazu Kitajo>
   | * db3b0a7579 - Updated CHANGELOG (3 months ago) <Leif Hedstrom>
   | * 748804d68e - Updated indentation with latest clang-format (3 months ago) <Leif Hedstrom>
   | * 49a1a9c685 - Updates clang-format to LLVM v10.0.0 (3 months ago) <Leif Hedstrom>
   | * 54875d1516 - 1. Set a non-zero default value for TLS Client Handshake Timeout (#6781) (3 months ago) <Sudheer Vinukonda>
   | * 977f919e4a - Revert "Add metrics to track default inactivity timed out connections (#6755)" (3 months ago) <Leif Hedstrom>
   | * 850530963e - Weird characters in debug message (3 months ago) <Bryan Call>
   | * 59663bd302 - Fixed `AddressSanitizer: odr-violation` (3 months ago) <Gancho Tenev>
   | * b72c859775 - Fix crash when folloing redirect (3 months ago) <YuanYingdong>
   | * 4582cbe699 - Add metrics to track default inactivity timed out connections (#6755) (3 months ago) <Sudheer Vinukonda>
   | * 5cb1141821 - Add metrics to track default inactivity timed out connections (#6755) (3 months ago) <Sudheer Vinukonda>
   | * 7a1459df90 - Fix closed flag from #6287 (3 months ago) <scw00>
   | * 2b0d475965 - Introduce NetEvent to split UnixNetVConnection and NetHandler (3 months ago) <scw00>
   | * 9167446eed - Correct `schedule_every_local` to schedule locally (3 months ago) <George Hahn>
   | * 5790dfaf0e - Enforce Active Connection limits (#6754) (3 months ago) <Sudheer Vinukonda>
   | * 164291d3ab - Ensure inactivity timeout is not set when passed in timeout value is 0 (#6772) (3 months ago) <Sudheer Vinukonda>
   | * 79bc00a264 - ASAN: Fixed one definition rule violation (3 months ago) <Bryan Call>
   | * cf1d0ede52 - Add HttpTransact::get_max_age and TSHttpTxnGetMaxAge (3 months ago) <Emanuele Rocca>
   | * e0b0d1127a - SSL: Introduce proxy.config.ssl.server.session_ticket.number (3 months ago) <Valentin Gutierrez>
   | * ff896de983 - Cleans up doubled words in documentation (3 months ago) <Randall Meyer>
   | * a5cb63bcb5 - gcc10: fixed clearing an object of non-trivial type for wccp (3 months ago) <Bryan Call>
   | * 57cc5247fd - Lua Plugin - Extend the crypto API with SHA-256 and HMAC functions. (3 months ago) <Peter Chou>
   | * 8bc06b4c9a - Updated ChangeLog (3 months ago) <Leif Hedstrom>
   | * 1c1d29abaf - Add Access log fields for ProxyProtocol Context (3 months ago) <Sudheer Vinukonda>
   | * 3b4982b650 - Adding logging fields for collapsed forwarding metrics (#6708) (3 months ago) <Evan Zelkowitz>
   | * 79084814b7 - Remove tls_versions from host sni policy check (3 months ago) <Susan Hinrichs>
   | * 59d5e1373b - Document ip_allow in sni.yaml (#6723) (3 months ago) <Susan Hinrichs>
   | * 5e9575f391 - Update expired test certificates for cert_update (3 months ago) <Susan Hinrichs>
   | * b1d0b2ad85 - Fixup .gitignores to match repo reality (3 months ago) <Randall Meyer>
   | * 7fd5519e5e - Updated docs for guaranteed_{min,max}_lifetime (3 months ago) <Emanuele Rocca>
   | * 32eec91bb3 - Fix a bug that current_active_client_connections doesn't decrease (3 months ago) <Masakazu Kitajo>
   | * 4702409ee6 - gcc10: fixed warning about returning local variable in int64_to_str() (3 months ago) <Bryan Call>
   | * 35ee50705f - GCC 10 fixes - simple fixes. (3 months ago) <Alan M. Carroll>
   | * 9be45bec3b - GCC 10: Update traffic_via to use string_view to avoid compile errors. (3 months ago) <Alan M. Carroll>
   | * 6a9bf65f1b - Updated Changelog (3 months ago) <Leif Hedstrom>
   | * e4c0e9c27f - Patch to catch and invalidate an HTTP asset with negative bytes after cache_seek. (3 months ago) <Brian Olsen>
   | * decd303f27 - Fix lost fragments when update object (3 months ago) <scw00>
   | * 5bd81e89ee - Removes ATS version from gold files (4 months ago) <Randall Meyer>
   | * 1b38cfdbb1 - Fix deprecated-copy warning in cache tool (4 months ago) <Masaori Koshiba>
   | * 279240e3c6 - traffic_dump: add nullptr check for sni string (#6700) (4 months ago) <Brian Neradt>
   | * eb2bb6e44a - Normalizes function names to match hook names in intercept plugins (4 months ago) <Randall Meyer>
   | * f714deba93 - Increase the default max_record_entries to match the original compiled in value (#6697) (4 months ago) <Susan Hinrichs>
   | * a5362cd8f2 - Updated ChangeLog (4 months ago) <Leif Hedstrom>
   | * 18b3197c2a - Fixes memory leak during log configuration (4 months ago) <Randall Meyer>
   | * 149bc661c5 - Traffic Dump: Adding an SNI filtering option. (#6645) (4 months ago) <Brian Neradt>
   | * 0ab8b341fe - traffic_dump: don't dump cookies from the wire (#6586) (4 months ago) <Brian Neradt>
   | * 5f8fdec45b - Fix link issue of test_libhttp2 on FreeBSD 12 with --enable-debug (4 months ago) <Masaori Koshiba>
   | * e64c472851 - Updated ChangeLog (4 months ago) <Leif Hedstrom>
   | * fff8c180ae - Fixes minor memory leak in configure_net (4 months ago) <Randall Meyer>
   | * c807986dba - Update TSStatFindName to check that sync callback is set on the stat (4 months ago) <Sudheer Vinukonda>
   | * 08bf94c49c - Format to match perferred if/else formatting for sh scripts (4 months ago) <Randall Meyer>
   | * 7698d05b91 - Removes commented out code from example (4 months ago) <Randall Meyer>
   | * 434286bb1b - remove unnecessary Last-Modified header from tests (4 months ago) <Brian Olsen>
   | * dc3e07047d - Fix memory leak of HPACK (4 months ago) <Masaori Koshiba>
   | * 7523c69d8f - Added / renamed config.h -> configs.h, to avoid our .gitignore (4 months ago) <Leif Hedstrom>
   | * 15ed9c6cd7 - Added new flag to documentation (4 months ago) <Leif Hedstrom>
   | * 4fca1bf214 - Cleanup for consistency (4 months ago) <Leif Hedstrom>
   | * 96814cb90c - Add PolicyManager, basic functionality (4 months ago) <Leif Hedstrom>
   | * f4ed4c43a7 - Refactor the cache_promote policies (4 months ago) <Leif Hedstrom>
   * 1d6233ec01 - Revert "Certificate hot reload support" (4 weeks ago) <Bryan Call>
   * 1a28000556 - Revert "YTSATS-3303: Do not fail if cert file didn't create entries" (4 weeks ago) <Bryan Call>
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-700182243


   This might have been an issue with our internal plugins.  We fixed the memory corruption issues and haven't seen this crash yet.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094#issuecomment-670778188


   We also saw this core during the configuration reload:
   ```
   #0  0x00000000005b92b8 in ink_atomic_increment<int, int> (count=-1, mem=0x2af90000006b)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   73	/sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h: No such file or directory.
   Missing separate debuginfos, use: debuginfo-install oath-trafficserver9.0-9.0.0.49-1.el7.x86_64
   (gdb) bt full
   #0  0x00000000005b92b8 in ink_atomic_increment<int, int> (count=-1, mem=0x2af90000006b)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   No locals.
   #1  refcount_dec (this=0x2af900000063)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscore/Ptr.h:73
   No locals.
   #2  PluginDso::decInstanceCount (this=0x2af900000003) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginDso.cc:277
           __FUNCTION__ = "decInstanceCount"
   #3  0x00000000005bbbfd in RemapPluginInst::done (this=0x2af9e4f901a0) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:65
   No locals.
   #4  0x00000000005bbf20 in operator() (__closure=<optimized out>, pluginInst=...) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:274
   No locals.
   #5  operator() (this=<optimized out>, v=<optimized out>)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:865
   No locals.
   #6  Intrusive_DList_Apply<ts::IntrusiveLinkage<RemapPluginInst>, ts::detail::Intrusive_DList_Apply(ts::IntrusiveDList<L>&, F&&) [with L = ts::IntrusiveLinkage<RemapPluginInst>; F = PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&]::<lambda(ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst> >::value_type*)>&> (f=..., list=...)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:876
           spot = {<ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst, &RemapPluginInst::_next, &RemapPluginInst::_prev> >::const_iterator> = {_list = <optimized out>,
               _v = 0x2af9e4f90220}, <No data fields>}
   #7  apply<ts::detail::Intrusive_DList_Apply(ts::IntrusiveDList<L>&, F&&) [with L = ts::IntrusiveLinkage<RemapPluginInst>; F = PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&]::<lambda(ts::IntrusiveDList<ts::IntrusiveLinkage<RemapPluginInst> >::value_type*)> > (f=<optimized out>, this=0x2af9f9b080e0)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:887
   No locals.
   #8  Intrusive_DList_Apply<ts::IntrusiveLinkage<RemapPluginInst>, PluginFactory::deactivate()::<lambda(RemapPluginInst&)>&> (f=..., list=...)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:865
   No locals.
   #9  apply<PluginFactory::deactivate()::<lambda(RemapPluginInst&)> > (f=<optimized out>, this=0x2af9f9b080e0)
       at /sd/workspace/src/git.vzbuilders.com/Edge/build/_build/build_release_posix-x86_64_gcc_8/trafficserver9/build/../../../../_vcs/trafficserver9/include/tscpp/util/IntrusiveDList.h:887
   No locals.
   #10 PluginFactory::deactivate (this=this@entry=0x2af9f9b080b8) at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/PluginFactory.cc:274
           __FUNCTION__ = "deactivate"
   #11 0x00000000005c384a in UrlRewrite::~UrlRewrite (this=0x2af9f9b08000, __in_chrg=<optimized out>)
       at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/UrlRewrite.cc:116
   No locals.
   #12 0x00000000005c3929 in UrlRewrite::~UrlRewrite (this=0x2af9f9b08000, __in_chrg=<optimized out>)
       at ../../../../../../../_vcs/trafficserver9/proxy/http/remap/UrlRewrite.cc:103
   No locals.
   #13 0x00000000006de659 in reloadUrlRewrite() () at ../../../../../_vcs/trafficserver9/proxy/ReverseProxy.cc:163
           msg_format = 0x7a7d33 "%s failed to load"
           newTable = 0x2af9f9b08000
           oldTable = <optimized out>
           __FUNCTION__ = "reloadUrlRewrite"
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall closed issue #7094: 9.0.0 - core in PluginFactory::indicatePostReload()

Posted by GitBox <gi...@apache.org>.
bryancall closed issue #7094:
URL: https://github.com/apache/trafficserver/issues/7094


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org