[
https://issues.apache.org/jira/browse/TS-4891?focusedWorklogId=29777&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29777
]
ASF GitHub Bot logged work on TS-4891:
--------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/16 22:48
Start Date: 26/Sep/16 22:48
Worklog Time Spent: 10m
Work Description: Github user jpeach commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/1045#discussion_r80590510
--- Diff: proxy/Main.cc ---
@@ -1507,9 +1507,8 @@ main(int /* argc ATS_UNUSED */, const char **argv)
// re-start it again, TS will crash.
// This is also needed for log rotation - setting up the file can cause
privilege
// related errors and if diagsConfig isn't get up yet that will crash on
a NULL pointer.
- diagsConfig = new DiagsConfig(DIAGS_LOG_FILENAME, error_tags,
action_tags, false);
- diags = diagsConfig->diags;
- diags->prefix_str = "Server ";
+ diagsConfig = new DiagsConfig("Server ", DIAGS_LOG_FILENAME, error_tags,
action_tags, false);
--- End diff --
Why do we sometimes have a trailing space on the prefix?
Issue Time Tracking
-------------------
Worklog Id: (was: 29777)
Time Spent: 2h 20m (was: 2h 10m)
> ATS-7.0.x giving segmentation fault
> -----------------------------------
>
> Key: TS-4891
> URL: https://issues.apache.org/jira/browse/TS-4891
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Affects Versions: 7.0.0
> Reporter: Syeda Persia Aziz
> Assignee: Syeda Persia Aziz
> Fix For: 7.1.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> The current 7.0.x branch is giving me segmentation fault as I run it. It
> happens when trying to elevate_fopen Diags.log. It fails and shoots an
> diags-error message which does not have any debug tag.
> The trace and info can be found here:
> https://gist.github.com/persiaAziz/48a321a1c1913af1580261fa40d14df0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)