[ 
https://issues.apache.org/jira/browse/TS-4891?focusedWorklogId=29799&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29799
 ]

ASF GitHub Bot logged work on TS-4891:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Sep/16 14:13
            Start Date: 27/Sep/16 14:13
    Worklog Time Spent: 10m 
      Work Description: Github user persiaAziz commented on a diff in the pull 
request:

    https://github.com/apache/trafficserver/pull/1045#discussion_r80701553
  
    --- 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 --
    
    I noticed that too. I kept the prefixes that are already there unchanged. I 
missed trailing spaces in some of the prefixes that I defined. Should I remove 
that space from all of them?


Issue Time Tracking
-------------------

    Worklog Id:     (was: 29799)
    Time Spent: 3h  (was: 2h 50m)

> 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: 3h
>  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)

Reply via email to