You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (JIRA)" <ji...@apache.org> on 2010/05/25 01:34:24 UTC

[jira] Created: (TS-370) If you use --enable-debug, the regression tests crash.

If you use --enable-debug, the regression tests crash.
------------------------------------------------------

                 Key: TS-370
                 URL: https://issues.apache.org/jira/browse/TS-370
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
         Environment: Vanilla FC 12, AMD-64
            Reporter: Alan M. Carroll
            Priority: Minor


If you use the --enable-debug option on configure and then run the -R 1 regression tests, it will crash early in the testing with a seg fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-370) If you use --enable-debug, the regression tests crash.

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

Leif Hedstrom resolved TS-370.
------------------------------

    Resolution: Fixed

I think this is fixed, at least I'm not able to reproduce this any more. Please reopen if this is still an issue.

> If you use --enable-debug, the regression tests crash.
> ------------------------------------------------------
>
>                 Key: TS-370
>                 URL: https://issues.apache.org/jira/browse/TS-370
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>         Environment: Vanilla FC 12, AMD-64
>            Reporter: Alan M. Carroll
>            Priority: Minor
>         Attachments: ts-370-patch-trunk.txt
>
>
> If you use the --enable-debug option on configure and then run the -R 1 regression tests, it will crash early in the testing with a seg fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-370) If you use --enable-debug, the regression tests crash.

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

Alan M. Carroll updated TS-370:
-------------------------------

    Attachment: ts-370-patch-trunk.txt

Fix for this crash and for the crash in Cache testing that happens without --enable-debug.

Issues:

* The int argument versions of r_sequential and r_parallel were not called, the pure variadic forms were always preferred.
* NULL is a 32 bit value for varargs. If the number of variadic arguments passed was more than could fit in CPU registers, the wrong sized 0 would be stored in the overflow area, leading to bad pointers being stored. A new NULL_PTR define was added to avoid this problem.

> If you use --enable-debug, the regression tests crash.
> ------------------------------------------------------
>
>                 Key: TS-370
>                 URL: https://issues.apache.org/jira/browse/TS-370
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>         Environment: Vanilla FC 12, AMD-64
>            Reporter: Alan M. Carroll
>            Priority: Minor
>         Attachments: ts-370-patch-trunk.txt
>
>
> If you use the --enable-debug option on configure and then run the -R 1 regression tests, it will crash early in the testing with a seg fault.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.