You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2012/07/17 20:45:35 UTC

[jira] [Created] (TS-1355) Drop support for Unices which don't support 64bit time_t

Igor Galić created TS-1355:
------------------------------

             Summary: Drop support for Unices which don't support 64bit time_t
                 Key: TS-1355
                 URL: https://issues.apache.org/jira/browse/TS-1355
             Project: Traffic Server
          Issue Type: Task
         Environment: Unix
            Reporter: Igor Galić




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421550#comment-13421550 ] 

Leif Hedstrom commented on TS-1355:
-----------------------------------

Hmmm, this kinda sucks, because the patch (ede9cd51b3a9b840df6e03775e76bf9bb3149339) completely disables ATS from functioning on my 32-bit Fedora Core 7 system (this is a system similar to RHEL4).

I'm probably one of only a few users of such an ancient system, but if we keep this, I will not be able to test ATS 3.3.x or later. I'm hoping we will not backport this to v3.2.x though (I'd probably -1 that :).
                
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>             Fix For: 3.3.1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421866#comment-13421866 ] 

Leif Hedstrom commented on TS-1355:
-----------------------------------

Fwiw, doing
{code}
git revert ede9cd51b3a9b840df6e03775e76bf9bb3149339
{code}

with the rest of current "trunk" compiles and runs fine on my 32-bit system. I still don't understand why this fix/commit was necessary, it seems identical to the old code on a system with 64-bit time_t, and completely broken for systems with 32-bit time_t.
                
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>             Fix For: 3.3.1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić reassigned TS-1355:
------------------------------

    Assignee: Igor Galić
    
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421888#comment-13421888 ] 

Leif Hedstrom commented on TS-1355:
-----------------------------------

I obviously understand the meaning of "dropping support", I'm wondering why this was necessary, and what it fixes.
                
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>             Fix For: 3.3.1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "weijin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418185#comment-13418185 ] 

weijin commented on TS-1355:
----------------------------

hmmm, do a cas64 on 32 bit time_t will lead to endless loop in some systems. If we no longer support 32 bit time_t, should we add some codes to detect the violation of constraints during preprocessing?
                
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>             Fix For: 3.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TS-1355) Drop support for Unices which don't support 64bit time_t

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418734#comment-13418734 ] 

Igor Galić commented on TS-1355:
--------------------------------

Yes, but it should be on {{configure}} level
                
> Drop support for Unices which don't support 64bit time_t
> --------------------------------------------------------
>
>                 Key: TS-1355
>                 URL: https://issues.apache.org/jira/browse/TS-1355
>             Project: Traffic Server
>          Issue Type: Task
>         Environment: Unix
>            Reporter: Igor Galić
>            Assignee: Igor Galić
>             Fix For: 3.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira