[jira] [Work logged] (TS-5050) The background_fetch plugin fails to check for config files relative to the config dir etc/trafficserver

2016-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-5050?focusedWorklogId=32062=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-32062 ] ASF GitHub Bot logged work on TS-5050: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #1218: TS-5050: The background_fetch plugin fails...

2016-11-14 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1218#discussion_r87948595 --- Diff: plugins/background_fetch/configs.cc --- @@ -44,8 +44,13 @@ BgFetchConfig::readConfig(const char *config_file) snprintf(file_path,

[jira] [Created] (TS-5054) url_sig plugin loads configuration inconsistently

2016-11-14 Thread James Peach (JIRA)
James Peach created TS-5054: --- Summary: url_sig plugin loads configuration inconsistently Key: TS-5054 URL: https://issues.apache.org/jira/browse/TS-5054 Project: Traffic Server Issue Type: Bug

[jira] [Updated] (TS-5046) SEGV HttpSM::tunnel_handler_server(int event, HttpTunnelProducer *p)

2016-11-14 Thread Masa Sekimura (JIRA)
[ https://issues.apache.org/jira/browse/TS-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masa Sekimura updated TS-5046: -- Assignee: Susan Hinrichs > SEGV HttpSM::tunnel_handler_server(int event, HttpTunnelProducer *p) >

[jira] [Commented] (TS-5046) SEGV HttpSM::tunnel_handler_server(int event, HttpTunnelProducer *p)

2016-11-14 Thread Masa Sekimura (JIRA)
[ https://issues.apache.org/jira/browse/TS-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665585#comment-15665585 ] Masa Sekimura commented on TS-5046: --- There must be a proper way to fix this issue in 7.0.x branch already

[jira] [Updated] (TS-5046) SEGV HttpSM::tunnel_handler_server(int event, HttpTunnelProducer *p)

2016-11-14 Thread Masa Sekimura (JIRA)
[ https://issues.apache.org/jira/browse/TS-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masa Sekimura updated TS-5046: -- Description: one of servers running 6.2.x (729c60b) got a SIGSEGV {code} (gdb) thread 42 [Switching to

[jira] [Commented] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664549#comment-15664549 ] James Peach commented on TS-5053: - Seems reasonable to fix this, but plugins must not use {{ink_args.cc}}.

[jira] [Updated] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread Daniel Xu (JIRA)
[ https://issues.apache.org/jira/browse/TS-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Xu updated TS-5053: -- Description: See title. Typically **argv is null terminated. And who are we to question 1000 years of tradition?

[jira] [Updated] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread Daniel Xu (JIRA)
[ https://issues.apache.org/jira/browse/TS-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Xu updated TS-5053: -- Description: See title. Typically **argv is null terminated in other systems. And who are we to question 1000

[jira] [Updated] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread Daniel Xu (JIRA)
[ https://issues.apache.org/jira/browse/TS-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Xu updated TS-5053: -- Description: See title. One example of an issue is that {{lib/ts/ink_args.cc}} actually relies on **argv being

[jira] [Assigned] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread Daniel Xu (JIRA)
[ https://issues.apache.org/jira/browse/TS-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Xu reassigned TS-5053: - Assignee: Daniel Xu > const char **argv passed to TSPluginInit is not null terminated >

[jira] [Created] (TS-5053) const char **argv passed to TSPluginInit is not null terminated

2016-11-14 Thread Daniel Xu (JIRA)
Daniel Xu created TS-5053: - Summary: const char **argv passed to TSPluginInit is not null terminated Key: TS-5053 URL: https://issues.apache.org/jira/browse/TS-5053 Project: Traffic Server Issue

[jira] [Work logged] (TS-5050) The background_fetch plugin fails to check for config files relative to the config dir etc/trafficserver

2016-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-5050?focusedWorklogId=32041=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-32041 ] ASF GitHub Bot logged work on TS-5050: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #1218: TS-5050: The background_fetch plugin fails to che...

2016-11-14 Thread jrushford
Github user jrushford commented on the issue: https://github.com/apache/trafficserver/pull/1218 @jpeach - tested and the fix consumes absolute paths, relative paths to install directory, and it now consumes config files relative to the config directory --- If your project is set up

[GitHub] trafficserver issue #1216: Localized version of Boost.String_Ref.

2016-11-14 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/1216 Further work indicates that `string_ref` isn't going to be a suitable replacement for `ConstBuffer`. I will be taking a different approach. --- If your project is set up for it, you

[GitHub] trafficserver pull request #1216: Localized version of Boost.String_Ref.

2016-11-14 Thread SolidWallOfCode
Github user SolidWallOfCode closed the pull request at: https://github.com/apache/trafficserver/pull/1216 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if