You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/09/01 23:20:46 UTC

[jira] [Updated] (TS-3870) http_load crashes seen when connection count is high

     [ https://issues.apache.org/jira/browse/TS-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-3870:
------------------------------
    Fix Version/s: 6.1.0

> http_load crashes seen when connection count is high
> ----------------------------------------------------
>
>                 Key: TS-3870
>                 URL: https://issues.apache.org/jira/browse/TS-3870
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Narayan Balasubramanian
>             Fix For: 6.1.0
>
>
> Run http_load in gdb.
> Before test start, make sure that you do
> ulimit -n 12000 (or some high number)
> Steps:
>  gdb <location of http_load>
> set args -parallel 10000 -seconds 300 -keep_alive 1 url_file_50K
> run 
> Where url_file contains a single URL that pulls down a 50K file 
> Noticed a crash. Stack trace is 
> #0  0x00000034278db829 in BUF_MEM_free () from /usr/lib64/libcrypto.so.10
> #1  0x0000003119644dfd in SSL_free () from /usr/lib64/libssl.so.10
> #2  0x0000000000402559 in close_connection (cnum=<value optimized out>) at http_load/http_load.c:2819
> #3  0x0000000000402655 in idle_connection (client_data=<value optimized out>, nowP=<value optimized out>) at http_load/http_load.c:2790
> #4  0x0000000000408da8 in tmr_run (nowP=0x7fffffffe3a0) at http_load/timers.c:242
> #5  0x0000000000407ca9 in main (argc=<value optimized out>, argv=<value optimized out>) at http_load/http_load.c:563



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)