https://issues.apache.org/bugzilla/show_bug.cgi?id=57177

            Bug ID: 57177
           Summary: terminated by signal ILL in server/scoreboard.c line
                    369
           Product: Apache httpd-2
           Version: 2.4.10
          Hardware: Sun
                OS: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]

Tough to describe other than a core dump being thrown thus : 

(dbx) where                                                                     
current thread: t@27
  [1] 0xffffffff75b010d8(0x1006a8c50, 0x18, 0x6, 0x1006a8c50, 0x1006c6030,
0x1006c6030), at 0xffffffff75b010d8 
=>[2] ap_increment_counts(sb = 0x1006a8bb0, r = 0x1006c6030), line 369 in
"scoreboard.c"
  [3] eor_bucket_cleanup(data = 0x1006aaa68), line 37 in "eor_bucket.c"
  [4] run_cleanups(cref = 0x1006c6028), line 2352 in "apr_pools.c"
  [5] apr_pool_destroy(pool = 0x1006c5fb8), line 804 in "apr_pools.c"
  [6] eor_bucket_destroy(data = 0x1006c6030), line 90 in "eor_bucket.c"
  [7] ssl_io_filter_output(f = 0x1006a92e8, bb = 0x1006aff58), line 1659 in
"ssl_engine_io.c"
  [8] ap_pass_brigade(next = 0x1006a92e8, bb = 0x1006aff58), line 590 in
"util_filter.c"
  [9] ssl_io_filter_coalesce(f = 0x1006a92c0, bb = 0x1006aff58), line 1558 in
"ssl_engine_io.c"
  [10] ap_pass_brigade(next = 0x1006a92c0, bb = 0x1006aff58), line 590 in
"util_filter.c"
  [11] ap_process_request_after_handler(r = 0x1006c6030), line 256 in
"http_request.c"
  [12] ap_process_async_request(r = 0x1006c6030), line 353 in "http_request.c"
  [13] ap_process_http_async_connection(c = 0x1006a8c50), line 143 in
"http_core.c"
  [14] ap_process_http_connection(c = 0x1006a8c50), line 228 in "http_core.c"
  [15] ap_run_process_connection(0x1006a8c50, 0x1006a88c0, 0x10009f5c8,
0x1001c3540, 0x1006a8bb0, 0x1006aa848), at 0x10007e1d8 
  [16] process_socket(thd = 0x100281a98, p = 0x1006a8838, sock = 0x1006a88c0,
cs = 0x1006a8bc8, my_child_num = 1, my_thread_num = 24), line 1035 in "event.c"
  [17] worker_thread(thd = 0x100281a98, dummy = 0x10065b070), line 1875 in
"event.c"
  [18] dummy_worker(opaque = 0x100281a98), line 142 in "thread.c"
(dbx) list
  369           bytes = pfn_ap_logio_get_last_bytes(r->connection);
  370       }
  371       else if (r->method_number == M_GET && r->method[0] == 'H') {
  372           bytes = 0;
  373       }
  374       else {
  375           bytes = r->bytes_sent;
  376       }
  377   
  378   #ifdef HAVE_TIMES

Not sure how to proceed on this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to