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:
[email protected]


Reply via email to