You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "bryancall (via GitHub)" <gi...@apache.org> on 2023/06/14 18:35:40 UTC

[GitHub] [trafficserver] bryancall opened a new issue, #9848: cmake: error loading generator.so

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

   ```
   [Jun 14 11:31:32.013] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:83 (load)> (plugin_dso) plugin 'generator.so' started loading DSO
   [Jun 14 11:31:32.013] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:90 (load)> (plugin_dso) plugin 'generator.so' effective path: /opt/ats/libexec/trafficserver/generator.so
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:99 (load)> (plugin_dso) plugin 'generator.so' runtime path: /opt/ats/var/trafficserver/d552e162-800a-406e-a45a-2dfebaf68a93/opt/ats/libexec/trafficserver/generator.so
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:104 (load)> (plugin_dso) plugin 'generator.so' modification time 1686766505
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:128 (load)> (plugin_dso) plugin 'generator.so' finished loading DSO
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <PluginFactory.cc:212 (getRemapPlugin)> (plugin_factory) plugin 'generator.so' DSO load failed
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <RemapConfig.cc:1304 (remap_parse_config_bti)> (remap_plugin) Remap plugin load error - /opt/ats/var/trafficserver/d552e162-800a-406e-a45a-2dfebaf68a93/opt/ats/libexec/trafficserver/generator.so: undefined symbol: TS_MIME_LEN_CACHE_CONTROL: failed to remove runtime copy: No such file or directory
   [Jun 14 11:31:32.014] 0x7f66b385d4c0 DEBUG: <PluginDso.cc:367 (indicatePostReload)> (plugin_dso) indicated config is done reloading by factory 'd552e162-800a-406e-a45a-2dfebaf68a93' to 0 plugins
   
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org.apache.org

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


[GitHub] [trafficserver] bneradt closed issue #9848: cmake: error loading generator.so

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt closed issue #9848: cmake: error loading generator.so
URL: https://github.com/apache/trafficserver/issues/9848


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall commented on issue #9848: cmake: error loading generator.so

Posted by "bryancall (via GitHub)" <gi...@apache.org>.
bryancall commented on issue #9848:
URL: https://github.com/apache/trafficserver/issues/9848#issuecomment-1591807813

   The symbol is undefined in the generator.so that is built with cmake, but the symbol is not found with the one built with autotools.
   
   cmake:
   ```
   11:45:49 zeus:(cmake_quiche)~/dev/apache/trafficserver/target$ objdump -x /opt/ats/libexec/trafficserver/generator.so | grep TS_MIME_LEN_CACHE_CONTROL
   0000000000000000         *UND*	0000000000000000              TS_MIME_LEN_CACHE_CONTROL
   ```
   
   autotools:
   
   ```
   11:46:09 zeus:(cmake_quiche)~/dev/apache/trafficserver/target$ objdump -x /opt/ats/libexec/trafficserver/generator.so | grep TS_MIME_LEN_CACHE_CONTROL
   11:46:11 zeus:(cmake_quiche)~/dev/apache/trafficserver/target$
   ```
   


-- 
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: issues-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bryancall commented on issue #9848: cmake: error loading generator.so

Posted by "bryancall (via GitHub)" <gi...@apache.org>.
bryancall commented on issue #9848:
URL: https://github.com/apache/trafficserver/issues/9848#issuecomment-1591795402

   ```
   11:36:53 zeus:(cmake_quiche)~/dev/apache/trafficserver$ objdump -x /opt/ats/bin/traffic_server | grep TS_MIME_LEN_CACHE_CONTROL
   00000000009d4b98 g     O .bss	0000000000000004              TS_MIME_LEN_CACHE_CONTROL
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org

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