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 2022/08/26 10:50:09 UTC

[GitHub] [trafficserver] wk333 opened a new issue, #9065: traffic_layout remove command core dumped

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

   ```
   [root@localhost ~]# mkdir test
   [root@localhost ~]# cd test
   [root@localhost test]# traffic_layout init
   creating runroot - /root/test
   WARNING: Unable to copy 'cachedir' - No such file or directory
   NOTE: Creating 'cachedir': /var/cache/trafficserver
   WARNING: Unable to copy 'sysconfdir' - No such file or directory
   NOTE: Creating 'sysconfdir': /etc/trafficserver
   WARNING: Unable to copy 'runtimedir' - No such file or directory
   NOTE: Creating 'runtimedir': /run/trafficserver
   WARNING: Unable to copy 'logdir' - No such file or directory
   NOTE: Creating 'logdir': /var/log/trafficserver
   Copying from /usr ...
   [root@localhost test]# ls
   bin  include  lib64  runroot.yaml  sbin  share
   [root@localhost test]# cat runroot.yaml 
   prefix: .
   exec_prefix: .
   bindir: ./bin
   sbindir: ./sbin
   sysconfdir: /etc/trafficserver
   datadir: ./share
   includedir: ./include
   libdir: ./lib64/trafficserver
   libexecdir: ./lib64/trafficserver/plugins
   localstatedir: /var
   runtimedir: /run/trafficserver
   logdir: /var/log/trafficserver
   cachedir: /var/cache/trafficserver[root@localhost test]# 
   [root@localhost test]# traffic_layout remove
   NOTE: using cwd as TS_RUNROOT
   terminate called after throwing an instance of 'std::out_of_range'
     what():  basic_string::substr: __pos (which is 11) > this->size() (which is 5)
   Aborted(core dumped)
   [root@localhost test]# 
   ```


-- 
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] wk333 commented on issue #9065: traffic_layout remove command core dumped

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

   envvirment
   centos8
   yum install trafficserver


-- 
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] brbzull0 commented on issue #9065: traffic_layout remove command core dumped

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

   @bryancall  beside the crash, are we missing   [this](https://github.com/apache/trafficserver/pull/8815) in 9.1?
   


-- 
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] github-actions[bot] commented on issue #9065: traffic_layout remove command core dumped

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #9065:
URL: https://github.com/apache/trafficserver/issues/9065#issuecomment-1728645593

   This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.


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